Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c2173 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
2220 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
2228 image_size = prog_size + extable_size; in bpf_int_jit_compile()
2245 if (extable_size) in bpf_int_jit_compile()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2008 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
2087 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
2094 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
2112 if (extable_size) in bpf_int_jit_compile()
/linux/arch/x86/net/
H A Dbpf_jit_comp.c3828 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
3832 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()