#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"
#include "thirdparty/alpha_autoconf.h"
#include "thirdparty/alpha_rpb.h"
Go to the source code of this file.
Functions | |
MACHINE_SETUP (alpha) | |
MACHINE_DEFAULT_CPU (alpha) | |
MACHINE_DEFAULT_RAM (alpha) | |
MACHINE_REGISTER (alpha) | |
MACHINE_DEFAULT_CPU | ( | alpha | ) |
Definition at line 203 of file machine_alpha.cc.
References machine::cpu_name, fatal(), machine::machine_subtype, ST_ALPHABOOK1, ST_DEC_3000_300, ST_DEC_4100, and ST_EB164.
MACHINE_DEFAULT_RAM | ( | alpha | ) |
Definition at line 230 of file machine_alpha.cc.
References machine::physical_ram_in_mb.
MACHINE_REGISTER | ( | alpha | ) |
Definition at line 236 of file machine_alpha.cc.
References ARCH_ALPHA, MACHINE_ALPHA, machine_entry_add_alias(), machine_entry_add_subtype(), MR_DEFAULT, ST_ALPHABOOK1, ST_DEC_3000_300, ST_DEC_4100, and ST_EB164.
MACHINE_SETUP | ( | alpha | ) |
Definition at line 46 of file machine_alpha.cc.
References cpu::alpha, ALPHA_A0, ALPHA_A1, ALPHA_A2, ALPHA_A3, ALPHA_A4, cpu::cd, alpha_cpu::cpu_type, machine::cpus, CRB_ADDR, crb::crb_v_dispatch, crb::crb_v_fixup, CTB_ADDR, CTB_GRAPHICS, CTB_PRINTERPORT, ctb::ctb_term_type, device_add(), machine::emulated_hz, fatal(), HWRPB_ADDR, HWRPB_DSRDB_MINVERS, x11_md::in_use, machine::machine_name, machine::machine_subtype, machine::main_console_handle, mddt::mddt_cluster_cnt, mddt::mddt_clusters, mddt_cluster::mddt_pfn, mddt_cluster::mddt_pg_cnt, MEMDAT_ADDR, machine::ncpus, PCS_ADDR, PCS_CV, pcs::pcs_flags, PCS_PA, PCS_PL, PCS_PMV, PCS_PP, pcs::pcs_proc_type, PCS_PV, PCS_RC, alpha_cpu_type_def::pcs_type, machine::physical_ram_in_mb, machine::prom_emulation, PROM_ENTRY_PADDR, alpha_cpu::r, rpb::rpb_cc_freq, rpb::rpb_crb_off, rpb::rpb_ctb_off, rpb::rpb_intr_freq, rpb::rpb_magic, rpb::rpb_memdat_off, rpb::rpb_page_size, rpb::rpb_pcs_cnt, rpb::rpb_pcs_off, rpb::rpb_pcs_size, rpb::rpb_phys, rpb::rpb_size, rpb::rpb_ssn, rpb::rpb_type, rpb::rpb_version, ST_ALPHABOOK1, ST_DEC_3000_300, ST_DEC_4100, ST_EB164, store_32bit_word(), store_64bit_word(), store_64bit_word_in_host(), store_buf(), and machine::x11_md.