Searched refs:PSL_IR (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/sys/arch/powerpc/include/ |
H A D | psl.h | 66 #define PSL_IR 0x00000020 /* .468 instruction address relocation */ macro 67 #define PSL_IS PSL_IR /* B... instruction address space */ 119 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR | PSL_ME) 121 #define PSL_USERSET (PSL_EE | PSL_PR | PSL_IR | PSL_DR)
|
H A D | profile.h | 138 if ((s & (PSL_IR | PSL_DR)) != (PSL_IR | PSL_DR)) \
|
/netbsd-src/sys/arch/evbppc/wii/ |
H A D | wii_mmuinit.S | 42 rlwinm %r12, %r12, 0, ~(PSL_DR|PSL_IR);\ 61 ori %r12, %r12, PSL_DR|PSL_IR; \
|
H A D | machdep.c | 338 : "K"(PSL_IR|PSL_DR|PSL_ME|PSL_RI)); in cpu_startup()
|
/netbsd-src/sys/arch/sandpoint/stand/altboot/ |
H A D | entry.S | 25 andi. 3,3,PSL_DR|PSL_IR 326 li 0,PSL_DR|PSL_IR
|
H A D | brdsetup.c | 1014 msr &= ~(PSL_ME | PSL_DR | PSL_IR); in _rtt()
|
/netbsd-src/sys/arch/powerpc/ibm4xx/ |
H A D | trap_subr.S | 217 ori tmpreg,tmpreg,(PSL_DR|PSL_IR)@l; \ 329 li %r31,(PSL_DR|PSL_IR)@l 371 li %r31,(PSL_DR|PSL_IR)@l
|
H A D | trap.c | 215 tf->tf_srr1 |= PSL_IR; /* Re-enable IMMU */ in trap() 372 tf->tf_srr1 |= PSL_IR; /* Re-enable IMMU */ in trap()
|
H A D | ibm4xx_machdep.c | 297 : : "r" (0), "K" (PSL_IR|PSL_DR)); in ibm4xx_init()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | pmap_subr.c | 457 MTMSR(msr & ~(PSL_IR|PSL_DR)); in pmap_syncicache() 519 MTMSR(msr & ~(PSL_IR|PSL_DR)); in pmap_pageidlezero()
|
H A D | ofwreal.S | 118 ori %r4,%r4,PSL_IR|PSL_DR /* turn on MMU */ 254 andi. %r4,%r12,~(PSL_IR|PSL_DR)@l
|
H A D | rtas.c | 239 PSL_FE1 | PSL_IR | PSL_DR | PSL_RI)); in rtas_call()
|
H A D | trap_subr.S | 769 ori %r30,%r30,(PSL_DR|PSL_IR); /* turn on relocation */ \ 888 andi. %r2,%r2,~(PSL_DR|PSL_IR|PSL_ME|PSL_RI)@l; \ 1081 ori %r30,%r30,(PSL_DR|PSL_IR); /* turn on relocation */ \
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | oea_machdep.c | 444 cpu_psluserset = PSL_EE | PSL_PR | PSL_ME | PSL_IR | PSL_DR | PSL_RI; in oea_init() 470 : "K"(PSL_IR|PSL_DR|PSL_ME|PSL_RI)); in oea_init() 696 if ((msr & (PSL_IR|PSL_DR)) == 0) { in oea_batinit()
|
H A D | ofw_subr.S | 80 andi. %r0,%r0,PSL_IR|PSL_DR
|
H A D | ofwoea_machdep.c | 272 : "K"(PSL_IR|PSL_DR|PSL_ME|PSL_RI)); in ofwoea_initppc()
|
H A D | cpu_subr.c | 1576 msr |= PSL_IR|PSL_DR|PSL_ME|PSL_RI; in cpu_hatch()
|
/netbsd-src/sys/arch/sandpoint/sandpoint/ |
H A D | machdep.c | 404 msr &= ~(PSL_ME | PSL_DR | PSL_IR); in cpu_reboot()
|
/netbsd-src/sys/arch/amigappc/amigappc/ |
H A D | machdep.c | 465 if ((msr & (PSL_IR|PSL_DR)) == 0) { in amigappc_batinit()
|