Lines Matching refs:u64_to_user_ptr

1060 	void __user *ukey = u64_to_user_ptr(attr->key);  in map_lookup_elem()
1061 void __user *uvalue = u64_to_user_ptr(attr->value); in map_lookup_elem()
1196 void __user *ukey = u64_to_user_ptr(attr->key); in map_delete_elem()
1251 void __user *ukey = u64_to_user_ptr(attr->key); in map_get_next_key()
1252 void __user *unext_key = u64_to_user_ptr(attr->next_key); in map_get_next_key()
1317 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_delete_batch()
1369 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_update_batch()
1370 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_update_batch()
1431 void __user *uobatch = u64_to_user_ptr(attr->batch.out_batch); in generic_map_lookup_batch()
1432 void __user *ubatch = u64_to_user_ptr(attr->batch.in_batch); in generic_map_lookup_batch()
1433 void __user *values = u64_to_user_ptr(attr->batch.values); in generic_map_lookup_batch()
1434 void __user *keys = u64_to_user_ptr(attr->batch.keys); in generic_map_lookup_batch()
1530 void __user *ukey = u64_to_user_ptr(attr->key); in map_lookup_and_delete_elem()
1531 void __user *uvalue = u64_to_user_ptr(attr->value); in map_lookup_and_delete_elem()
2402 return bpf_obj_pin_user(attr->bpf_fd, u64_to_user_ptr(attr->pathname)); in bpf_obj_pin()
2411 return bpf_obj_get_user(u64_to_user_ptr(attr->pathname), in bpf_obj_get()
2909 char __user *ubuf = u64_to_user_ptr(info->raw_tracepoint.tp_name); in bpf_raw_tp_link_fill_link_info()
3060 u64_to_user_ptr(attr->raw_tracepoint.name), in bpf_raw_tracepoint_open()
3617 struct bpf_prog_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_prog_get_info_by_fd()
3649 u32 __user *user_map_ids = u64_to_user_ptr(info.map_ids); in bpf_prog_get_info_by_fd()
3696 uinsns = u64_to_user_ptr(info.xlated_prog_insns); in bpf_prog_get_info_by_fd()
3728 uinsns = u64_to_user_ptr(info.jited_prog_insns); in bpf_prog_get_info_by_fd()
3771 user_ksyms = u64_to_user_ptr(info.jited_ksyms); in bpf_prog_get_info_by_fd()
3799 user_lens = u64_to_user_ptr(info.jited_func_lens); in bpf_prog_get_info_by_fd()
3825 user_finfo = u64_to_user_ptr(info.func_info); in bpf_prog_get_info_by_fd()
3837 user_linfo = u64_to_user_ptr(info.line_info); in bpf_prog_get_info_by_fd()
3854 user_linfo = u64_to_user_ptr(info.jited_line_info); in bpf_prog_get_info_by_fd()
3872 user_prog_tags = u64_to_user_ptr(info.prog_tags); in bpf_prog_get_info_by_fd()
3901 struct bpf_map_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_map_get_info_by_fd()
3946 struct bpf_btf_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_btf_get_info_by_fd()
3962 struct bpf_link_info __user *uinfo = u64_to_user_ptr(attr->info.info); in bpf_link_get_info_by_fd()
4060 char __user *ubuf = u64_to_user_ptr(attr->task_fd_query.buf); in bpf_task_fd_query_copy()