Home
last modified time | relevance | path

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

/Linux-v6.1/arch/riscv/net/
Dbpf_jit_core.c44 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
107 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
112 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
138 if (extable_size) in bpf_int_jit_compile()
/Linux-v6.1/arch/s390/net/
Dbpf_jit_comp.c1738 u32 extable_size; in bpf_jit_alloc() local
1746 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1748 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/Linux-v6.1/arch/arm64/net/
Dbpf_jit_comp.c1455 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
1528 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1535 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
1546 if (extable_size) in bpf_int_jit_compile()
/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c2463 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2467 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()