Home
last modified time | relevance | path

Searched refs:bpf_header (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/arch/arc/net/
Dbpf_jit_core.c74 struct bpf_binary_header *bpf_header; member
104 struct bpf_binary_header *bpf_header; member
232 if (!ctx->success && ctx->bpf_header) { in jit_ctx_cleanup()
233 bpf_jit_binary_free(ctx->bpf_header); in jit_ctx_cleanup()
234 ctx->bpf_header = NULL; in jit_ctx_cleanup()
1135 ctx->bpf_header = bpf_jit_binary_alloc(ctx->jit.len, &ctx->jit.buf, in jit_prepare_final_mem_alloc()
1137 if (!ctx->bpf_header) { in jit_prepare_final_mem_alloc()
1227 ctx->jit_data->bpf_header = ctx->bpf_header; in jit_finalize()
1235 if (bpf_jit_binary_lock_ro(ctx->bpf_header)) { in jit_finalize()
1239 flush_icache_range((unsigned long)ctx->bpf_header, in jit_finalize()
[all …]