Home
last modified time | relevance | path

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

/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.c1115 mask |= MAS2_ACM | MAS2_VLE | MAS2_W | MAS2_I | MAS2_M | MAS2_G | MAS2_E; in helper_booke206_tlbwe()
H A Dcpu.h1000 #define MAS2_E (1 << MAS2_E_SHIFT) macro