#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bus_isa.h"#include "bus_pci.h"#include "cpu.h"#include "device.h"#include "devices.h"#include "machine.h"#include "memory.h"#include "misc.h"Go to the source code of this file.
Functions | |
| MACHINE_SETUP (prep) | |
| MACHINE_DEFAULT_CPU (prep) | |
| MACHINE_DEFAULT_RAM (prep) | |
| MACHINE_REGISTER (prep) | |
| MACHINE_DEFAULT_CPU | ( | prep | ) |
Definition at line 152 of file machine_prep.cc.
References machine::cpu_name, fatal(), MACHINE_PREP_IBM6050, MACHINE_PREP_MVME2400, and machine::machine_subtype.
| MACHINE_DEFAULT_RAM | ( | prep | ) |
Definition at line 171 of file machine_prep.cc.
References machine::physical_ram_in_mb.
| MACHINE_REGISTER | ( | prep | ) |
Definition at line 177 of file machine_prep.cc.
References ARCH_PPC, machine_entry_add_alias(), machine_entry_add_subtype(), MACHINE_PREP, MACHINE_PREP_IBM6050, MACHINE_PREP_MVME2400, and MR_DEFAULT.
| MACHINE_SETUP | ( | prep | ) |
Definition at line 46 of file machine_prep.cc.
References machine::bootstrap_cpu, bus_pci_add(), cpu::cd, device_add(), machine::emulated_hz, fatal(), ppc_cpu::gpr, x11_md::in_use, machine::machine_name, MACHINE_PREP_IBM6050, MACHINE_PREP_MVME2400, machine::machine_subtype, machine::memory, machine::path, machine::physical_ram_in_mb, cpu::ppc, machine::prom_emulation, store_32bit_word(), store_buf(), store_string(), and machine::x11_md.
1.8.17