• Home
  • Raw
  • Download

Lines Matching refs:u32

82 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size,
163 bpf_probe_read_user_common(void *dst, u32 size, const void __user *unsafe_ptr) in bpf_probe_read_user_common()
173 BPF_CALL_3(bpf_probe_read_user, void *, dst, u32, size, in BPF_CALL_3() argument
189 bpf_probe_read_user_str_common(void *dst, u32 size, in bpf_probe_read_user_str_common()
210 BPF_CALL_3(bpf_probe_read_user_str, void *, dst, u32, size, in BPF_CALL_3() argument
226 bpf_probe_read_kernel_common(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel_common()
236 BPF_CALL_3(bpf_probe_read_kernel, void *, dst, u32, size, in BPF_CALL_3() argument
252 bpf_probe_read_kernel_str_common(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel_str_common()
271 BPF_CALL_3(bpf_probe_read_kernel_str, void *, dst, u32, size, in BPF_CALL_3() argument
287 BPF_CALL_3(bpf_probe_read_compat, void *, dst, u32, size, in BPF_CALL_3() argument
306 BPF_CALL_3(bpf_probe_read_compat_str, void *, dst, u32, size, in BPF_CALL_3() argument
327 u32, size) in BPF_CALL_3() argument
374 BPF_CALL_5(bpf_trace_printk, char *, fmt, u32, fmt_size, u64, arg1, in BPF_CALL_5() argument
426 BPF_CALL_4(bpf_trace_vprintk, char *, fmt, u32, fmt_size, const void *, args, in BPF_CALL_4() argument
427 u32, data_len) in BPF_CALL_4()
469 BPF_CALL_5(bpf_seq_printf, struct seq_file *, m, char *, fmt, u32, fmt_size, in BPF_CALL_5() argument
470 const void *, args, u32, data_len) in BPF_CALL_5()
507 BPF_CALL_3(bpf_seq_write, struct seq_file *, m, const void *, data, u32, len) in BPF_CALL_3() argument
523 u32, btf_ptr_size, u64, flags) in BPF_CALL_4() argument
594 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_4() argument
802 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument
828 u32 sig;
843 static int bpf_send_signal_common(u32 sig, enum pid_type type) in bpf_send_signal_common()
885 BPF_CALL_1(bpf_send_signal, u32, sig) in BPF_CALL_1() argument
897 BPF_CALL_1(bpf_send_signal_thread, u32, sig) in BPF_CALL_1() argument
909 BPF_CALL_3(bpf_d_path, struct path *, path, char *, buf, u32, sz) in BPF_CALL_3() argument
983 static int bpf_btf_printf_prepare(struct btf_ptr *ptr, u32 btf_ptr_size, in bpf_btf_printf_prepare()
1013 BPF_CALL_5(bpf_snprintf_btf, char *, str, u32, str_size, struct btf_ptr *, ptr, in BPF_CALL_5() argument
1014 u32, btf_ptr_size, u64, flags) in BPF_CALL_5()
1055 u32 instr; in get_entry_ip()
1058 if (get_kernel_nofault(instr, (u32 *) fentry_ip - 1)) in get_entry_ip()
1151 BPF_CALL_3(bpf_get_branch_snapshot, void *, buf, u32, size, u64, flags) in BPF_CALL_3() argument
1156 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_3()
1157 u32 entry_cnt = size / br_entry_size; in BPF_CALL_3()
1179 BPF_CALL_3(get_func_arg, void *, ctx, u32, n, u64 *, value) in BPF_CALL_3() argument
1256 struct bpf_key *bpf_lookup_user_key(u32 serial, u64 flags) in bpf_lookup_user_key()
1635 BPF_CALL_4(bpf_get_stack_tp, void *, tp_buff, void *, buf, u32, size, in BPF_CALL_4() argument
1695 struct bpf_perf_event_value *, buf, u32, size) in BPF_CALL_3() argument
1721 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
1723 static const u32 br_entry_size = sizeof(struct perf_branch_entry); in BPF_CALL_4()
1725 u32 to_copy; in BPF_CALL_4()
1742 to_copy = min_t(u32, br_stack->nr * br_entry_size, size); in BPF_CALL_4()
1868 void *, buf, u32, size, u64, flags) in BPF_CALL_4() argument
2076 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, in pe_prog_convert_ctx_access()
2079 struct bpf_prog *prog, u32 *target_size) in pe_prog_convert_ctx_access()
2203 u32 *ids, prog_cnt, ids_len; in perf_event_query_prog_array()
2216 ids = kcalloc(ids_len, sizeof(u32), GFP_USER | __GFP_NOWARN); in perf_event_query_prog_array()
2232 copy_to_user(uquery->ids, ids, ids_len * sizeof(u32))) in perf_event_query_prog_array()
2352 int bpf_get_perf_event_info(const struct perf_event *event, u32 *prog_id, in bpf_get_perf_event_info()
2353 u32 *fd_type, const char **buf, in bpf_get_perf_event_info()
2473 u32 cnt;
2487 static int copy_user_syms(struct user_syms *us, unsigned long __user *usyms, u32 cnt) in copy_user_syms()
2685 static int addrs_check_error_injection_list(unsigned long *addrs, u32 cnt) in addrs_check_error_injection_list()
2687 u32 i; in addrs_check_error_injection_list()
2702 u32 flags, cnt, size; in bpf_kprobe_multi_link_attach()