Searched refs:eptp (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | hma.c | 305 uintptr_t eptp = (uintptr_t)arg2; in hma_vmx_invept_xcall() local 309 VERIFY0(hma_vmx_do_invept(flag, eptp)); in hma_vmx_invept_xcall() 314 hma_vmx_invept_allcpus(uintptr_t eptp) in hma_vmx_invept_allcpus() argument 323 eptp = 0; in hma_vmx_invept_allcpus() 332 xc_call((xc_arg_t)flag, (xc_arg_t)eptp, 0, CPUSET2BV(set), in hma_vmx_invept_allcpus()
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.h | 141 uint64_t eptp; member
|
H A D | vmx.c | 707 vmx->eptp = vmspace_table_root(vm_get_vmspace(vm)); in vmx_vminit() 718 hma_vmx_invept_allcpus((uintptr_t)vmx->eptp); in vmx_vminit() 830 vmcs_write(VMCS_EPTP, vmx->eptp); in vmx_vminit() 998 invept(uint64_t type, uint64_t eptp) in invept() argument 1002 uint64_t eptp; in invept() member 1004 } desc = { eptp, 0 }; in invept() 1006 DTRACE_PROBE2(vmx__invept, uint64_t, type, uint64_t, eptp); in invept() 2919 invept(1, vmx->eptp); in vmx_run()
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 1619 uint64_t eptp, bm, addr, u64, pteval[4], *pte, info[2]; in main() local 2009 error = vm_get_vmcs_field(vcpu, VMCS_EPTP, &eptp); in main() 2012 8, &eptp); in main() 2015 cpu_intel ? "eptp" : "rvi/npt", vcpu, eptp); in main()
|