Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/net/
Dbpf_jit.h18 #define FUNCTION_DESCR_SIZE 24 macro
20 #define FUNCTION_DESCR_SIZE 0 macro
Dbpf_jit_comp64.c279 FUNCTION_DESCR_SIZE + BPF_TAILCALL_PROLOGUE_SIZE)); in bpf_jit_emit_tail_call()
1198 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_int_jit_compile()
1243 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_int_jit_compile()
1253 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
Dbpf_jit_comp.c635 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_jit_compile()
640 code_base = image + (FUNCTION_DESCR_SIZE/4); in bpf_jit_compile()