Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Dmakecontext.c33 _Static_assert (REG_NARGS == 8, "__makecontext assumes 8 argument registers"); in __makecontext()
61 long reg_args = argc < REG_NARGS ? argc : REG_NARGS; in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/sys/
Ducontext.h42 # define REG_NARGS 8 macro