Home
last modified time | relevance | path

Searched defs:MSR_CE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h93 #define MSR_CE __MASK(MSR_CE_LG) /* Critical Interrupt Enable */ macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h25 #define MSR_CE (1<<17) /* Critical Interrupt Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h444 #define MSR_CE PPC_BIT_NR(46) /* Critical int. enable on embedded PPC x */ macro