Lines Matching defs:size
150 bpf_probe_read_user_common(void *dst, u32 size, const void __user *unsafe_ptr) in bpf_probe_read_user_common()
160 BPF_CALL_3(bpf_probe_read_user, void *, dst, u32, size, in BPF_CALL_3() argument
176 bpf_probe_read_user_str_common(void *dst, u32 size, in bpf_probe_read_user_str_common()
197 BPF_CALL_3(bpf_probe_read_user_str, void *, dst, u32, size, in BPF_CALL_3() argument
213 bpf_probe_read_kernel_common(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel_common()
223 BPF_CALL_3(bpf_probe_read_kernel, void *, dst, u32, size, in BPF_CALL_3() argument
239 bpf_probe_read_kernel_str_common(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel_str_common()
258 BPF_CALL_3(bpf_probe_read_kernel_str, void *, dst, u32, size, in BPF_CALL_3() argument
274 BPF_CALL_3(bpf_probe_read_compat, void *, dst, u32, size, in BPF_CALL_3() argument
293 BPF_CALL_3(bpf_probe_read_compat_str, void *, dst, u32, size, in BPF_CALL_3() argument
314 u32, size) in BPF_CALL_3() argument
850 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument
917 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1377 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access()
1406 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1452 BPF_CALL_4(bpf_get_stack_tp, void *, tp_buff, void *, buf, u32, size, in BPF_CALL_4() argument
1486 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access()
1510 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument
1536 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
1621 struct bpf_map *, map, u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1677 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
1756 static bool raw_tp_prog_is_valid_access(int off, int size, in raw_tp_prog_is_valid_access()
1770 static bool tracing_prog_is_valid_access(int off, int size, in tracing_prog_is_valid_access()
1811 static bool raw_tp_writable_prog_is_valid_access(int off, int size, in raw_tp_writable_prog_is_valid_access()
1832 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access()