Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h43 #define MSR_PE (1<<3) /* Protection Enable */ macro
/openbmc/linux/arch/powerpc/include/asm/
H A Dreg.h107 #define MSR_PE __MASK(MSR_PE_LG) /* Protection Enable */ macro
/openbmc/qemu/target/ppc/
H A Dcpu.h460 #define MSR_PE PPC_BIT_NR(60) /* Protection enable on 403 */ macro