Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
H A Dbpf_jit_core.c46 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
104 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
109 bpf_jit_binary_pack_alloc(prog_size + extable_size, in bpf_int_jit_compile()
139 if (extable_size) in bpf_int_jit_compile()
/linux/arch/loongarch/net/
H A Dbpf_jit.c2195 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
2242 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
2250 image_size = prog_size + extable_size; in bpf_int_jit_compile()
2268 if (extable_size) in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2158 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
2246 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
2253 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
2271 if (extable_size) in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c4073 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
4077 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()