Home
last modified time | relevance | path

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

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