Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/riscv/net/
A Dbpf_jit_core.c44 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
107 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
112 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
138 if (extable_size) in bpf_int_jit_compile()
/linux-6.3-rc2/arch/loongarch/net/
A Dbpf_jit.c1098 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1161 extable_size = prog->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
1169 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1180 if (extable_size) in bpf_int_jit_compile()
/linux-6.3-rc2/arch/arm64/net/
A Dbpf_jit_comp.c1455 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
1528 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1535 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
1546 if (extable_size) in bpf_int_jit_compile()
/linux-6.3-rc2/arch/s390/net/
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()
/linux-6.3-rc2/arch/x86/net/
A Dbpf_jit_comp.c2555 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2559 header = bpf_jit_binary_pack_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()

Completed in 17 milliseconds