Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c170 u32 *code_base = NULL; in bpf_int_jit_compile() local
220 * JIT compiled to a writable location (image/code_base) first. in bpf_int_jit_compile()
306 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
314 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile()
315 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile()
321 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile()
330 * Note that we output the base address of the code_base in bpf_int_jit_compile()
331 * rather than image, since opcodes are in code_base. in bpf_int_jit_compile()
333 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
/linux/include/linux/
H A Dpe.h295 uint32_t code_base; /* relative code addr in ram */ member
330 uint32_t code_base; /* relative code addr in ram */ member