Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h75 #define MAS2_E 0x00000001 macro
/openbmc/linux/arch/powerpc/kvm/
H A De500.h120 (MAS2_X0 | MAS2_X1 | MAS2_E | MAS2_G)
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c117 TLBCAM[index].MAS2 |= (flags & _PAGE_ENDIAN) ? MAS2_E : 0; in settlbcam()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmmu.h412 #define MAS2_E 0x00000001 macro
/openbmc/qemu/target/ppc/
H A Dmmu_common.c437 entry->mas2 & MAS2_E ? 'E' : '-', in mmubooke206_dump_one_tlb()
H A Dmmu_helper.c1114 mask |= MAS2_ACM | MAS2_VLE | MAS2_W | MAS2_I | MAS2_M | MAS2_G | MAS2_E; in helper_booke206_tlbwe()
H A Dcpu.h998 #define MAS2_E (1 << MAS2_E_SHIFT) macro
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c3951 mas2 & MAS2_E ? 'e' : ' '); in dump_tlb_book3e()