Searched refs:extable_size (Results 1 – 5 of 5) 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/loongarch/net/ |
H A D | bpf_jit.c | 1185 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local 1248 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile() 1256 image_size = prog_size + extable_size; in bpf_int_jit_compile() 1267 if (extable_size) in bpf_int_jit_compile()
|
/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1744 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local 1824 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() 1831 image_size = extable_offset + extable_size; in bpf_int_jit_compile() 1851 if (extable_size) in bpf_int_jit_compile()
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2221 u32 extable_size; in bpf_jit_alloc() local 2244 extable_size = fp->aux->num_exentries * in bpf_jit_alloc() 2246 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 | 3551 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local 3555 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()
|