Home
last modified time | relevance | path

Searched refs:elf_entry (Results 1 – 13 of 13) sorted by relevance

/qemu/hw/openrisc/
H A Dboot.c30 uint64_t elf_entry; in openrisc_load_kernel() local
36 &elf_entry, NULL, &high_addr, NULL, ELFDATA2MSB, in openrisc_load_kernel()
38 entry = elf_entry; in openrisc_load_kernel()
/qemu/hw/m68k/
H A Dan5206.c44 uint64_t elf_entry; in an5206_init() local
76 kernel_size = load_elf(kernel_filename, NULL, NULL, NULL, &elf_entry, in an5206_init()
78 entry = elf_entry; in an5206_init()
H A Dmcf5208.c284 uint64_t elf_entry; in mcf5208evb_init() local
374 kernel_size = load_elf(kernel_filename, NULL, NULL, NULL, &elf_entry, in mcf5208evb_init()
376 entry = elf_entry; in mcf5208evb_init()
H A Dvirt.c118 uint64_t elf_entry; in virt_init() local
232 &elf_entry, NULL, &high, NULL, ELFDATA2MSB, in virt_init()
238 reset_info->initial_pc = elf_entry; in virt_init()
H A Dq800.c251 uint64_t elf_entry; in q800_machine_init() local
587 &elf_entry, NULL, &high, NULL, ELFDATA2MSB, in q800_machine_init()
593 stl_phys(cs->as, 4, elf_entry); /* reset initial PC */ in q800_machine_init()
/qemu/hw/xtensa/
H A Dsim.c101 uint64_t elf_entry; in xtensa_sim_load_kernel() local
103 &elf_entry, NULL, NULL, NULL, in xtensa_sim_load_kernel()
108 cpu->env.pc = elf_entry; in xtensa_sim_load_kernel()
H A Dxtfpga.c399 uint64_t elf_entry; in xtfpga_init() local
401 &elf_entry, NULL, NULL, NULL, in xtfpga_init()
405 entry_point = elf_entry; in xtfpga_init()
/qemu/hw/ppc/
H A Dppc440_bamboo.c229 uint64_t elf_entry; in bamboo_init() local
230 success = load_elf(kernel_filename, NULL, NULL, NULL, &elf_entry, in bamboo_init()
233 entry = elf_entry; in bamboo_init()
H A Dsam460ex.c478 uint64_t elf_entry; in sam460ex_init() local
481 &elf_entry, NULL, NULL, NULL, in sam460ex_init()
483 entry = elf_entry; in sam460ex_init()
/qemu/bsd-user/
H A Delfload.c613 abi_ulong baddr, elf_entry, et_dyn_addr, interp_load_addr = 0; in load_elf_binary() local
741 elf_entry = (abi_ulong) elf_ex.e_entry; in load_elf_binary()
784 elf_entry = load_elf_interp(&interp_elf_ex, interpreter_fd, in load_elf_binary()
791 if (elf_entry == ~((abi_ulong)0UL)) { in load_elf_binary()
799 elf_entry += interp_load_addr; in load_elf_binary()
818 info->entry = elf_entry; in load_elf_binary()
/qemu/hw/i386/
H A Dmultiboot.c195 uint64_t elf_entry; in load_multiboot() local
205 kernel_size = load_elf(kernel_filename, NULL, NULL, NULL, &elf_entry, in load_multiboot()
214 mh_entry_addr = elf_entry; in load_multiboot()
H A Dx86-common.c592 uint64_t elf_entry; in load_elfboot() local
611 NULL, &elf_note_type, &elf_entry, in load_elfboot()
/qemu/hw/arm/
H A Dboot.c940 uint64_t elf_entry; in arm_setup_direct_kernel_boot() local
960 kernel_size = arm_load_elf(info, &elf_entry, &image_low_addr, in arm_setup_direct_kernel_boot()
980 entry = elf_entry; in arm_setup_direct_kernel_boot()