| /kernel/bpf/ |
| D | cpumask.c | 253 __bpf_kfunc bool bpf_cpumask_and(struct bpf_cpumask *dst, in bpf_cpumask_and() 268 __bpf_kfunc void bpf_cpumask_or(struct bpf_cpumask *dst, in bpf_cpumask_or() 283 __bpf_kfunc void bpf_cpumask_xor(struct bpf_cpumask *dst, in bpf_cpumask_xor() 375 __bpf_kfunc void bpf_cpumask_copy(struct bpf_cpumask *dst, const struct cpumask *src) in bpf_cpumask_copy()
|
| D | crypto.c | 266 const struct bpf_dynptr_kern *dst, in bpf_crypto_crypt() 315 const struct bpf_dynptr *dst, in bpf_crypto_decrypt() 336 const struct bpf_dynptr *dst, in bpf_crypto_encrypt()
|
| D | devmap.c | 503 static u32 dev_map_bpf_prog_run_skb(struct sk_buff *skb, struct bpf_dtab_netdev *dst) in dev_map_bpf_prog_run_skb() 540 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue() 610 struct bpf_dtab_netdev *dst, *last_dst = NULL; in dev_map_enqueue_multi() local 680 int dev_map_generic_redirect(struct bpf_dtab_netdev *dst, struct sk_buff *skb, in dev_map_generic_redirect() 702 static int dev_map_redirect_clone(struct bpf_dtab_netdev *dst, in dev_map_redirect_clone() 727 struct bpf_dtab_netdev *dst, *last_dst = NULL; in dev_map_redirect_multi() local
|
| D | bpf_lsm.c | 164 BPF_CALL_3(bpf_ima_inode_hash, struct inode *, inode, void *, dst, u32, size) in BPF_CALL_3() argument 188 BPF_CALL_3(bpf_ima_file_hash, struct file *, file, void *, dst, u32, size) in BPF_CALL_3() argument
|
| D | helpers.c | 376 void copy_map_value_locked(struct bpf_map *map, void *dst, void *src, in copy_map_value_locked() 657 BPF_CALL_3(bpf_copy_from_user, void *, dst, u32, size, in BPF_CALL_3() argument 680 BPF_CALL_5(bpf_copy_from_user_task, void *, dst, u32, size, in BPF_CALL_5() argument 1645 BPF_CALL_2(bpf_kptr_xchg, void *, dst, void *, ptr) in BPF_CALL_2() argument 1771 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() argument 1816 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() argument 3045 __bpf_kfunc int bpf_copy_from_user_str(void *dst, u32 dst__sz, const void __user *unsafe_ptr__ign, … in bpf_copy_from_user_str()
|
| D | queue_stack_maps.c | 195 void *dst; in queue_stack_map_push_elem() local
|
| D | core.c | 306 struct bpf_insn *dst; in bpf_prog_calc_tag() local 3070 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() 3075 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate()
|
| D | cgroup.c | 257 static void bpf_cgroup_storages_assign(struct bpf_cgroup_storage *dst[], in bpf_cgroup_storages_assign() 2112 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value()
|
| D | verifier.c | 1213 static void *copy_array(void *dst, const void *src, size_t n, size_t size, gfp_t flags) in copy_array() 1265 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state() 1276 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state() 1404 static int copy_func_state(struct bpf_func_state *dst, in copy_func_state() 1419 struct bpf_func_state *dst; in copy_verifier_state() local 4586 static void copy_register_state(struct bpf_reg_state *dst, const struct bpf_reg_state *src) in copy_register_state() 13215 u32 dst = insn->dst_reg, src = insn->src_reg; in sanitize_err() local 13285 u32 dst = insn->dst_reg; in sanitize_check_bounds() local 13333 u32 dst = insn->dst_reg; in adjust_ptr_min_max_vals() local
|
| /kernel/cgroup/ |
| D | freezer.c | 229 struct cgroup *src, struct cgroup *dst) in cgroup_freezer_migrate_task()
|
| /kernel/power/ |
| D | snapshot.c | 471 struct rtree_node *node, *block, **dst; in add_rtree_block() local 1436 static inline bool do_copy_page(long *dst, long *src) in do_copy_page() 1457 static bool safe_copy_page(void *dst, struct page *s_page) in safe_copy_page() 1481 void *src, *dst; in copy_data_page() local 2289 static void duplicate_memory_bitmap(struct memory_bitmap *dst, in duplicate_memory_bitmap() 2566 void *dst; in copy_last_highmem_page() local
|
| /kernel/trace/ |
| D | bpf_trace.c | 174 bpf_probe_read_user_common(void *dst, u32 size, const void __user *unsafe_ptr) in bpf_probe_read_user_common() 184 BPF_CALL_3(bpf_probe_read_user, void *, dst, u32, size, in BPF_CALL_3() argument 200 bpf_probe_read_user_str_common(void *dst, u32 size, in bpf_probe_read_user_str_common() 221 BPF_CALL_3(bpf_probe_read_user_str, void *, dst, u32, size, in BPF_CALL_3() argument 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
|
| D | trace_uprobe.c | 148 u8 *dst = get_loc_data(dest, base); in fetch_store_string() local
|
| D | trace_osnoise.c | 856 copy_int_safe_time(struct osnoise_variables *osn_var, u64 *dst, u64 *src) in copy_int_safe_time()
|
| /kernel/kcsan/ |
| D | core.c | 1345 noinline void *__tsan_memmove(void *dst, const void *src, size_t len) in __tsan_memmove() 1360 noinline void *__tsan_memcpy(void *dst, const void *src, size_t len) in __tsan_memcpy()
|
| /kernel/sched/ |
| D | cputime.c | 1028 static int kcpustat_cpu_fetch_vtime(struct kernel_cpustat *dst, in kcpustat_cpu_fetch_vtime() 1081 void kcpustat_cpu_fetch(struct kernel_cpustat *dst, int cpu) in kcpustat_cpu_fetch()
|
| /kernel/ |
| D | ptrace.c | 607 int ptrace_readdata(struct task_struct *tsk, unsigned long src, char __user *dst, int len) in ptrace_readdata() 633 int ptrace_writedata(struct task_struct *tsk, char __user *src, unsigned long dst, int len) in ptrace_writedata()
|
| D | kexec_file.c | 921 void *src, *dst; in kexec_purgatory_setup_sechdrs() local
|
| D | fork.c | 1077 int __weak arch_dup_task_struct(struct task_struct *dst, in arch_dup_task_struct()
|
| /kernel/gcov/ |
| D | clang.c | 272 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add()
|
| D | gcc_4_7.c | 248 void gcov_info_add(struct gcov_info *dst, struct gcov_info *src) in gcov_info_add()
|
| /kernel/module/ |
| D | kallsyms.c | 174 Elf_Sym *dst; in add_kallsyms() local
|
| /kernel/events/ |
| D | internal.h | 179 memcpy_common(void *dst, const void *src, unsigned long n) in memcpy_common()
|
| D | uprobes.c | 262 static void copy_from_page(struct page *page, unsigned long vaddr, void *dst, int len) in copy_from_page()
|
| /kernel/time/ |
| D | clocksource.c | 1374 ssize_t sysfs_get_uname(const char *buf, char *dst, size_t cnt) in sysfs_get_uname()
|