Home
last modified time | relevance | path

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

/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_core.c46 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
110 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
115 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
141 if (extable_size) in bpf_int_jit_compile()
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_core.c46 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
118 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
123 bpf_jit_binary_pack_alloc(prog_size + extable_size, in bpf_int_jit_compile()
155 if (extable_size) in bpf_int_jit_compile()
/openbmc/linux/arch/loongarch/net/
H A Dbpf_jit.c1097 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1160 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
1168 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1179 if (extable_size) in bpf_int_jit_compile()
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c1520 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
1593 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1600 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
1611 if (extable_size) in bpf_int_jit_compile()
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c1875 u32 extable_size; in bpf_jit_alloc() local
1883 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1885 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c2867 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2871 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()