Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_low.S318 ori r4,r4,MAS6_SIND
340 rlwimi r4,r6,MAS6_SIND_SHIFT,MAS6_SIND
355 rlwimi r4,r6,MAS6_SIND_SHIFT,MAS6_SIND
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h120 #define MAS6_SIND 0x00000002 /* Indirect page */ macro
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c1300 int ind = (env->spr[SPR_BOOKE_MAS6] & MAS6_SIND) ? MAS1_IND : 0; in helper_booke206_tlbilx3()
H A Dcpu.h1042 #define MAS6_SIND 0x00000002 /* Indirect page */ macro