Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmmu_helper.c1003 env->spr[SPR_BOOKE_EPLC] = val & EPID_MASK; in helper_booke_set_eplc()
1008 env->spr[SPR_BOOKE_EPSC] = val & EPID_MASK; in helper_booke_set_epsc()
H A Dcpu.h1152 #define EPID_MASK (EPID_EPID | EPID_EAS | EPID_EPR) macro