Searched refs:code_base (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/powerpc/net/ |
D | bpf_jit_comp.c | 60 u32 *code_base; in bpf_int_jit_compile() local 169 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 176 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile() 177 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) { in bpf_int_jit_compile() 182 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile() 194 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile() 198 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
|
/linux-6.6.21/arch/x86/math-emu/ |
D | fpu_entry.c | 114 unsigned long code_base = 0; in math_emulate() local 132 FPU_EIP += code_base = FPU_CS << 4; in math_emulate() 133 code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ in math_emulate() 157 FPU_EIP += code_base = seg_get_base(&code_descriptor); in math_emulate() 160 code_limit += code_base - 1; in math_emulate() 161 if (code_limit < code_base) in math_emulate() 530 FPU_ORIG_EIP = FPU_EIP - code_base; in math_emulate() 537 FPU_EIP -= code_base; in math_emulate()
|
/linux-6.6.21/include/linux/ |
D | pe.h | 226 uint32_t code_base; /* relative code addr in ram */ member 261 uint32_t code_base; /* relative code addr in ram */ member
|