Searched refs:PSL_RI (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpsl.h52 #define PSL_RI 0x00000002UL /* recoverable interrupt */ macro
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dcpu_subr64.S74 ori %r3,%r3,(PSL_ME | PSL_RI)
H A Dgenassym.c252 ASSYM(PSL_RI, PSL_RI);
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c242 psl_kernset = PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI;
274 mtmsr((msr & ~(PSL_IR | PSL_DR)) | PSL_RI);
H A Dtrap_subr32.S102 ori %r30,%r30,(PSL_DR|PSL_IR|PSL_RI)@l; /* relocation on */ \
219 andi. %r2,%r2,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
H A Dtrap_subr64.S142 ori %r30,%r30,(PSL_DR|PSL_IR|PSL_RI)@l; /* relocation on */ \
258 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \

Completed in 61 milliseconds