/linux-4.19.296/include/linux/firmware/meson/ |
D | meson_sm.h | 25 u32 arg2, u32 arg3, u32 arg4); 27 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4); 29 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4);
|
/linux-4.19.296/include/linux/ |
D | trace_events.h | 594 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2); 595 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2, 597 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2, 599 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2, 601 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2, 603 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2, 605 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2, 608 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2, 611 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u64 arg2, 614 void bpf_trace_run11(struct bpf_prog *prog, u64 arg1, u64 arg2, [all …]
|
D | seccomp.h | 71 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp() argument
|
D | security.h | 99 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3, 369 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3, 1029 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl() argument 1034 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
|
D | syscalls.h | 672 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3, 765 asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3, 1011 unsigned long arg1, unsigned long arg2);
|
D | lsm_hooks.h | 1613 int (*task_prctl)(int option, unsigned long arg2, unsigned long arg3,
|
D | compat.h | 846 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
|
D | efi.h | 1697 void *arg2; member
|
/linux-4.19.296/fs/ |
D | filesystems.c | 186 SYSCALL_DEFINE3(sysfs, int, option, unsigned long, arg1, unsigned long, arg2) in SYSCALL_DEFINE3() argument 196 retval = fs_name(arg1, (char __user *) arg2); in SYSCALL_DEFINE3()
|
/linux-4.19.296/include/linux/crush/ |
D | crush.h | 46 __s32 arg2; member
|
/linux-4.19.296/include/xen/interface/ |
D | xen.h | 374 } arg2; member
|
/linux-4.19.296/include/net/ |
D | tcp.h | 2162 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2164 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg() 2169 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument 2172 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg() 2183 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument 2188 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
|
/linux-4.19.296/drivers/misc/ |
D | vmw_balloon.c | 163 #define VMWARE_BALLOON_CMD(cmd, arg1, arg2, result) \ argument 176 "4" (arg2) : \
|
/linux-4.19.296/fs/nfs/ |
D | nfs4proc.c | 9697 nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2) in nfs_alloc_no_seqid() argument
|