Home
last modified time | relevance | path

Searched refs:PSL_ME (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/powerpc/booke/
H A Dmp_cpudep.c71 msr = PSL_CM | PSL_ME; in cpudep_ap_bootstrap()
73 msr = PSL_ME; in cpudep_ap_bootstrap()
H A Dbooke_machdep.c214 psl_kernset = PSL_CE | PSL_ME | PSL_EE; in booke_cpu_init()
424 mtmsr(mfmsr() & ~(PSL_CE | PSL_EE | PSL_ME | PSL_DE)); in cpu_halt()
H A Dtrap_subr.S1053 li %r4, ~(PSL_EE | PSL_ME)@l
1054 oris %r4, %r4, ~(PSL_EE | PSL_ME)@h
/freebsd/sys/powerpc/powerpc/
H A Dcpu_subr64.S73 ori %r3,%r3,(PSL_ME | PSL_RI | PSL_LE)
75 ori %r3,%r3,(PSL_ME | PSL_RI)
H A Dgenassym.c275 ASSYM(PSL_ME, PSL_ME);
/freebsd/sys/powerpc/include/
H A Dpsl.h47 #define PSL_ME 0x00001000UL /* machine check enable */ macro
/freebsd/sys/powerpc/aim/
H A Dlocore64.S228 andi. %r14, %r14, ~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l
H A Dtrap_subr32.S218 andi. %r2,%r2,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
836 andi. %r3,%r3,~(PSL_EE|PSL_ME)@l
H A Daim_machdep.c252 psl_kernset = PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI; in aim_cpu_init()
H A Dtrap_subr64.S260 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
899 andi. %r3,%r3,~(PSL_EE|PSL_ME)@l