Lines Matching defs:size
141 BPF_CALL_3(bpf_probe_read, void *, dst, u32, size, const void *, unsafe_ptr) in BPF_CALL_3() argument
167 u32, size) in BPF_CALL_3() argument
393 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument
460 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
586 BPF_CALL_3(bpf_probe_read_str, void *, dst, u32, size, in BPF_CALL_3() argument
768 static bool kprobe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in kprobe_prog_is_valid_access()
797 u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
843 BPF_CALL_4(bpf_get_stack_tp, void *, tp_buff, void *, buf, u32, size, in BPF_CALL_4() argument
877 static bool tp_prog_is_valid_access(int off, int size, enum bpf_access_type type, in tp_prog_is_valid_access()
901 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument
975 struct bpf_map *, map, u64, flags, void *, data, u64, size) in BPF_CALL_5() argument
1028 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
1068 static bool raw_tp_prog_is_valid_access(int off, int size, in raw_tp_prog_is_valid_access()
1091 static bool raw_tp_writable_prog_is_valid_access(int off, int size, in raw_tp_writable_prog_is_valid_access()
1112 static bool pe_prog_is_valid_access(int off, int size, enum bpf_access_type type, in pe_prog_is_valid_access()