Searched refs:extable_size (Results 1 – 6 of 6) sorted by relevance
| /arch/parisc/net/ |
| 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()
|
| /arch/riscv/net/ |
| 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()
|
| /arch/loongarch/net/ |
| A D | bpf_jit.c | 1755 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local 1818 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile() 1826 image_size = prog_size + extable_size; in bpf_int_jit_compile() 1837 if (extable_size) in bpf_int_jit_compile()
|
| /arch/arm64/net/ |
| A D | bpf_jit_comp.c | 1957 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local 2059 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() 2066 image_size = extable_offset + extable_size; in bpf_int_jit_compile() 2086 if (extable_size) in bpf_int_jit_compile()
|
| /arch/s390/net/ |
| A D | bpf_jit_comp.c | 2250 u32 extable_size; in bpf_jit_alloc() local 2273 extable_size = fp->aux->num_exentries * in bpf_jit_alloc() 2275 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
|
| /arch/x86/net/ |
| A D | bpf_jit_comp.c | 3677 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local 3681 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()
|
Completed in 29 milliseconds