/qemu/hw/openrisc/ |
H A D | boot.c | 30 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 D | an5206.c | 44 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 D | mcf5208.c | 284 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 D | virt.c | 118 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 D | q800.c | 251 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 D | sim.c | 101 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 D | xtfpga.c | 399 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 D | ppc440_bamboo.c | 229 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 D | sam460ex.c | 478 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 D | elfload.c | 613 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 D | multiboot.c | 195 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 D | x86-common.c | 592 uint64_t elf_entry; in load_elfboot() local 611 NULL, &elf_note_type, &elf_entry, in load_elfboot()
|
/qemu/hw/arm/ |
H A D | boot.c | 940 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()
|