Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp.c93 u32 *code_base; in bpf_int_jit_compile() local
190 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
202 bpf_jit_fixup_subprog_calls(fp, code_base, &cgctx, addrs); in bpf_int_jit_compile()
212 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile()
213 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass)) { in bpf_int_jit_compile()
218 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile()
231 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
235 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
/linux/arch/x86/math-emu/
A Dfpu_entry.c113 unsigned long code_base = 0; in math_emulate() local
131 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
132 code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ in math_emulate()
156 FPU_EIP += code_base = seg_get_base(&code_descriptor); in math_emulate()
159 code_limit += code_base - 1; in math_emulate()
160 if (code_limit < code_base) in math_emulate()
529 FPU_ORIG_EIP = FPU_EIP - code_base; in math_emulate()
536 FPU_EIP -= code_base; in math_emulate()
/linux/include/linux/
A Dpe.h212 uint32_t code_base; /* relative code addr in ram */ member
247 uint32_t code_base; /* relative code addr in ram */ member

Completed in 11 milliseconds