Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h75 #define MAS2_E 0x00000001 macro
/linux/arch/powerpc/kvm/
H A De500.h122 (MAS2_X0 | MAS2_X1 | MAS2_E | MAS2_G)
/linux/arch/powerpc/mm/nohash/
H A De500.c117 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()