machine_alpha.cc Source File
Back to the index.
Go to the documentation of this file.
71 "z8530 addr=0x1b0200000 irq=0 addr_mult=4");
78 default:
fatal(
"Unimplemented Alpha machine type %i\n",
103 memset(&
rpb, 0,
sizeof(
struct rpb));
113 strlcpy((
char *)&(
rpb.
rpb_ssn),
"123456789", 10);
134 memset(&
ctb, 0,
sizeof(
struct ctb));
140 memset(&
crb, 0,
sizeof(
struct crb));
150 memset(&
pcs[i], 0,
sizeof(
struct pcs));
167 memset(&
mddt, 0,
sizeof(
struct mddt));
223 default:
fatal(
"Unimplemented Alpha machine type %i\n",
246 "alphaserver4100", NULL);
254 me->set_default_ram = machine_default_ram_alpha;
struct mddt_cluster mddt_clusters[2]
void store_buf(struct cpu *cpu, uint64_t addr, const char *s, size_t len)
MACHINE_DEFAULT_CPU(alpha)
int store_64bit_word(struct cpu *cpu, uint64_t addr, uint64_t data64)
MACHINE_DEFAULT_RAM(alpha)
#define HWRPB_DSRDB_MINVERS
void fatal(const char *fmt,...)
void machine_entry_add_subtype(struct machine_entry *me, const char *name, int oldstyle_subtype,...)
void * device_add(struct machine *machine, const char *name_and_params)
#define MR_DEFAULT(x, name, arch, type)
struct alpha_cpu_type_def cpu_type
uint32_t physical_ram_in_mb
int store_32bit_word(struct cpu *cpu, uint64_t addr, uint64_t data32)
void store_64bit_word_in_host(struct cpu *cpu, unsigned char *data, uint64_t data32)
const char * machine_name
u_int64_t mddt_cluster_cnt
void machine_entry_add_alias(struct machine_entry *me, const char *name)
Generated on Tue Aug 25 2020 19:25:06 for GXemul by
1.8.18