Home
last modified time | relevance | path

Searched refs:MAS0_NV (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/powerpc/kvm/
De500_mmu.c139 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_deliver_tlb_miss()
332 vcpu->arch.shared->mas0 &= ~MAS0_NV(~0); in kvmppc_e500_emul_tlbre()
333 vcpu->arch.shared->mas0 |= MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbre()
361 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbsx()
374 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbsx()
/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h52 #define MAS0_NV(x) ((x) & 0x00000FFF) macro
/linux-5.19.10/arch/powerpc/mm/nohash/
Dfsl_book3e.c109 TLBCAM[index].MAS0 = MAS0_TLBSEL(1) | MAS0_ESEL(index) | MAS0_NV(index+1); in settlbcam()