HomeSort by: relevance | last modified time | path
    Searched refs:_REG_A2 (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/arch/m68k/sys/
__sigtramp2.S 77 CFI_OFFSET(_REG_A2)
  /src/lib/libc/arch/alpha/sys/
__sigtramp2.S 77 CFI_OFFSET(_REG_A2)
  /src/lib/libc/arch/m68k/gen/
longjmp.c 88 memcpy(&uc.uc_mcontext.__gregs[_REG_A2],
  /src/lib/libc/arch/mips/sys/
__sigtramp2.S 77 CFI_OFFSET(_REG_A2)
  /src/sys/arch/alpha/include/
mcontext.h 61 #define _REG_A2 18
  /src/sys/arch/m68k/include/
mcontext.h 62 #define _REG_A2 10
  /src/sys/arch/riscv/include/
mcontext.h 102 #define _REG_A2 _REG_X12
  /src/sys/arch/mips/include/
mcontext.h 46 #define _REG_A2 6
  /src/sys/arch/m68k/m68k/
sig_machdep.c 214 gr[_REG_A2] = frame->f_regs[A2];
354 frame->f_regs[A2] = gr[_REG_A2];

Completed in 13 milliseconds