Searched refs:p_asid (Results 1 – 2 of 2) sorted by relevance
44 struct hvm_vcpu_asid *p_asid = in svm_asid_handle_vmrun() local47 bool_t need_flush = hvm_asid_handle_vmenter(p_asid); in svm_asid_handle_vmrun()50 if ( p_asid->asid == 0 ) in svm_asid_handle_vmrun()57 if (vmcb_get_guest_asid(vmcb) != p_asid->asid) in svm_asid_handle_vmrun()58 vmcb_set_guest_asid(vmcb, p_asid->asid); in svm_asid_handle_vmrun()
4227 struct hvm_vcpu_asid *p_asid; in vmx_vmenter_helper() local4240 p_asid = &vcpu_nestedhvm(curr).nv_n2asid; in vmx_vmenter_helper()4242 p_asid = &curr->arch.hvm_vcpu.n1asid; in vmx_vmenter_helper()4244 old_asid = p_asid->asid; in vmx_vmenter_helper()4245 need_flush = hvm_asid_handle_vmenter(p_asid); in vmx_vmenter_helper()4246 new_asid = p_asid->asid; in vmx_vmenter_helper()
Completed in 9 milliseconds