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

/freebsd-12-stable/sys/powerpc/booke/
H A Dmp_cpudep.c73 msr = PSL_CM | PSL_ME;
75 msr = PSL_ME;
H A Dbooke_machdep.c217 psl_kernset = PSL_CE | PSL_ME | PSL_EE;
409 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE));
H A Dtrap_subr.S1059 li %r4, ~(PSL_EE | PSL_ME)@l
1060 oris %r4, %r4, ~(PSL_EE | PSL_ME)@h
/freebsd-12-stable/sys/powerpc/include/
H A Dpsl.h48 #define PSL_ME 0x00001000UL /* machine check enable */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dcpu_subr64.S74 ori %r3,%r3,(PSL_ME | PSL_RI)
H A Dgenassym.c268 ASSYM(PSL_ME, PSL_ME);
/freebsd-12-stable/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 Daim_machdep.c242 psl_kernset = PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI;
H A Dtrap_subr64.S258 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
880 andi. %r3,%r3,~(PSL_EE|PSL_ME)@l

Completed in 68 milliseconds