Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/math-emu/
H A Dfpu_entry.c114 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.15/drivers/media/platform/chips-media/wave5/
H A Dwave5-hw.c428 dma_addr_t code_base, temp_base; in wave5_vpu_init() local
436 code_base = common_vb->daddr; in wave5_vpu_init()
448 temp_base = code_base + code_size; in wave5_vpu_init()
465 remap_page(vpu_dev, code_base, W5_REMAP_INDEX0); in wave5_vpu_init()
466 remap_page(vpu_dev, code_base, W5_REMAP_INDEX1); in wave5_vpu_init()
1116 dma_addr_t code_base, temp_base; in wave5_vpu_re_init() local
1124 code_base = common_vb->daddr; in wave5_vpu_re_init()
1136 temp_base = code_base + code_size; in wave5_vpu_re_init()
1236 dma_addr_t code_base, temp_base; in wave5_vpu_sleep_wake() local
1266 code_base = common_vb->daddr; in wave5_vpu_sleep_wake()
[all …]
/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c137 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()
/linux-6.15/include/linux/
H A Dpe.h226 uint32_t code_base; /* relative code addr in ram */ member
261 uint32_t code_base; /* relative code addr in ram */ member