Lines Matching refs:dst
281 struct bpf_insn *dst; in bpf_prog_calc_tag() local
297 dst = (void *)raw; in bpf_prog_calc_tag()
299 dst[i] = fp->insnsi[i]; in bpf_prog_calc_tag()
301 dst[i].code == (BPF_LD | BPF_IMM | BPF_DW) && in bpf_prog_calc_tag()
302 (dst[i].src_reg == BPF_PSEUDO_MAP_FD || in bpf_prog_calc_tag()
303 dst[i].src_reg == BPF_PSEUDO_MAP_VALUE)) { in bpf_prog_calc_tag()
305 dst[i].imm = 0; in bpf_prog_calc_tag()
307 dst[i].code == 0 && in bpf_prog_calc_tag()
308 dst[i].dst_reg == 0 && in bpf_prog_calc_tag()
309 dst[i].src_reg == 0 && in bpf_prog_calc_tag()
310 dst[i].off == 0) { in bpf_prog_calc_tag()
312 dst[i].imm = 0; in bpf_prog_calc_tag()
1633 u64 __weak bpf_probe_read_kernel(void *dst, u32 size, const void *unsafe_ptr) in bpf_probe_read_kernel() argument
1635 memset(dst, 0, size); in bpf_probe_read_kernel()
2737 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() argument
2742 int __weak bpf_arch_text_invalidate(void *dst, size_t len) in bpf_arch_text_invalidate() argument