Searched refs:MAS0_ESEL_MASK (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | mmu-e500.h | 49 #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 D | tlb_low.S | 426 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 D | head_85xx.S | 1160 rlwinm r4,r4,0,~MAS0_ESEL_MASK
|
H A D | exceptions-64e.S | 1355 rlwimi r7,r4,16,MAS0_ESEL_MASK
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_helper.c | 980 int esel = (env->spr[SPR_BOOKE_MAS0] & MAS0_ESEL_MASK) >> MAS0_ESEL_SHIFT; in booke206_cur_tlb()
|
H A D | cpu.h | 942 #define MAS0_ESEL_MASK (0xfff << MAS0_ESEL_SHIFT) macro
|