Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/nohash/
Dmmu-book3e.h75 #define MAS2_E 0x00000001 macro
/linux-5.19.10/arch/powerpc/kvm/
De500.h120 (MAS2_X0 | MAS2_X1 | MAS2_E | MAS2_G)
/linux-5.19.10/arch/powerpc/mm/nohash/
Dfsl_book3e.c117 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()
/linux-5.19.10/arch/powerpc/xmon/
Dxmon.c3952 mas2 & MAS2_E ? 'e' : ' '); in dump_tlb_book3e()