Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpte-common.h19 #ifndef _PAGE_ENDIAN
20 #define _PAGE_ENDIAN 0 macro
101 _PAGE_WRITETHRU | _PAGE_ENDIAN | _PAGE_4K_PFN | \
Dpte-44x.h81 #define _PAGE_ENDIAN 0x00000080 /* H: E bit */ macro
Dpte-fsl-booke.h26 #define _PAGE_ENDIAN 0x00040 /* H: E bit */ macro
Dpte-book3e.h43 #define _PAGE_ENDIAN 0x080000 macro
/arch/powerpc/mm/
Dfsl_booke_mmu.c128 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()