Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/net/
Dbpf_jit_comp.c980 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1046 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1051 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1062 if (extable_size) in bpf_int_jit_compile()
/Linux-v5.10/arch/s390/net/
Dbpf_jit_comp.c1698 u32 extable_size; in bpf_jit_alloc() local
1706 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1708 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/Linux-v5.10/arch/x86/net/
Dbpf_jit_comp.c2071 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2075 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()