#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"#include "thirdparty/maltareg.h"Go to the source code of this file.
Functions | |
| MACHINE_SETUP (evbmips) | |
| MACHINE_DEFAULT_CPU (evbmips) | |
| MACHINE_DEFAULT_RAM (evbmips) | |
| MACHINE_REGISTER (evbmips) | |
| MACHINE_DEFAULT_CPU | ( | evbmips | ) |
Definition at line 158 of file machine_evbmips.cc.
References machine::cpu_name, fatal(), MACHINE_EVBMIPS_MALTA, MACHINE_EVBMIPS_MALTA_BE, and machine::machine_subtype.
| MACHINE_DEFAULT_RAM | ( | evbmips | ) |
Definition at line 174 of file machine_evbmips.cc.
References machine::physical_ram_in_mb.
| MACHINE_REGISTER | ( | evbmips | ) |
Definition at line 180 of file machine_evbmips.cc.
References ARCH_MIPS, machine_entry_add_alias(), machine_entry_add_subtype(), MACHINE_EVBMIPS, MACHINE_EVBMIPS_MALTA, MACHINE_EVBMIPS_MALTA_BE, and MR_DEFAULT.
| MACHINE_SETUP | ( | evbmips | ) |
Definition at line 47 of file machine_evbmips.cc.
References machine::boot_kernel_filename, machine::boot_string_argument, machine::bootarg, machine::bootstr, machine::bootstrap_cpu, bus_isa_init(), bus_pci_add(), cpu::byte_order, cpu::cd, dev_gt_init(), device_add(), EMUL_BIG_ENDIAN, EMUL_LITTLE_ENDIAN, machine::emulated_hz, fatal(), mips_cpu::gpr, x11_md::in_use, MACHINE_EVBMIPS_MALTA, MACHINE_EVBMIPS_MALTA_BE, machine::machine_name, machine::machine_subtype, MALTA_CBUSUART, MALTA_REVISION, machine::memory, cpu::mips, MIPS_GPR_A0, MIPS_GPR_A1, MIPS_GPR_A2, MIPS_GPR_A3, machine::path, machine::physical_ram_in_mb, machine::prom_emulation, store_32bit_word(), store_string(), strlen(), machine::x11_md, and yamon_machine_setup().
1.8.17