Home
last modified time | relevance | path

Searched refs:extable_size (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/arm64/net/
H A Dbpf_jit_comp.c993 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1062 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1067 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1078 if (extable_size) in bpf_int_jit_compile()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/s390/net/
H A Dbpf_jit_comp.c1709 u32 extable_size; in bpf_jit_alloc() local
1717 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1719 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c1871 u32 extable_size; in bpf_jit_alloc() local
1879 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1881 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c2108 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2112 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c2824 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2828 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()

Completed in 18 milliseconds