Home
last modified time | relevance | path

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

/linux/arch/riscv/net/
A Dbpf_jit_core.c44 unsigned int prog_size = 0, extable_size = 0; in bpf_int_jit_compile() local
106 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
111 bpf_jit_binary_alloc(prog_size + extable_size, in bpf_int_jit_compile()
137 if (extable_size) in bpf_int_jit_compile()
/linux/arch/arm64/net/
A Dbpf_jit_comp.c998 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1064 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1069 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1080 if (extable_size) in bpf_int_jit_compile()
/linux/arch/s390/net/
A Dbpf_jit_comp.c1760 u32 extable_size; in bpf_jit_alloc() local
1768 extable_size = fp->aux->num_exentries * in bpf_jit_alloc()
1770 header = bpf_jit_binary_alloc(code_size + extable_size, &jit->prg_buf, in bpf_jit_alloc()
/linux/arch/x86/net/
A Dbpf_jit_comp.c2333 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2337 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()

Completed in 12 milliseconds