Searched refs:code_base (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/math-emu/ |
D | fpu_entry.c | 113 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()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
D | bpf_jit_comp.c | 555 u32 *code_base; in bpf_jit_compile() local 640 code_base = image + (FUNCTION_DESCR_SIZE/4); in bpf_jit_compile() 646 bpf_jit_build_prologue(fp, code_base, &cgctx); in bpf_jit_compile() 647 bpf_jit_build_body(fp, code_base, &cgctx, addrs); in bpf_jit_compile() 648 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_jit_compile() 659 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile() 661 bpf_flush_icache(code_base, code_base + (proglen/4)); in bpf_jit_compile() 665 ((u64 *)image)[0] = (u64)code_base; in bpf_jit_compile()
|
D | bpf_jit_comp64.c | 1157 u32 *code_base; in bpf_int_jit_compile() local 1253 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 1265 bpf_jit_fixup_subprog_calls(fp, code_base, &cgctx, addrs); in bpf_int_jit_compile() 1275 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile() 1276 bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass); in bpf_int_jit_compile() 1277 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile() 1290 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile() 1294 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
|
/kernel/linux/linux-5.10/include/linux/ |
D | pe.h | 212 uint32_t code_base; /* relative code addr in ram */ member 247 uint32_t code_base; /* relative code addr in ram */ member
|