Searched refs:PSR_PIL (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/sys/arch/sparc/include/ |
| H A D | psl.h | 67 #define PSR_PIL 0x00000f00 /* interrupt level */ macro 281 oldipl = psr & PSR_PIL; in spl0() 301 psr &= ~PSR_PIL; \ 325 oldipl = psr & PSR_PIL; in splraiseipl() 356 "r" (psr & ~PSR_PIL), "rn" (newipl)); in splx()
|
| H A D | cpu.h | 447 #define CLKF_LOPRI(framep,n) (((framep)->psr & PSR_PIL) < (n) << 8)
|
| /netbsd-src/sys/arch/sparc/sparc/ |
| H A D | lock_stubs.s | 132 and %o1, PSR_PIL, %o3 136 andn %o1, PSR_PIL, %o1 178 andn %o1, PSR_PIL, %o1 201 or %o4, PSR_PIL, %o5
|
| H A D | intr.c | 711 ih->ih_classipl = (classipl << 8) & PSR_PIL; in intr_establish() 821 ih->ih_classipl = (level << 8) & PSR_PIL; in sparc_softintr_establish()
|
| H A D | locore.s | 1207 or t1, PSR_PIL, t2; \ 2226 or %l0, PSR_PIL, %l4 ! splhigh() 2503 andn %l0, PSR_PIL, %l4 ! %l4 = psr & ~PSR_PIL | 2533 andn %o3, PSR_PIL, %o3 ! %o3 = psr & ~PSR_PIL 2688 andn %l0, PSR_PIL, %l4 ! %l4 = psr & ~PSR_PIL | 2718 andn %o3, PSR_PIL, %o3 ! %o3 = psr & ~PSR_PIL 3151 or %l0, PSR_PIL, %o4 ! splhigh() 3216 or %l0, PSR_PIL, %o4 ! splhigh() 4309 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr 4571 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr [all …]
|
| H A D | cpu.c | 759 pil = (getpsr() & PSR_PIL) >> 8; in xcall()
|
| /netbsd-src/sys/arch/sparc/stand/common/ |
| H A D | srt0.S | 96 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr 135 andn %o0, PSR_PIL, %o0
|
| /netbsd-src/common/lib/libc/arch/sparc/atomic/ |
| H A D | atomic_cas.S | 43 or %o4, PSR_PIL, %o5 ;\
|
| /netbsd-src/sys/arch/sparc/dev/ |
| H A D | kd.c | 356 if ((s1 & PSR_PIL) == 0) { in kdstart()
|
| /netbsd-src/sys/arch/sparc64/include/ |
| H A D | psl.h | 67 #define PSR_PIL 0x00000f00 /* interrupt level */ macro
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | dbri.c | 1879 (getpsr() & PSR_PIL) >> 8); in dbri_commit()
|
| /netbsd-src/sys/arch/sparc64/sparc64/ |
| H A D | locore.s | 3969 or %l0, PSR_PIL, %l4 ! splhigh()
|