Home
last modified time | relevance | path

Searched refs:TLB_HI_VPN2_HIT (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/mips/kvm/
Dtlb.c125 if (TLB_HI_VPN2_HIT(tlb[i], entryhi) && in kvm_mips_guest_tlb_lookup()
/Linux-v5.10/arch/mips/include/asm/
Dkvm_host.h327 #define TLB_HI_VPN2_HIT(x, y) ((TLB_VPN2(x) & ~(x).tlb_mask) == \ macro