Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c994 int image_size, prog_size, extable_size; in bpf_int_jit_compile() local
1063 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile()
1068 image_size = prog_size + extable_size; in bpf_int_jit_compile()
1079 if (extable_size) in bpf_int_jit_compile()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c2105 u32 extable_size = prog->aux->num_exentries * in bpf_int_jit_compile() local
2109 header = bpf_jit_binary_alloc(roundup(proglen, align) + extable_size, in bpf_int_jit_compile()