Home
last modified time | relevance | path

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

/arch/powerpc/net/
Dbpf_jit_comp.c627 alloclen = proglen + FUNCTION_DESCR_SIZE; in bpf_jit_compile()
633 code_base = image + (FUNCTION_DESCR_SIZE/4); in bpf_jit_compile()
Dbpf_jit.h59 #define FUNCTION_DESCR_SIZE 24 macro