Searched refs:PSL_IR (Results 1 - 13 of 13) sorted by relevance

/freebsd-12-stable/sys/powerpc/powernv/
H A Dopal.c60 opal_msr = mfmsr() & ~(PSL_EE | PSL_IR | PSL_DR | PSL_SE);
H A Dplatform_powernv.c150 /* LPID must not be altered when PSL_DR or PSL_IR is set */
152 mtmsr(msr & ~(PSL_DR | PSL_IR));
/freebsd-12-stable/sys/powerpc/include/
H A Dpsl.h80 #define PSL_IR 0x00000020UL /* instruction address relocation */ macro
/freebsd-12-stable/sys/powerpc/aim/
H A Daim_machdep.c183 mtmsr(mfmsr() & ~(PSL_IR | PSL_DR));
242 psl_kernset = PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI;
274 mtmsr((msr & ~(PSL_IR | PSL_DR)) | PSL_RI);
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; \
396 ori %r3,%r3,(PSL_IR | PSL_DR)
401 ori %r3,%r3,(PSL_IR | PSL_DR)
H A Disa3_hashtb.c341 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR);
H A Dmoea64_native.c385 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR);
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 Dmmu_oea.c942 mtmsr(mfmsr() | PSL_DR | PSL_IR); local
H A Dmmu_oea64.c948 mtmsr(mfmsr() | PSL_DR | PSL_IR); local
/freebsd-12-stable/sys/powerpc/ofw/
H A Drtas.c93 rtasmsr &= ~(PSL_IR | PSL_DR | PSL_EE | PSL_SE);
/freebsd-12-stable/sys/powerpc/powerpc/
H A Dgenassym.c255 ASSYM(PSL_IR, PSL_IR);
/freebsd-12-stable/sys/powerpc/ps3/
H A Dmmu_ps3.c128 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR);

Completed in 206 milliseconds