Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/include/
H A Dpsl.h66 #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 Dprofile.h138 if ((s & (PSL_IR | PSL_DR)) != (PSL_IR | PSL_DR)) \
/netbsd-src/sys/arch/evbppc/wii/
H A Dwii_mmuinit.S42 rlwinm %r12, %r12, 0, ~(PSL_DR|PSL_IR);\
61 ori %r12, %r12, PSL_DR|PSL_IR; \
H A Dmachdep.c338 : "K"(PSL_IR|PSL_DR|PSL_ME|PSL_RI)); in cpu_startup()
/netbsd-src/sys/arch/sandpoint/stand/altboot/
H A Dentry.S25 andi. 3,3,PSL_DR|PSL_IR
326 li 0,PSL_DR|PSL_IR
H A Dbrdsetup.c1014 msr &= ~(PSL_ME | PSL_DR | PSL_IR); in _rtt()
/netbsd-src/sys/arch/powerpc/ibm4xx/
H A Dtrap_subr.S217 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 Dtrap.c215 tf->tf_srr1 |= PSL_IR; /* Re-enable IMMU */ in trap()
372 tf->tf_srr1 |= PSL_IR; /* Re-enable IMMU */ in trap()
H A Dibm4xx_machdep.c297 : : "r" (0), "K" (PSL_IR|PSL_DR)); in ibm4xx_init()
/netbsd-src/sys/arch/powerpc/powerpc/
H A Dpmap_subr.c457 MTMSR(msr & ~(PSL_IR|PSL_DR)); in pmap_syncicache()
519 MTMSR(msr & ~(PSL_IR|PSL_DR)); in pmap_pageidlezero()
H A Dofwreal.S118 ori %r4,%r4,PSL_IR|PSL_DR /* turn on MMU */
254 andi. %r4,%r12,~(PSL_IR|PSL_DR)@l
H A Drtas.c239 PSL_FE1 | PSL_IR | PSL_DR | PSL_RI)); in rtas_call()
H A Dtrap_subr.S769 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 Doea_machdep.c444 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 Dofw_subr.S80 andi. %r0,%r0,PSL_IR|PSL_DR
H A Dofwoea_machdep.c272 : "K"(PSL_IR|PSL_DR|PSL_ME|PSL_RI)); in ofwoea_initppc()
H A Dcpu_subr.c1576 msr |= PSL_IR|PSL_DR|PSL_ME|PSL_RI; in cpu_hatch()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Dmachdep.c404 msr &= ~(PSL_ME | PSL_DR | PSL_IR); in cpu_reboot()
/netbsd-src/sys/arch/amigappc/amigappc/
H A Dmachdep.c465 if ((msr & (PSL_IR|PSL_DR)) == 0) { in amigappc_batinit()