Home
last modified time | relevance | path

Searched refs:PR_IPL (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/vax/vax/
H A Dlock_stubs.S101 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 Dscb.c100 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 Dsubr.S206 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 Dgenassym.cf108 define PR_IPL PR_IPL
H A Dintvec.S291 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 Dautoconf.c182 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 Dcpu.h174 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 Dintr.h80 mtpr(ipl, PR_IPL); in _splset()
86 return mfpr(PR_IPL); in _splget()
H A Dmtpr.h54 #define PR_IPL 18 /* Interrupt Priority Level */ macro