Searched refs:PR_IPL (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/arch/vax/vax/ |
H A D | lock_stubs.S | 101 mfpr $PR_IPL, %r2 /* get current IPL */ 105 mtpr %r3, $PR_IPL /* yes, raise IPL */ 139 mtpr %r2, $PR_IPL /* no, restore saved ipl */ 277 mfpr $PR_IPL, %r5 /* save IPL */ 278 mtpr $IPL_HIGH, $PR_IPL /* block everything */ 287 mtpr %r5, $PR_IPL /* restore IPL */
|
H A D | scb.c | 100 ipl = mfpr(PR_IPL); in scb_stray() 110 mtpr(ipl + 1, PR_IPL); in scb_stray() 139 mtpr(0, PR_IPL); in scb_vecref()
|
H A D | subr.S | 206 mtpr $IPL_VM,$PR_IPL # Make sure we are at IPL_VM 234 mfpr $PR_IPL,%r0 # splhigh() 235 mtpr $IPL_HIGH,$PR_IPL 258 5: mtpr (%sp)+,$PR_IPL 340 mfpr $PR_IPL,%r1 341 mtpr $IPL_HIGH,$PR_IPL /* we need to be at IPL_HIGH */ 450 mtpr $IPL_HIGH,$PR_IPL /* we need to be at IPL_HIGH */
|
H A D | genassym.cf | 108 define PR_IPL PR_IPL
|
H A D | intvec.S | 291 mtpr $IPL_HIGH, $PR_IPL # Be sure we can REI 368 mtpr $IPL_HIGH, $PR_IPL # Be sure we can REI
|
/netbsd-src/sys/arch/vax/boot/boot/ |
H A D | autoconf.c | 182 mtpr(20, PR_IPL); in scbinit() 190 mtpr(IPL_HIGH, PR_IPL); in rtimer() 200 mtpr(20, PR_IPL); in rtimer() 246 ipl = mfpr(PR_IPL); in scb_stray()
|
/netbsd-src/sys/arch/vax/include/ |
H A D | cpu.h | 174 int ipl = mfpr(PR_IPL); in cpu_idle() 175 mtpr(1, PR_IPL); in cpu_idle() 176 mtpr(ipl, PR_IPL); in cpu_idle()
|
H A D | intr.h | 80 mtpr(ipl, PR_IPL); in _splset() 86 return mfpr(PR_IPL); in _splget()
|
H A D | mtpr.h | 54 #define PR_IPL 18 /* Interrupt Priority Level */ macro
|