Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dmmu_helper.c1011 int esel = (env->spr[SPR_BOOKE_MAS0] & MAS0_ESEL_MASK) >> MAS0_ESEL_SHIFT; in booke206_cur_tlb()
H A Dcpu.h930 #define MAS0_ESEL_MASK (0xfff << MAS0_ESEL_SHIFT) macro