Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/net/
Dbpf_jit_comp.c134 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_int_jit_compile()
181 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_int_jit_compile()
190 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
Dbpf_jit.h17 #define FUNCTION_DESCR_SIZE 24 macro
19 #define FUNCTION_DESCR_SIZE 0 macro
Dbpf_jit_comp64.c261 FUNCTION_DESCR_SIZE + BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call()