Home
last modified time | relevance | path

Searched refs:vmm_handle_cpuid (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/amd64/amd64/
Dvmm_machdep.c102 int vmm_handle_cpuid(struct vcpu *);
4166 ret = vmm_handle_cpuid(vcpu); in svm_handle_exit()
4258 ret = vmm_handle_cpuid(vcpu); in vmx_handle_exit()
5726 vmm_handle_cpuid(struct vcpu *vcpu) in vmm_handle_cpuid() function