Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/amd64/include/
Dcpu.h77 uint64_t vmx_invept_mode; member
/openbsd/src/sys/arch/amd64/amd64/
Dcpu.c909 ci->ci_vmm_cap.vcc_vmx.vmx_invept_mode = in cpu_init_vmm()
912 ci->ci_vmm_cap.vcc_vmx.vmx_invept_mode = in cpu_init_vmm()
Dpmap.c3399 ept_shoot_mode = self->ci_vmm_cap.vcc_vmx.vmx_invept_mode; in pmap_shootept()
3416 invept(self->ci_vmm_cap.vcc_vmx.vmx_invept_mode, &vid); in pmap_shootept()
3511 invept(self->ci_vmm_cap.vcc_vmx.vmx_invept_mode, &vid); in pmap_shootept()
Dvmm_machdep.c3679 if (invept(ci->ci_vmm_cap.vcc_vmx.vmx_invept_mode, in vcpu_run_vmx()