Searched refs:sc_ps (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/arch/alpha/include/
H A Dsignal.h58 long sc_ps; /* ps to restore */ member in struct:sigcontext13
75 long sc_ps; /* ps to restore */ member in struct:sigcontext
/netbsd-current/sys/arch/hppa/include/
H A Dsignal.h63 int sc_ps; /* psl to restore */ member in struct:sigcontext
/netbsd-current/sys/arch/m68k/include/
H A Dsignal.h65 int sc_ps; /* psl to restore */ member in struct:sigcontext13
77 int sc_ps; /* psl to restore */ member in struct:sigcontext
/netbsd-current/sys/arch/vax/vax/
H A Dcompat_16_machdep.c131 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
132 ((ksc.sc_ps & (PSL_U | PSL_PREVU)) != (PSL_U | PSL_PREVU)) ||
133 (ksc.sc_ps & PSL_CM)) {
151 tf->tf_psl = ksc.sc_ps;
182 sigctx.sc_ps = tf->tf_psl;
H A Dcompat_13_machdep.c136 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
137 ((ksc.sc_ps & (PSL_U | PSL_PREVU)) != (PSL_U | PSL_PREVU)) ||
138 (ksc.sc_ps & PSL_CM)) {
156 tf->tf_psl = ksc.sc_ps;
171 sigctx.sc_ps = tf->tf_psl;
/netbsd-current/sys/arch/vax/include/
H A Dsignal.h72 int sc_ps; /* psl to restore */ member in struct:sigcontext13
82 int sc_ps; /* psl to restore */ member in struct:sigcontext
/netbsd-current/sys/arch/m68k/m68k/
H A Dcompat_13_machdep.c95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
119 frame->f_sr = scp->sc_ps;
H A Dsunos_machdep.c79 int sc_ps; /* psl to restore */ member in struct:sunos_sigcontext
141 kf.sf_sc.sc_ps = frame->f_sr;
218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
228 frame->f_sr = scp->sc_ps;
H A Dcompat_16_machdep.c179 kf.sf_sc.sc_ps = frame->f_sr;
277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
361 frame->f_sr = scp->sc_ps;
/netbsd-current/lib/libc/arch/m68k/gen/
H A Dlongjmp.c82 uc.uc_mcontext.__gregs[_REG_PS] = sc->sc_ps;
/netbsd-current/sys/compat/linux/arch/alpha/
H A Dlinux_machdep.h46 long sc_ps; member in struct:linux_sigcontext
H A Dlinux_machdep.c156 sigframe.uc.uc_mcontext.sc_ps = ALPHA_PSL_USERMODE;
246 sigframe.sf_sc.sc_ps = ALPHA_PSL_USERMODE;
389 if (context.sc_ps != ALPHA_PSL_USERMODE)
393 l->l_md.md_tf->tf_regs[FRAME_PS] = context.sc_ps;
/netbsd-current/sys/compat/linux/arch/m68k/
H A Dlinux_machdep.h51 u_short sc_ps; /* processor status (sr reg) */ member in struct:linux_sigcontext
/netbsd-current/sys/arch/alpha/alpha/
H A Dcompat_13_machdep.c90 (ksc.sc_ps | ALPHA_PSL_USERSET) & ~ALPHA_PSL_USERCLR;
H A Dcompat_16_machdep.c126 frame.sf_sc.sc_ps = tf->tf_regs[FRAME_PS];
277 (ksc.sc_ps | ALPHA_PSL_USERSET) & ~ALPHA_PSL_USERCLR;
/netbsd-current/lib/libc/arch/alpha/gen/
H A D__longjmp14.c81 (sc->sc_ps | ALPHA_PSL_USERSET) & ~ALPHA_PSL_USERCLR;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dlinux-unwind.h91 unsigned callinc = (sc->sc_ps >> 16) & 3;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dlinux-unwind.h91 unsigned callinc = (sc->sc_ps >> 16) & 3;
/netbsd-current/lib/libc/arch/vax/gen/
H A D__longjmp14.c77 uc.uc_mcontext.__gregs[_REG_PSL] = jb->jb_sc.sc_ps;
/netbsd-current/sys/arch/x68k/dev/
H A Dmha.c167 #define ISCSR (sc->sc_ps[2])
324 sc->sc_ps = (volatile u_short *)sc->sc_iobase;
401 dummy = sc->sc_ps[-1];
402 dummy = sc->sc_ps[-1];
403 dummy = sc->sc_ps[-1];
404 dummy = sc->sc_ps[-1];
1406 sc->sc_ps[3] = 1;
1407 sc->sc_ps[4] = n >> 8;
1409 sc->sc_ps[-1] = 0x000F; /* burst */
1497 sc->sc_ps[
[all...]
H A Dmhavar.h91 volatile u_short *sc_ps; member in struct:mha_softc
/netbsd-current/lib/libc/arch/hppa/gen/
H A D__longjmp14.c107 uc.uc_mcontext.__gregs[_REG_PSW] = sc->sc_ps;
H A D__setjmp14.S70 stw %r1, _SC_REGS_PS(%arg0) ; set sc.sc_ps
/netbsd-current/sys/arch/amd64/include/
H A Dnetbsd32_machdep.h95 #define sc_ps sc_eflags macro
/netbsd-current/sys/dev/pci/
H A Dcs428x.h104 char *sc_ps, *sc_pe, *sc_pn; member in struct:cs428x_softc

Completed in 175 milliseconds

12