Home
last modified time | relevance | path

Searched refs:sc_ap (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/sys/arch/m68k/include/
H A Dsignal.h63 int sc_ap; /* ap to restore */ member
75 int sc_ap; /* ap to restore */ member
/netbsd-src/sys/arch/vax/include/
H A Dsignal.h70 int sc_ap; /* ap to restore */ member
80 int sc_ap; /* ap to restore */ member
/netbsd-src/sys/arch/vax/vax/
H A Dcompat_16_machdep.c148 tf->tf_ap = ksc.sc_ap; in compat_16_sys___sigreturn14()
183 sigctx.sc_ap = tf->tf_ap; in setupstack_sigcontext2()
H A Dcompat_13_machdep.c153 tf->tf_ap = ksc.sc_ap; in compat_13_sys_sigreturn()
172 sigctx.sc_ap = tf->tf_ap; in setupstack_oldsigcontext()
/netbsd-src/sys/arch/m68k/m68k/
H A Dcompat_16_machdep.c177 kf.sf_sc.sc_ap = (int)&fp->sf_state; in sendsig_sigcontext()
218 kf.sf_sc.sc_sp, kf.sf_sc.sc_ap); in sendsig_sigcontext()
287 if ((rf = scp->sc_ap) == 0) in compat_16_sys___sigreturn14()
H A Dcompat_13_machdep.c106 if (scp->sc_ap != 0) in compat_13_sys_sigreturn()
/netbsd-src/sys/arch/hppa/include/
H A Dsignal.h58 int sc_ap; /* ap to restore */ member
/netbsd-src/lib/libc/arch/vax/
H A Dgenassym.cf76 define SC13_AP offsetof(struct sigcontext13, sc_ap)
85 define SC_AP offsetof(struct sigcontext, sc_ap)
/netbsd-src/lib/libc/arch/vax/gen/
H A D__longjmp14.c73 uc.uc_mcontext.__gregs[_REG_AP] = jb->jb_sc.sc_ap; in __longjmp14()
/netbsd-src/lib/libc/arch/hppa/gen/
H A D__setjmp14.S61 stw %r0, _SC_REGS_AP(%arg0) ; sc.sc_ap = NULL
H A D_setjmp.S57 stw %r0, _SC_REGS_AP(%arg0) ; sc.sc_ap = NULL
/netbsd-src/lib/libc/arch/m68k/
H A Dgenassym.cf69 define SC_AP offsetof(struct sigcontext, sc_ap)
/netbsd-src/lib/libc/arch/hppa/
H A Dgenassym.cf113 define _SC_REGS_AP offsetof(struct sigcontext, sc_ap)