Home
last modified time | relevance | path

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

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