Searched refs:PSL_IR (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/powerpc/powernv/ |
H A D | opal.c | 58 opal_msr = mfmsr() & ~(PSL_EE | PSL_IR | PSL_DR | PSL_SE | PSL_LE); in opal_check()
|
H A D | platform_powernv.c | 165 /* LPID must not be altered when PSL_DR or PSL_IR is set */ in powernv_attach() 167 mtmsr(msr & ~(PSL_DR | PSL_IR)); in powernv_attach()
|
/freebsd/sys/powerpc/include/ |
H A D | psl.h | 79 #define PSL_IR 0x00000020UL /* instruction address relocation */ macro
|
/freebsd/sys/powerpc/aim/ |
H A D | aim_machdep.c | 184 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 D | locore64.S | 228 andi. %r14, %r14, ~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l
|
H A D | trap_subr64.S | 144 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 D | trap_subr32.S | 101 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 D | moea64_native.c | 513 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in moea64_cpu_bootstrap_native()
|
H A D | mmu_oea.c | 947 mtmsr(mfmsr() | PSL_DR | PSL_IR); in moea_bootstrap()
|
H A D | mmu_oea64.c | 1170 mtmsr(mfmsr() | PSL_DR | PSL_IR); in moea64_late_bootstrap()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | genassym.c | 262 ASSYM(PSL_IR, PSL_IR);
|
/freebsd/sys/powerpc/ofw/ |
H A D | rtas.c | 92 rtasmsr &= ~(PSL_IR | PSL_DR | PSL_EE | PSL_SE | PSL_LE); in rtas_setup()
|
/freebsd/sys/powerpc/ps3/ |
H A D | mmu_ps3.c | 131 mtmsr(mfmsr() & ~PSL_DR & ~PSL_IR); in mps3_cpu_bootstrap()
|