Searched refs:NARGREG (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/aarch64/aarch64/
H A Dlinux32_syscall.c56 #define NARGREG 7 /* Seven(all) arguments are passed in r0-r6 */ macro
H A Daarch32_syscall.c47 #ifndef NARGREG
48 #define NARGREG 4 /* 4 args are in registers */ macro
87 int nargs_reg = NARGREG - 1; /* number of argument in registers */
90 int nargs_reg = NARGREG; /* number of argument in registers */
105 int nargs_reg = NARGREG; /* number of argument in registers */
H A Dsyscall.c48 #ifndef NARGREG
49 #define NARGREG 8 /* 8 args are in registers */ macro
98 size_t nargs = NARGREG;
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dsyscall.c53 #define NARGREG 8 /* 8 args are in registers */ macro
98 n = NARGREG;
/netbsd-current/sys/arch/powerpc/ibm4xx/
H A Dtrap.c117 #define NARGREG 8 /* 8 args are in registers */ macro

Completed in 141 milliseconds