Home
last modified time | relevance | path

Searched refs:MAS3_UX (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h84 #define MAS3_UX 0x00000020 macro
/linux-5.19.10/arch/powerpc/kvm/
De500.h117 #define E500_TLB_USER_PERM_MASK (MAS3_UX|MAS3_UR|MAS3_UW)
De500_mmu_host.c673 if (unlikely((pr && !(mas3 & MAS3_UX)) || in kvmppc_load_last_inst()
/linux-5.19.10/arch/powerpc/mm/nohash/
Dfsl_book3e.c127 TLBCAM[index].MAS3 |= (flags & _PAGE_EXEC) ? MAS3_UX : 0; in settlbcam()
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c3959 mas7_mas3 & MAS3_UX ? 'x' : ' ', in dump_tlb_book3e()