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.h879 void bpf_trace_run2(struct bpf_prog *prog, u64 arg1, u64 arg2);
880 void bpf_trace_run3(struct bpf_prog *prog, u64 arg1, u64 arg2,
882 void bpf_trace_run4(struct bpf_prog *prog, u64 arg1, u64 arg2,
884 void bpf_trace_run5(struct bpf_prog *prog, u64 arg1, u64 arg2,
886 void bpf_trace_run6(struct bpf_prog *prog, u64 arg1, u64 arg2,
888 void bpf_trace_run7(struct bpf_prog *prog, u64 arg1, u64 arg2,
890 void bpf_trace_run8(struct bpf_prog *prog, u64 arg1, u64 arg2,
893 void bpf_trace_run9(struct bpf_prog *prog, u64 arg1, u64 arg2,
896 void bpf_trace_run10(struct bpf_prog *prog, u64 arg1, u64 arg2,
899 void bpf_trace_run11(struct bpf_prog *prog, u64 arg1, u64 arg2,
[all …]
Dseccomp.h82 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.h167 extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
442 int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
1204 static inline int security_task_prctl(int option, unsigned long arg2, in security_task_prctl() argument
1209 return cap_task_prctl(option, arg2, arg3, arg4, arg5); in security_task_prctl()
Dsyscalls.h771 asmlinkage long sys_prctl(int option, unsigned long arg2, unsigned long arg3,
879 asmlinkage long sys_keyctl(int cmd, unsigned long arg2, unsigned long arg3,
1170 unsigned long arg1, unsigned long arg2);
Dlsm_hook_defs.h226 LSM_HOOK(int, -ENOSYS, task_prctl, int option, unsigned long arg2,
Defi.h1280 void *arg2; member
Dcompat.h823 u32 arg2, u32 arg3, u32 arg4, u32 arg5);
/include/trace/events/
Dufs.h314 u32 arg1, u32 arg2, u32 arg3),
316 TP_ARGS(dev_name, str_t, cmd, arg1, arg2, arg3),
323 __field(u32, arg2)
332 __entry->arg2 = arg2;
339 __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.h357 } arg2; member
/include/linux/firmware/
Dxlnx-zynqmp.h439 u32 arg2; member
444 u32 arg2, u32 arg3, u32 *ret_payload);
/include/net/
Dtcp.h2387 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument
2389 u32 args[2] = {arg1, arg2}; in tcp_call_bpf_2arg()
2394 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument
2397 u32 args[3] = {arg1, arg2, arg3}; in tcp_call_bpf_3arg()
2408 static inline int tcp_call_bpf_2arg(struct sock *sk, int op, u32 arg1, u32 arg2) in tcp_call_bpf_2arg() argument
2413 static inline int tcp_call_bpf_3arg(struct sock *sk, int op, u32 arg1, u32 arg2, in tcp_call_bpf_3arg() argument