Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/
Dmakecontext.c33 _Static_assert(LARCH_REG_NARGS == 8, in __makecontext()
63 long int reg_args = argc < LARCH_REG_NARGS ? argc : LARCH_REG_NARGS; in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/sys/
Ducontext.h39 #define LARCH_REG_NARGS 8 macro