Searched refs:code_base (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/arch/powerpc/net/ |
A D | bpf_jit_comp.c | 60 u32 *code_base; in bpf_int_jit_compile() local 167 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 174 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile() 175 if (bpf_jit_build_body(fp, code_base, &cgctx, addrs, pass, extra_pass)) { in bpf_int_jit_compile() 180 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile() 192 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile() 196 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
|
/linux-6.3-rc2/arch/x86/math-emu/ |
A 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()
|
/linux-6.3-rc2/include/linux/ |
A D | pe.h | 221 uint32_t code_base; /* relative code addr in ram */ member 256 uint32_t code_base; /* relative code addr in ram */ member
|
Completed in 7 milliseconds