Searched defs:bpf_arch_text_copy (Results 1 – 5 of 5) sorted by relevance
/linux-6.15/arch/riscv/net/ |
D | bpf_jit_core.c | 223 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.15/arch/powerpc/net/ |
D | bpf_jit_comp.c | 380 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.15/arch/arm64/net/ |
D | bpf_jit_comp.c | 2097 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.15/kernel/bpf/ |
D | core.c | 3108 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.15/arch/x86/net/ |
D | bpf_jit_comp.c | 3767 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|