Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/net/
Dbpf_jit_comp.c139 u32 extable_len; in bpf_int_jit_compile() local
220 extable_len = fp->aux->num_exentries * sizeof(struct exception_table_entry); in bpf_int_jit_compile()
223 alloclen = proglen + FUNCTION_DESCR_SIZE + fixup_len + extable_len; in bpf_int_jit_compile()
231 if (extable_len) in bpf_int_jit_compile()
/linux-6.1.9/arch/x86/include/asm/
Dvdso.h18 unsigned long extable_base, extable_len; member
/linux-6.1.9/arch/x86/entry/vdso/
Dextable.c32 nr_entries = image->extable_len / (sizeof(*extable)); in fixup_vdso_exception()