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

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

Completed in 286 milliseconds