Lines Matching refs:vcpu_nestedhvm

63     struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v);  in nvmx_vcpu_initialise()
131 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_vcpu_destroy()
409 vcpu_nestedhvm(v).nv_vmexit_pending = 1; in vmx_inst_check_privilege()
528 if ( vcpu_nestedhvm(current).nv_vvmcxaddr != INVALID_PADDR && in vmfail()
752 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in __clear_current_vvmcs()
808 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_purge_vvmcs()
1048 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in load_shadow_guest_state()
1160 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in virtual_vmentry()
1218 hvm_asid_flush_vcpu_asid(&vcpu_nestedhvm(v).nv_n2asid); in virtual_vmentry()
1361 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in virtual_vmexit()
1418 vcpu_nestedhvm(curr).nv_vmexit_pending || in nvmx_eptp_update()
1419 !vcpu_nestedhvm(curr).stale_np2m || in nvmx_eptp_update()
1429 vcpu_nestedhvm(curr).stale_np2m = false; in nvmx_eptp_update()
1436 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_switch_guest()
1474 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_handle_vmxon()
1598 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_vmresume()
1622 if ( vcpu_nestedhvm(v).nv_vvmcxaddr == INVALID_PADDR ) in nvmx_handle_vmresume()
1656 if ( vcpu_nestedhvm(v).nv_vvmcxaddr == INVALID_PADDR ) in nvmx_handle_vmlaunch()
1692 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_handle_vmptrld()
1763 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_handle_vmptrst()
1788 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_handle_vmclear()
1848 if ( vcpu_nestedhvm(v).nv_vvmcxaddr == INVALID_PADDR ) in nvmx_handle_vmread()
1891 if ( vcpu_nestedhvm(v).nv_vvmcxaddr == INVALID_PADDR ) in nvmx_handle_vmwrite()
1969 hvm_asid_flush_vcpu_asid(&vcpu_nestedhvm(current).nv_n2asid); in nvmx_handle_invvpid()
2209 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_idtv_handling()
2255 struct nestedvcpu *nvcpu = &vcpu_nestedhvm(v); in nvmx_n2_vmexit_handler()