Home
last modified time | relevance | path

Searched refs:_REG_A0 (Results 1 – 17 of 17) sorted by relevance

/netbsd/lib/libc/arch/mips/gen/
H A Dmakecontext.c79 gr[_REG_A0 + i] = va_arg(ap, __greg_t); in makecontext()
87 gr[_REG_A0 + i] = va_arg(ap, __greg_t); in makecontext()
H A D_lwp.c67 gr[_REG_A0] = (uintptr_t) arg; in _lwp_makecontext()
/netbsd/lib/libc/arch/m68k/
H A Dgenassym.cf53 define _REG_A0 _REG_A0
/netbsd/lib/libc/arch/alpha/
H A Dgenassym.cf53 define _REG_A0 _REG_A0 /* 16 */
/netbsd/lib/libc/arch/alpha/gen/
H A D_lwp.c60 gr[_REG_A0] = (unsigned long) arg; in _lwp_makecontext()
H A Dmakecontext.c71 gr[_REG_A0 + i] = va_arg(ap, unsigned long); in makecontext()
/netbsd/lib/libc/arch/ia64/gen/
H A D_lwp.c61 gr[_REG_A0] = (unsigned long) arg; in _lwp_makecontext()
/netbsd/lib/libc/arch/riscv/gen/
H A Dmakecontext.c78 gr[_REG_A0 + i] = va_arg(ap, int); in makecontext()
/netbsd/lib/libc/arch/m68k/sys/
H A D__sigtramp2.S75 CFI_OFFSET(_REG_A0)
/netbsd/sys/arch/alpha/include/
H A Dmcontext.h59 #define _REG_A0 16 macro
/netbsd/lib/libc/arch/alpha/sys/
H A D__sigtramp2.S75 CFI_OFFSET(_REG_A0)
/netbsd/sys/arch/m68k/include/
H A Dmcontext.h60 #define _REG_A0 8 macro
/netbsd/lib/libc/arch/mips/sys/
H A D__sigtramp2.S75 CFI_OFFSET(_REG_A0)
/netbsd/lib/libc/arch/mips/
H A Dgenassym.cf51 define _REG_A0 _REG_A0
/netbsd/sys/arch/riscv/include/
H A Dmcontext.h96 #define _REG_A0 _REG_X10 macro
/netbsd/sys/arch/mips/include/
H A Dmcontext.h44 #define _REG_A0 4 macro
/netbsd/sys/arch/m68k/m68k/
H A Dsig_machdep.c212 gr[_REG_A0] = frame->f_regs[A0]; in cpu_getmcontext()
352 frame->f_regs[A0] = gr[_REG_A0]; in cpu_setmcontext()