Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
A Dbpf_jit_comp.c67 u32 *code_base; in bpf_int_jit_compile() local
187 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
195 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile()
196 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile()
203 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile()
215 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
/linux/arch/x86/math-emu/
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/drivers/media/platform/chips-media/wave5/
A Dwave5-hw.c419 dma_addr_t code_base, temp_base; in wave5_vpu_init() local
427 code_base = common_vb->daddr; in wave5_vpu_init()
439 temp_base = code_base + code_size; in wave5_vpu_init()
456 remap_page(vpu_dev, code_base, W5_REMAP_INDEX0); in wave5_vpu_init()
457 remap_page(vpu_dev, code_base, W5_REMAP_INDEX1); in wave5_vpu_init()
1107 dma_addr_t code_base, temp_base; in wave5_vpu_re_init() local
1115 code_base = common_vb->daddr; in wave5_vpu_re_init()
1127 temp_base = code_base + code_size; in wave5_vpu_re_init()
1227 dma_addr_t code_base, temp_base; in wave5_vpu_sleep_wake() local
1257 code_base = common_vb->daddr; in wave5_vpu_sleep_wake()
[all …]
/linux/include/linux/
A Dpe.h226 uint32_t code_base; /* relative code addr in ram */ member
261 uint32_t code_base; /* relative code addr in ram */ member

Completed in 13 milliseconds