Home
last modified time | relevance | path

Searched refs:PSL_RI (Results 1 – 7 of 7) sorted by relevance

/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.c259 ASSYM(PSL_RI, PSL_RI);
/freebsd/sys/powerpc/include/
H A Dpsl.h51 #define PSL_RI 0x00000002UL /* recoverable interrupt */ macro
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c252 psl_kernset = PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI; in aim_cpu_init()
306 mtmsr((msr & ~(PSL_IR | PSL_DR)) | PSL_RI); in aim_cpu_init()
H A Dlocore64.S228 andi. %r14, %r14, ~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l
H A Dtrap_subr32.S101 ori %r30,%r30,(PSL_DR|PSL_IR|PSL_RI)@l; /* relocation on */ \
218 andi. %r2,%r2,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
H A Dtrap_subr64.S144 ori %r30,%r30,(PSL_DR|PSL_IR|PSL_RI)@l; /* relocation on */ \
260 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \