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

/freebsd-10.3-release/sys/powerpc/include/
H A Dpsl.h73 #define PSL_RI 0x00000002UL /* recoverable interrupt */ macro
95 #define PSL_KERNSET (PSL_SF | PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI)
97 #define PSL_KERNSET (PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI)
/freebsd-10.3-release/sys/boot/powerpc/ps3/
H A Dps3mmu.c116 mtmsr(PSL_IR | PSL_DR | PSL_RI | PSL_ME);
H A Dmain.c156 mtmsr(PSL_IR | PSL_DR | PSL_RI);
/freebsd-10.3-release/sys/powerpc/powerpc/
H A Dgenassym.c237 ASSYM(PSL_RI, PSL_RI);
/freebsd-10.3-release/sys/powerpc/aim/
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.S128 ori %r30,%r30,(PSL_DR|PSL_IR|PSL_RI)@l; /* relocation on */ \
244 andi. %r3,%r3,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \
H A Dmachdep.c400 mtmsr((msr & ~(PSL_IR | PSL_DR)) | PSL_RI);

Completed in 119 milliseconds