Home
last modified time | relevance | path

Searched refs:NARGREG (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/riscv/include/
H A Dframe.h71 #define NARGREG 8 /* 8 args in regs */ macro
/freebsd/sys/powerpc/include/
H A Dframe.h112 #define NARGREG 8 /* 8 args in regs */ macro
/freebsd/sys/riscv/riscv/
H A Dtrap.c127 memcpy(dst_ap, ap, (NARGREG - 1) * sizeof(*dst_ap)); in cpu_fetch_syscall_args()
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c667 n = NARGREG; in cpu_fetch_syscall_args()