Home
last modified time | relevance | path

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

/Linux-v6.1/arch/powerpc/net/
Dbpf_jit_comp.c128 u32 *code_base; in bpf_int_jit_compile() local
235 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
247 bpf_jit_fixup_addresses(fp, code_base, &cgctx, addrs); in bpf_int_jit_compile()
258 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile()
259 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass)) { in bpf_int_jit_compile()
264 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile()
277 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
281 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
/Linux-v6.1/arch/x86/math-emu/
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-v6.1/include/linux/
Dpe.h214 uint32_t code_base; /* relative code addr in ram */ member
249 uint32_t code_base; /* relative code addr in ram */ member