Searched refs:gasid (Results 1 – 1 of 1) sorted by relevance
1190 unsigned int gasid; in kvm_trap_emul_vcpu_reenter() local1210 gasid = kvm_read_c0_guest_entryhi(cop0) & KVM_ENTRYHI_ASID; in kvm_trap_emul_vcpu_reenter()1211 if (gasid != vcpu->arch.last_user_gasid) { in kvm_trap_emul_vcpu_reenter()1215 vcpu->arch.last_user_gasid = gasid; in kvm_trap_emul_vcpu_reenter()