Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/powernv/
H A Dopal.c58 opal_msr = mfmsr() & ~(PSL_EE | PSL_IR | PSL_DR | PSL_SE | PSL_LE); in opal_check()
H A Dplatform_powernv.c166 mtmsr(msr & ~(PSL_DR | PSL_IR)); in powernv_attach()
/freebsd/sys/powerpc/include/
H A Dpsl.h79 #define PSL_IR 0x00000020UL /* instruction address relocation */ macro
/freebsd/sys/powerpc/aim/
H A Daim_machdep.c184 mtmsr(mfmsr() & ~(PSL_IR | PSL_DR)); in aim_early_init()
252 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_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; \
415 ori %r3,%r3,(PSL_IR | PSL_DR)
420 ori %r3,%r3,(PSL_IR | PSL_DR)
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 Dmoea64_native.c513 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in moea64_cpu_bootstrap_native()
H A Dmmu_oea.c947 mtmsr(mfmsr() | PSL_DR | PSL_IR); in moea_bootstrap()
H A Dmmu_oea64.c1170 mtmsr(mfmsr() | PSL_DR | PSL_IR); in moea64_late_bootstrap()
/freebsd/sys/powerpc/powerpc/
H A Dgenassym.c262 ASSYM(PSL_IR, PSL_IR);
/freebsd/sys/powerpc/ofw/
H A Drtas.c92 rtasmsr &= ~(PSL_IR | PSL_DR | PSL_EE | PSL_SE | PSL_LE); in rtas_setup()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c131 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in mps3_cpu_bootstrap()