Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dfpu_entry.c113 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()
/OK3568_Linux_fs/kernel/arch/powerpc/net/
H A Dbpf_jit_comp.c555 u32 *code_base; in bpf_jit_compile() local
640 code_base = image + (FUNCTION_DESCR_SIZE/4); in bpf_jit_compile()
646 bpf_jit_build_prologue(fp, code_base, &cgctx); in bpf_jit_compile()
647 bpf_jit_build_body(fp, code_base, &cgctx, addrs); in bpf_jit_compile()
648 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_jit_compile()
659 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_jit_compile()
661 bpf_flush_icache(code_base, code_base + (proglen/4)); in bpf_jit_compile()
665 ((u64 *)image)[0] = (u64)code_base; in bpf_jit_compile()
H A Dbpf_jit_comp64.c1157 u32 *code_base; in bpf_int_jit_compile() local
1253 code_base = (u32 *)(image + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile()
1265 bpf_jit_fixup_subprog_calls(fp, code_base, &cgctx, addrs); in bpf_int_jit_compile()
1275 bpf_jit_build_prologue(code_base, &cgctx); in bpf_int_jit_compile()
1276 bpf_jit_build_body(fp, code_base, &cgctx, addrs, extra_pass); in bpf_int_jit_compile()
1277 bpf_jit_build_epilogue(code_base, &cgctx); in bpf_int_jit_compile()
1290 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
1294 ((u64 *)image)[0] = (u64)code_base; in bpf_int_jit_compile()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0135-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch31 - o->code_base = grub_cpu_to_le32 (header_size);
33 + o->code_base = grub_host_to_target32 (header_size);
45 - o->code_base = grub_cpu_to_le32 (header_size);
47 + o->code_base = grub_host_to_target32 (header_size);
H A D0134-util-mkimage-Remove-unused-code-to-add-BSS-section.patch27 o->code_base = grub_cpu_to_le32 (header_size);
35 o->code_base = grub_cpu_to_le32 (header_size);
H A D0137-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch72 - o->code_base = grub_host_to_target32 (header_size);
115 - o->code_base = grub_host_to_target32 (header_size);
145 + PE_OHDR (o32, o64, code_base) = grub_host_to_target32 (header_size);
H A D0138-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch29 - PE_OHDR (o32, o64, code_base) = grub_host_to_target32 (header_size);
48 + PE_OHDR (o32, o64, code_base) = grub_host_to_target32 (header_size);
H A D0140-util-mkimage-Refactor-section-setup-to-use-a-helper.patch130 - PE_OHDR (o32, o64, code_base) = grub_host_to_target32 (header_size);
131 + PE_OHDR (o32, o64, code_base) = grub_host_to_target32 (vma);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdcp2.c50 dma_addr_t code_base; member
177 info.code_base = hl_dev->code_base; in dw_hdcp_get_meminfo()
336 dma_free_coherent(hdcp->dev, hl_dev->code_size, hl_dev->code, hl_dev->code_base); in dw_hdcp_free_dma_areas()
351 hl_dev->code_is_phys_mem = (info->code_base != HL_DRIVER_ALLOCATE_DYNAMIC_MEM); in dw_hdcp_alloc_dma_areas()
362 &hl_dev->code_base, GFP_KERNEL); in dw_hdcp_alloc_dma_areas()
/OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/
H A Dsec_boot.S13 adr r0, code_base @ r0: source address (start)
38 code_base: label
/OK3568_Linux_fs/kernel/include/linux/
H A Dpe.h212 uint32_t code_base; /* relative code addr in ram */ member
247 uint32_t code_base; /* relative code addr in ram */ member
/OK3568_Linux_fs/kernel/include/uapi/misc/
H A Ddw_hdcp2.h55 __u32 code_base; member