Searched refs:nv_vvmcx (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/vmx/ |
A D | vvmx.h | 196 get_vvmcs_virtual(vcpu_nestedhvm(vcpu).nv_vvmcx, encoding)) 201 set_vvmcs_virtual(vcpu_nestedhvm(vcpu).nv_vvmcx, encoding, val)) 206 get_vvmcs_virtual_safe(vcpu_nestedhvm(vcpu).nv_vvmcx, encoding, val)) 211 set_vvmcs_virtual_safe(vcpu_nestedhvm(vcpu).nv_vvmcx, encoding, val))
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 73 nv->nv_vvmcx = NULL; in nestedsvm_vmcb_map() 77 if ( !nv->nv_vvmcx ) in nestedsvm_vmcb_map() 90 nv->nv_vvmcx = vvmcx; in nestedsvm_vmcb_map() 153 nv->nv_vvmcx = NULL; in nsvm_vcpu_destroy() 432 ns_vmcb = nv->nv_vvmcx; in nsvm_vmcb_prepare4vmrun() 697 ns_vmcb = nv->nv_vvmcx; in nsvm_vcpu_vmentry() 761 ASSERT(nv->nv_vvmcx != NULL); in nsvm_vcpu_vmrun() 805 ns_vmcb = nv->nv_vvmcx; in nsvm_vcpu_vmexit_inject() 999 ns_vmcb = nv->nv_vvmcx; in nsvm_vmcb_guest_intercepts_exitcode() 1008 ns_vmcb = nv->nv_vvmcx; in nsvm_vmcb_guest_intercepts_exitcode() [all …]
|
A D | intr.c | 88 struct vmcb_struct *gvmcb = nv->nv_vvmcx; in svm_enable_intr_window()
|
A D | svm.c | 2513 struct vmcb_struct *ns_vmcb = nv->nv_vvmcx; in svm_vmexit_handler()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | nestedhvm.c | 54 hvm_unmap_guest_frame(nv->nv_vvmcx, 1); in nestedhvm_vcpu_reset() 55 nv->nv_vvmcx = NULL; in nestedhvm_vcpu_reset()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | vcpu.h | 102 void *nv_vvmcx; /* l1 guest virtual VMCB/VMCS */ member
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 117 nvcpu->nv_vvmcx = NULL; in nvmx_vcpu_initialise() 813 hvm_unmap_guest_frame(nvcpu->nv_vvmcx, 1); in nvmx_purge_vvmcs() 814 nvcpu->nv_vvmcx = NULL; in nvmx_purge_vvmcs() 1730 nvcpu->nv_vvmcx = vvmcx; in nvmx_handle_vmptrld() 1751 nvmx_set_vmcs_pointer(v, nvcpu->nv_vvmcx); in nvmx_handle_vmptrld() 1804 nvmx_clear_vmcs_pointer(v, nvcpu->nv_vvmcx); in nvmx_handle_vmclear()
|
Completed in 16 milliseconds