Lines Matching refs:u64_to_user_ptr

1407 	void __user *ukey = u64_to_user_ptr(attr->key);  in map_lookup_elem()
1408 void __user *uvalue = u64_to_user_ptr(attr->value); in map_lookup_elem()
1593 void __user *ukey = u64_to_user_ptr(attr->key); in map_get_next_key()
1594 void __user *unext_key = u64_to_user_ptr(attr->next_key); in map_get_next_key()
1659 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_delete_batch()
1713 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_update_batch()
1714 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_update_batch()
1772 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
1773 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()
1774 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_lookup_batch()
1775 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_lookup_batch()
1872 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_and_delete_elem()
1873 void __user *uvalue = u64_to_user_ptr(attr->value); in map_lookup_and_delete_elem()
2775 u64_to_user_ptr(attr->pathname)); in bpf_obj_pin()
2791 return bpf_obj_get_user(path_fd, u64_to_user_ptr(attr->pathname), in bpf_obj_get()
3325 char __user *ubuf = u64_to_user_ptr(info->raw_tracepoint.tp_name); in bpf_raw_tp_link_fill_link_info()
3412 uname = u64_to_user_ptr(info->perf_event.kprobe.func_name); in bpf_perf_link_fill_kprobe()
3440 uname = u64_to_user_ptr(info->perf_event.uprobe.file_name); in bpf_perf_link_fill_uprobe()
3476 uname = u64_to_user_ptr(info->perf_event.tracepoint.tp_name); in bpf_perf_link_fill_tracepoint()
3653 fd = bpf_raw_tp_link_attach(prog, u64_to_user_ptr(attr->raw_tracepoint.name)); in bpf_raw_tracepoint_open()
4273 struct bpf_prog_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_prog_get_info_by_fd()
4306 u32 __user *user_map_ids = u64_to_user_ptr(info.map_ids); in bpf_prog_get_info_by_fd()
4353 uinsns = u64_to_user_ptr(info.xlated_prog_insns); in bpf_prog_get_info_by_fd()
4385 uinsns = u64_to_user_ptr(info.jited_prog_insns); in bpf_prog_get_info_by_fd()
4428 user_ksyms = u64_to_user_ptr(info.jited_ksyms); in bpf_prog_get_info_by_fd()
4456 user_lens = u64_to_user_ptr(info.jited_func_lens); in bpf_prog_get_info_by_fd()
4485 user_finfo = u64_to_user_ptr(info.func_info); in bpf_prog_get_info_by_fd()
4497 user_linfo = u64_to_user_ptr(info.line_info); in bpf_prog_get_info_by_fd()
4515 user_linfo = u64_to_user_ptr(info.jited_line_info); in bpf_prog_get_info_by_fd()
4533 user_prog_tags = u64_to_user_ptr(info.prog_tags); in bpf_prog_get_info_by_fd()
4562 struct bpf_map_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_map_get_info_by_fd()
4607 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_btf_get_info_by_fd()
4623 struct bpf_link_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_link_get_info_by_fd()
4722 char __user *ubuf = u64_to_user_ptr(attr->task_fd_query.buf); in bpf_task_fd_query_copy()