Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/net/
Dbpf_jit_comp.c1744 int image_size, prog_size, extable_size, extable_align, extable_offset; in bpf_int_jit_compile() local
1830 extable_offset = round_up(prog_size + PLT_TARGET_SIZE, extable_align); in bpf_int_jit_compile()
1831 image_size = extable_offset + extable_size; in bpf_int_jit_compile()
1852 prog->aux->extable = (void *)ro_image_ptr + extable_offset; in bpf_int_jit_compile()