Home
last modified time | relevance | path

Searched refs:REG_A0 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dmakecontext.c50 ucp->uc_mcontext.__gregs[REG_A0 + 0] = a0; in __makecontext()
51 ucp->uc_mcontext.__gregs[REG_A0 + 1] = a1; in __makecontext()
52 ucp->uc_mcontext.__gregs[REG_A0 + 2] = a2; in __makecontext()
53 ucp->uc_mcontext.__gregs[REG_A0 + 3] = a3; in __makecontext()
54 ucp->uc_mcontext.__gregs[REG_A0 + 4] = a4; in __makecontext()
63 ucp->uc_mcontext.__gregs[REG_A0 + i] = va_arg (vl, long); in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/sys/
Ducontext.h40 # define REG_A0 10 macro