Searched refs:extable_size (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_core.c | 46 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()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_core.c | 46 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local 120 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() 125 bpf_jit_binary_pack_alloc(prog_size + extable_size, in bpf_int_jit_compile() 157 if (extable_size) in bpf_int_jit_compile()
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1927 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local 1995 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile() 2003 image_size = prog_size + extable_size; in bpf_int_jit_compile() 2022 if (extable_size) in bpf_int_jit_compile()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2011 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local 2113 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() 2120 image_size = extable_offset + extable_size; in bpf_int_jit_compile() 2140 if (extable_size) in bpf_int_jit_compile()
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 2262 u32 extable_size; in bpf_jit_alloc() local 2285 extable_size = fp->aux->num_exentries * in bpf_jit_alloc() 2287 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
|
| /linux/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 3848 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local 3852 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()
|