Searched refs:PSL_ME (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dpsl.h46 #define PSL_ME 0x00001000UL /* machine check enable */ macro
89 #define PSL_KERNSET (PSL_CE | PSL_ME | PSL_EE)
92 #define PSL_KERNSET (PSL_CE | PSL_ME | PSL_EE | PSL_FP)
96 #define PSL_KERNSET (PSL_SF | PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI)
98 #define PSL_KERNSET (PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI)
/freebsd-11.0-release/sys/powerpc/booke/
H A Dmp_cpudep.c69 msr = PSL_ME;
H A Dbooke_machdep.c364 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE));
H A Dtrap_subr.S884 andi. %r3, %r3, ~(PSL_EE | PSL_ME)@l
/freebsd-11.0-release/sys/boot/powerpc/ps3/
H A Dps3mmu.c116 mtmsr(PSL_IR | PSL_DR | PSL_RI | PSL_ME);
/freebsd-11.0-release/sys/powerpc/powerpc/
H A Dgenassym.c256 ASSYM(PSL_ME, PSL_ME);
/freebsd-11.0-release/sys/powerpc/aim/
H A Dtrap_subr32.S219 andi. %r2,%r2,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
843 andi. %r3,%r3,~(PSL_EE|PSL_ME)@l
H A Dtrap_subr64.S247 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
772 andi. %r3,%r3,~(PSL_EE|PSL_ME)@l

Completed in 161 milliseconds