Home
last modified time | relevance | path

Searched refs:psr (Results 1 – 15 of 15) sorted by relevance

/original-bsd/sys/sparc/include/
H A Dpsl.h59 int psr; in getpsr() local
62 return (psr); in getpsr()
73 int psr, oldipl; in spl0() local
81 oldipl = psr & PSR_PIL; in spl0()
99 int psr, oldipl; \
101 oldipl = psr & PSR_PIL; \
102 psr &= ~oldipl; \
104 "r" (psr), "n" ((newipl) << 8)); \
138 int psr, oldipl; in SPL() local
143 "r" (psr), "n" (PSR_PIL)); in SPL()
[all …]
H A Dcpu.h69 u_int psr; /* psr before interrupt, excluding PSR_ET */ member
78 #define CLKF_USERMODE(framep) (((framep)->psr & PSR_PS) == 0)
79 #define CLKF_BASEPRI(framep) (((framep)->psr & PSR_PIL) == 0)
/original-bsd/sys/sparc/sparc/
H A Dlocore.s1342 wr %g2, 0, %psr ! set rett psr (including cond codes)
1363 rd %psr, %l0
1806 rd %psr, %l0 ! cwp = %psr & 31;
1935 rd %psr, %l0 ! cwp = %psr;
2010 rd %psr, %l0 ! CWP = %psr & 31;
2275 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr
2931 rd %psr, %g1 ! oldpsr = %psr;
3093 wr %g2, PSR_ET, %psr ! %psr = newpsr ^ PSR_ET;
3115 wr %g2, 0, %psr ! psr = newpsr;
3148 ! wr %g2, 0 %psr ! %psr = newpsr; (done earlier)
[all …]
H A Dcpu.c47 #define IU_IMPL(psr) ((u_int)(psr) >> 28) argument
48 #define IU_VERS(psr) (((psr) >> 24) & 0xf) argument
H A Dtrap.c189 trap(type, psr, pc, tf) in trap() argument
191 register int psr, pc;
207 if (psr & PSR_PS) {
231 type, pc, tf->tf_npc, psr, PSR_BITS);
486 mem_access_fault(type, ser, v, pc, psr, tf) in mem_access_fault() argument
490 register int pc, psr;
522 if (psr & PSR_PS) {
599 if (psr & PSR_PS) {
617 if ((psr & PSR_PS) == 0) {
H A Dsys_process.c231 register int req, error, sig, pc, psr; local
329 psr = (tf->tf_psr & ~PSR_ICC) | (utf->tf_psr & PSR_ICC);
331 tf->tf_psr = psr;
H A Dmachdep.c263 register int psr, sp; local
270 psr = tf->tf_psr & (PSR_S | PSR_CWP);
286 tf->tf_psr = psr;
H A Dintr.c47 fp->ipl, fp->pc, fp->npc, fp->psr, PSR_BITS);
H A Dbsd_audiointr.s176 mov %l0, %psr
/original-bsd/old/adb/scripts.vax/
H A Dframe1 ./"handler"16t"psr"16t"mask"nXx8txn"ap"16t"fp"16t"pc"n3X^pn
H A Dtrapframe1 ./"handler"16t"psr"16t"mask"nXx8txn"ap"16t"fp"16t"pc"n3X^p"r0"16t"r1"16t"r2"16t"r3"n4X"r4"16t"r5"16…
/original-bsd/sys/sparc/dev/
H A Dzs.c648 if ((p->psr & PSR_PIL) < (PIL_TTY << 8)) { in zshard()
/original-bsd/sys/luna68k/stand/
H A Dlocore.s268 .long 0xf0176200 | pmove psr,sp@
/original-bsd/sys/luna68k/luna68k/
H A Dlocore.s167 pmove psr,sp@ | save result
/original-bsd/sys/hp300/hp300/
H A Dlocore.s171 pmove psr,sp@ | save result