Searched refs:bpf_jit_binary_pack_free (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 212 bpf_jit_binary_pack_free(jit_data->ro_header, jit_data->header); in bpf_int_jit_compile() 263 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 274 bpf_jit_binary_pack_free(fhdr, hdr); in bpf_int_jit_compile() 434 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 2096 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile() 2117 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2258 bpf_jit_binary_pack_free(ro_header, header); in bpf_int_jit_compile() 3190 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3821 bpf_jit_binary_pack_free(header, rw_header); in bpf_int_jit_compile() 3979 bpf_jit_binary_pack_free(hdr, NULL); in bpf_jit_free()
|
| /linux/kernel/bpf/ |
| H A D | core.c | 1201 void bpf_jit_binary_pack_free(struct bpf_binary_header *ro_header, in bpf_jit_binary_pack_free() function
|