Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Dmakecontext.c22 #define NREG_ARGS 4 macro
42 if ((argc > NREG_ARGS) && (argc & 1) != 0) in __makecontext()
51 if (argc > NREG_ARGS) in __makecontext()
52 funcstack -= (argc - NREG_ARGS); in __makecontext()
64 for (reg = 0; (reg < argc) && (reg < NREG_ARGS); reg++) in __makecontext()
/glibc-2.36/sysdeps/unix/sysv/linux/csky/
Dmakecontext.c23 #define NREG_ARGS 4 macro
43 if ((argc > NREG_ARGS) && (argc & 1) != 0) in __makecontext()
52 if (argc > NREG_ARGS) in __makecontext()
53 funcstack -= (argc - NREG_ARGS); in __makecontext()
65 for (reg = 0; (reg < argc) && (reg < NREG_ARGS); reg++) in __makecontext()