Home
last modified time | relevance | path

Searched refs:_PAGE_ENDIAN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h82 #define _PAGE_ENDIAN 0x00000080 /* H: E bit */ macro
H A Dpte-fsl-booke.h27 #define _PAGE_ENDIAN 0x00040 /* H: E bit */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpte-book3e.h44 #define _PAGE_ENDIAN 0x080000 macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dfsl_booke.c123 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()