| Home | Sort by: relevance | last modified time | path |
| /src/sys/dev/nvmm/x86/ | |
| nvmm_x86_vmx.c | 73 struct ept_desc { struct 84 vmx_invept(uint64_t op, struct ept_desc *desc) 2156 struct ept_desc ept_desc; local in function:vmx_htlb_catchup 2162 ept_desc.eptp = vmx_vmread(VMCS_EPTP); 2163 ept_desc.mbz = 0; 2164 vmx_invept(vmx_ept_flush_op, &ept_desc); 2171 struct ept_desc ept_desc; local in function:vmx_htlb_flush 2181 ept_desc.eptp = vmx_vmread(VMCS_EPTP) [all...] |