Home
last modified time | relevance | path

Searched defs:nargs (Results 1 – 25 of 38) sorted by relevance

12

/Linux-v5.4/arch/powerpc/boot/
Doflib.c21 __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()
/Linux-v5.4/tools/perf/util/
Dbpf-prologue.c183 struct probe_trace_arg *args, int nargs) in gen_prologue_fastpath()
242 struct probe_trace_arg *args, int nargs) in gen_prologue_slowpath()
358 int bpf__gen_prologue(struct probe_trace_arg *args, int nargs, in bpf__gen_prologue()
Dprobe-event.h56 int nargs; /* Number of args */ member
94 int nargs; /* Number of arguments */ member
/Linux-v5.4/arch/arm/mach-omap2/
Domap-secure.c33 u32 omap_secure_dispatcher(u32 idx, u32 flag, u32 nargs, u32 arg1, u32 arg2, in omap_secure_dispatcher()
106 u32 rx51_secure_dispatcher(u32 idx, u32 process, u32 flag, u32 nargs, in rx51_secure_dispatcher()
/Linux-v5.4/arch/microblaze/kernel/
Dsyscall_table.S3 #define __SYSCALL(nr, entry, nargs) .long entry argument
/Linux-v5.4/arch/sparc/kernel/
Dsystbls_32.S12 #define __SYSCALL(nr, entry, nargs) .long entry argument
Dsystbls_64.S13 #define __SYSCALL(nr, entry, nargs) .word entry argument
/Linux-v5.4/arch/alpha/kernel/
Dsystbls.S10 #define __SYSCALL(nr, entry, nargs) .quad entry argument
/Linux-v5.4/arch/m68k/kernel/
Dsyscalltable.S21 #define __SYSCALL(nr, entry, nargs) .long entry argument
/Linux-v5.4/tools/testing/selftests/kvm/lib/s390x/
Ducall.c17 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c19 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/Linux-v5.4/arch/xtensa/kernel/
Dsyscall.c34 #define __SYSCALL(nr, entry, nargs)[nr] = (syscall_t)entry, argument
/Linux-v5.4/arch/powerpc/kernel/
Drtas.c416 va_rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, in va_rtas_call_unlocked()
435 void rtas_call_unlocked(struct rtas_args *args, int token, int nargs, int nret, ...) in rtas_call_unlocked()
444 int rtas_call(int token, int nargs, int nret, int *outputs, ...) in rtas_call()
1067 int nargs, nret, token; in SYSCALL_DEFINE1() local
/Linux-v5.4/tools/testing/selftests/kvm/lib/aarch64/
Ducall.c74 void ucall(uint64_t cmd, int nargs, ...) in ucall()
/Linux-v5.4/arch/parisc/kernel/
Dsyscall.S938 #define __SYSCALL(nr, entry, nargs) ASM_ULONG_INSN entry argument
/Linux-v5.4/arch/ia64/kernel/
Dentry.S1429 #define __SYSCALL(nr, entry, nargs) data8 entry argument
/Linux-v5.4/include/linux/
Daudit.h402 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall()
409 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
583 static inline int audit_socketcall(int nargs, unsigned long *args) in audit_socketcall()
588 static inline int audit_socketcall_compat(int nargs, u32 *args) in audit_socketcall_compat()
Dfwnode.h44 unsigned int nargs; member
Dproperty.h390 unsigned int nargs; member
/Linux-v5.4/drivers/input/joystick/
Dturbografx.c33 unsigned int nargs; member
Ddb9.c31 unsigned int nargs; member
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_btf.h60 #define BTF_FUNC_PROTO_ENC(ret_type, nargs) \ argument
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_attr_leaf.c810 struct xfs_da_args nargs; in xfs_attr_shortform_to_leaf() local
1003 struct xfs_da_args nargs; in xfs_attr3_leaf_to_shortform() local
/Linux-v5.4/kernel/
Dauditsc.c1199 int nargs = context->socketcall.nargs; in show_special() local
2319 int __audit_socketcall(int nargs, unsigned long *args) in __audit_socketcall()
/Linux-v5.4/drivers/base/
Dproperty.c479 unsigned int nargs, unsigned int index, in fwnode_property_get_reference_args()

12