| /kernel/linux/linux-6.6/arch/powerpc/boot/ |
| D | oflib.c | 21 __be32 nargs; /* Number of input arguments. */ member 41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
|
| /kernel/linux/linux-5.10/arch/powerpc/boot/ |
| D | oflib.c | 21 __be32 nargs; /* Number of input arguments. */ member 41 int of_call_prom(const char *service, int nargs, int nret, ...) in of_call_prom() 65 static int of_call_prom_ret(const char *service, int nargs, int nret, in of_call_prom_ret()
|
| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | bpf-prologue.c | 184 struct probe_trace_arg *args, int nargs) in gen_prologue_fastpath() 243 struct probe_trace_arg *args, int nargs) in gen_prologue_slowpath() 364 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs, in bpf__gen_prologue()
|
| D | probe-event.h | 59 int nargs; /* Number of args */ member 97 int nargs; /* Number of arguments */ member
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | rtas.c | 417 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked() 436 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked() 445 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 923 int rtas_call_reentrant(int token, int nargs, int nret, int *outputs, ...) in rtas_call_reentrant() 1073 static bool block_rtas_call(int token, int nargs, in block_rtas_call() 1142 static bool block_rtas_call(int token, int nargs, in block_rtas_call() 1156 int nargs, nret, token; in SYSCALL_DEFINE1() local
|
| /kernel/linux/linux-5.10/arch/microblaze/kernel/ |
| D | syscall_table.S | 3 #define __SYSCALL(nr, entry, nargs) .long entry argument
|
| /kernel/linux/linux-5.10/arch/m68k/kernel/ |
| D | syscalltable.S | 21 #define __SYSCALL(nr, entry, nargs) .long entry argument
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | systbls_32.S | 12 #define __SYSCALL(nr, entry, nargs) .long entry argument
|
| D | systbls_64.S | 13 #define __SYSCALL(nr, entry, nargs) .word entry argument
|
| /kernel/linux/linux-5.10/arch/alpha/kernel/ |
| D | systbls.S | 10 #define __SYSCALL(nr, entry, nargs) .quad entry argument
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | omap-secure.c | 59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() 155 static u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
| D | omap-secure.c | 59 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher() 153 u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/syscalls/ |
| D | rtas_filter.c | 42 __be32 nargs; member 108 static int rtas_call(const char *name, int nargs, in rtas_call()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/syscalls/ |
| D | rtas_filter.c | 41 __be32 nargs; member 169 static int rtas_call(const char *name, int nargs, in rtas_call()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/s390x/ |
| D | ucall.c | 17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
| D | ucall.c | 19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | rtas.c | 1026 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked() 1062 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked() 1135 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call() 1736 static bool block_rtas_call(int token, int nargs, in block_rtas_call() 1822 int nargs, nret, token; in SYSCALL_DEFINE1() local
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| D | syscall.c | 34 #define __SYSCALL(nr, entry, nargs)[nr] = (syscall_t)entry, argument
|
| /kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/aarch64/ |
| D | ucall.c | 74 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/ |
| D | ucall_common.c | 117 void ucall(uint64_t cmd, int nargs, ...) in ucall()
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | entry.S | 1423 #define __SYSCALL(nr, entry, nargs) data8 entry argument
|
| /kernel/linux/linux-6.6/tools/perf/util/ |
| D | probe-event.h | 60 int nargs; /* Number of args */ member 98 int nargs; /* Number of arguments */ member
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | audit.h | 434 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() 441 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() 617 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() 622 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | audit.h | 446 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() 453 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat() 637 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall() 642 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
|
| /kernel/linux/linux-5.10/drivers/input/joystick/ |
| D | turbografx.c | 33 unsigned int nargs; member
|