Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dmakecontext.c52 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 0] = (uintptr_t) a0; in __makecontext()
53 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 1] = (uintptr_t) a1; in __makecontext()
54 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 2] = (uintptr_t) a2; in __makecontext()
55 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 3] = (uintptr_t) a3; in __makecontext()
56 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + 4] = (uintptr_t) a4; in __makecontext()
65 ucp->uc_mcontext.__gregs[LARCH_REG_A0 + i] = va_arg (vl, unsigned long int); in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/sys/
Ducontext.h37 #define LARCH_REG_A0 4 macro