Searched refs:code_base (Results 1 – 2 of 2) sorted by relevance
| /arch/x86/math-emu/ |
| A 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()
|
| /arch/powerpc/net/ |
| A D | bpf_jit_comp.c | 137 u32 *code_base; in bpf_int_jit_compile() local 257 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 265 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile() 266 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile() 273 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile() 285 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
|
Completed in 8 milliseconds