Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/math-emu/
Dfpu_entry.c112 unsigned long code_base = 0; in math_emulate() local
133 FPU_EIP += code_base = FPU_CS << 4; in math_emulate()
134 code_limit = code_base + 0xffff; /* Assumes code_base <= 0xffff0000 */ in math_emulate()
158 FPU_EIP += code_base = SEG_BASE_ADDR(code_descriptor); in math_emulate()
159 code_limit = code_base in math_emulate()
163 if (code_limit < code_base) in math_emulate()
532 FPU_ORIG_EIP = FPU_EIP - code_base; in math_emulate()
539 FPU_EIP -= code_base; in math_emulate()
/linux-4.4.14/arch/powerpc/net/
Dbpf_jit_comp.c559 u32 *code_base; in bpf_jit_compile() local
644 code_base = image + (FUNCTION_DESCR_SIZE/4); in bpf_jit_compile()
650 bpf_jit_build_prologue(fp, code_base, &cgctx); in bpf_jit_compile()
651 bpf_jit_build_body(fp, code_base, &cgctx, addrs); in bpf_jit_compile()
652 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_jit_compile()
663 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile()
666 bpf_flush_icache(code_base, code_base + (proglen/4)); in bpf_jit_compile()
669 ((u64 *)image)[0] = (u64)code_base; in bpf_jit_compile()
/linux-4.4.14/include/linux/
Dpe.h148 uint32_t code_base; /* relative code addr in ram */ member
183 uint32_t code_base; /* relative code addr in ram */ member