Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 15 of 15) sorted by relevance

/include/linux/firmware/meson/
Dmeson_sm.h22 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4);
25 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
28 u32 arg1, u32 arg2, u32 arg3, u32 arg4);
/include/linux/
Dtrace_events.h862 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2);
863 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2,
865 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2,
867 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2,
869 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2,
871 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2,
873 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2,
876 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2,
879 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u64 arg2,
882 void bpf_trace_run11(struct bpf_prog *prog, u64 arg1, u64 arg2,
[all …]
Dseccomp.h81 static inline long prctl_set_seccomp(unsigned long arg2, char __user *arg3) in prctl_set_seccomp() argument
Darm-smccc.h461 #define __constraint_read_2 __constraint_read_1, "r" (arg2)
484 register typeof(a2) arg2 asm("r2") = __a2
493 register typeof(a2) arg2 asm("r2") = __a2; \
Dsecurity.h165 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
438 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
1192 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl() argument
1197 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
Dsyscalls.h770 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3,
878 asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3,
1166 unsigned long arg1, unsigned long arg2);
Defi.h1221 void *arg2; member
Dlsm_hook_defs.h226 LSM_HOOK(int, -ENOSYS, task_prctl, int option, unsigned long arg2,
Dcompat.h792 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
/include/trace/events/
Dufs.h315 u32 arg1, u32 arg2, u32 arg3),
317 TP_ARGS(dev_name, str_t, cmd, arg1, arg2, arg3),
324 __field(u32, arg2)
333 __entry->arg2 = arg2;
340 __entry->cmd, __entry->arg1, __entry->arg2, __entry->arg3
/include/uapi/linux/misc/
Dbcm_vk.h23 __u32 arg2; member
/include/linux/crush/
Dcrush.h46 __s32 arg2; member
/include/xen/interface/
Dxen.h374 } arg2; member
/include/linux/firmware/
Dxlnx-zynqmp.h364 u32 arg2; member
369 u32 arg2, u32 arg3, u32 *ret_payload);
/include/net/
Dtcp.h2323 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument
2325 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg()
2330 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
2333 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg()
2344 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument
2349 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument