Home
last modified time | relevance | path

Searched refs:PSR_PIL (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/sparc/include/
H A Dpsl.h67 #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 Dcpu.h447 #define CLKF_LOPRI(framep,n) (((framep)->psr & PSR_PIL) < (n) << 8)
/netbsd-src/sys/arch/sparc/sparc/
H A Dlock_stubs.s132 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 Dintr.c711 ih->ih_classipl = (classipl << 8) & PSR_PIL; in intr_establish()
821 ih->ih_classipl = (level << 8) & PSR_PIL; in sparc_softintr_establish()
H A Dlocore.s1207 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 Dcpu.c759 pil = (getpsr() & PSR_PIL) >> 8; in xcall()
/netbsd-src/sys/arch/sparc/stand/common/
H A Dsrt0.S96 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 Datomic_cas.S43 or %o4, PSR_PIL, %o5 ;\
/netbsd-src/sys/arch/sparc/dev/
H A Dkd.c356 if ((s1 & PSR_PIL) == 0) { in kdstart()
/netbsd-src/sys/arch/sparc64/include/
H A Dpsl.h67 #define PSR_PIL 0x00000f00 /* interrupt level */ macro
/netbsd-src/sys/dev/sbus/
H A Ddbri.c1879 (getpsr() & PSR_PIL) >> 8); in dbri_commit()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dlocore.s3969 or %l0, PSR_PIL, %l4 ! splhigh()