Home
last modified time | relevance | path

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

/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
1592 extable_align = __alignof__(struct exception_table_entry); in bpf_int_jit_compile()
1599 extable_offset = round_up(prog_size + PLT_TARGET_SIZE, extable_align); in bpf_int_jit_compile()

Completed in 3 milliseconds