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