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