Searched refs:PPC_ELF_MACHINE (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | mac_oldworld.c | 139 NULL, NULL, 1, PPC_ELF_MACHINE, 0, 0); in ppc_heathrow_init() 164 NULL, NULL, 1, PPC_ELF_MACHINE, 0, 0); in ppc_heathrow_init()
|
H A D | mac_newworld.c | 185 NULL, NULL, NULL, 1, PPC_ELF_MACHINE, 0, 0); in ppc_core99_init() 207 NULL, NULL, 1, PPC_ELF_MACHINE, 0, 0); in ppc_core99_init()
|
H A D | ppc440_bamboo.c | 253 NULL, NULL, NULL, 1, PPC_ELF_MACHINE, 0, 0); in bamboo_init()
|
H A D | virtex_ml507.c | 267 &entry, NULL, &high, NULL, 1, PPC_ELF_MACHINE, in virtex_init()
|
H A D | prep.c | 269 qdev_prop_set_uint32(dev, "elf-machine", PPC_ELF_MACHINE); in ibm_40p_init()
|
H A D | sam460ex.c | 507 1, PPC_ELF_MACHINE, 0, 0); in sam460ex_init()
|
H A D | ppc405_boards.c | 235 1, PPC_ELF_MACHINE, 0, 0); in boot_from_kernel()
|
H A D | pegasos2.c | 160 PPC_ELF_MACHINE, 0, 0); in pegasos2_init() 215 PPC_ELF_MACHINE, 0, 0); in pegasos2_init()
|
H A D | e500.c | 1198 1, PPC_ELF_MACHINE, 0, 0); in ppce500_init()
|
H A D | spapr.c | 3103 PPC_ELF_MACHINE, 0, 0); in spapr_machine_init() 3108 PPC_ELF_MACHINE, 0, 0); in spapr_machine_init()
|
/openbmc/qemu/target/ppc/ |
H A D | arch_dump.c | 243 info->d_machine = PPC_ELF_MACHINE; in cpu_get_dump_info()
|
H A D | cpu.h | 36 #define PPC_ELF_MACHINE EM_PPC64 macro 38 #define PPC_ELF_MACHINE EM_PPC macro
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1045 #define ELF_MACHINE PPC_ELF_MACHINE
|