Home
last modified time | relevance | path

Searched refs:MAS0_ESEL_MASK (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dmmu-e500.h49 #define MAS0_ESEL_MASK 0x0FFF0000 macro
51 #define MAS0_ESEL(x) (((x) << MAS0_ESEL_SHIFT) & MAS0_ESEL_MASK)
/openbmc/linux/arch/powerpc/mm/nohash/
H A Dtlb_low.S426 rlwimi r6,r5,MAS0_ESEL_SHIFT,MAS0_ESEL_MASK
462 rlwinm r6,r7,MAS0_ESEL_SHIFT,MAS0_ESEL_MASK
/openbmc/linux/arch/powerpc/kernel/
H A Dhead_85xx.S1160 rlwinm r4,r4,0,~MAS0_ESEL_MASK
H A Dexceptions-64e.S1355 rlwimi r7,r4,16,MAS0_ESEL_MASK
/openbmc/qemu/target/ppc/
H A Dmmu_helper.c980 int esel = (env->spr[SPR_BOOKE_MAS0] & MAS0_ESEL_MASK) >> MAS0_ESEL_SHIFT; in booke206_cur_tlb()
H A Dcpu.h942 #define MAS0_ESEL_MASK (0xfff << MAS0_ESEL_SHIFT) macro