Searched refs:bpf_arch_text_copy (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_core.c | 211 bpf_arch_text_copy(&jit_data->ro_header->size, &jit_data->header->size, in bpf_int_jit_compile() 223 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
D | bpf_jit_comp64.c | 1111 res = bpf_arch_text_copy(ro_image, image, size); in arch_prepare_bpf_trampoline()
|
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp.c | 198 bpf_arch_text_copy(&fhdr->size, &hdr->size, sizeof(hdr->size)); in bpf_int_jit_compile() 310 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.12.1/kernel/bpf/ |
D | dispatcher.c | 122 if (IS_ERR(bpf_arch_text_copy(new, tmp, PAGE_SIZE / 2))) in bpf_dispatcher_update()
|
D | core.c | 1181 ptr = bpf_arch_text_copy(ro_header, rw_header, rw_header->size); in bpf_jit_binary_pack_finalize() 3032 void * __weak bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 1955 bpf_arch_text_copy(&ro_header->size, &header->size, in bpf_int_jit_compile() 1967 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function 2403 tmp = bpf_arch_text_copy(ro_image, image, size); in arch_prepare_bpf_trampoline() 2692 bpf_arch_text_copy(&jit_data->ro_header->size, &jit_data->header->size, in bpf_jit_free()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp.c | 3186 tmp = bpf_arch_text_copy(image, rw_image, size); in arch_prepare_bpf_trampoline() 3402 bpf_arch_text_copy(&header->size, &rw_header->size, in bpf_int_jit_compile() 3509 void *bpf_arch_text_copy(void *dst, void *src, size_t len) in bpf_arch_text_copy() function
|
/linux-6.12.1/include/linux/ |
D | bpf.h | 3410 void *bpf_arch_text_copy(void *dst, void *src, size_t len);
|