Searched refs:bpf_jit_binary_pack_free (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/riscv/net/ |
D | bpf_jit_core.c | 213 bpf_jit_binary_pack_free(jit_data->ro_header, jit_data->header); in bpf_int_jit_compile() 264 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
/linux-6.14.4/arch/powerpc/net/ |
D | bpf_jit_comp.c | 269 bpf_jit_binary_pack_free(fhdr, hdr); in bpf_int_jit_compile() 426 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
/linux-6.14.4/arch/arm64/net/ |
D | bpf_jit_comp.c | 1957 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile() 2712 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
/linux-6.14.4/arch/x86/net/ |
D | bpf_jit_comp.c | 3524 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile() 3673 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
/linux-6.14.4/include/linux/ |
D | filter.h | 1251 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header,
|
/linux-6.14.4/kernel/bpf/ |
D | core.c | 1207 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free() function
|