Lines Matching +defs:machine +defs:name
97 struct machine { struct
105 const char *name; member
107 /* Full "path" to the machine, e.g. "machine[0]": */ argument
111 int machine_type; /* MACHINE_PMAX, .. */ argument
112 int machine_subtype; /* MACHINE_DEC_3MAX_5000, .. */ argument
115 const char *machine_name; argument
119 is useful when emulating multiple cards in one machine: */ argument
123 /* TODO: How about multiple cpu familys in one machine? */ argument
134 cpus with different names in a machine */ argument
135 int byte_order_override;
136 int bootstrap_cpu;
137 int use_random_bootstrap_cpu;
138 int start_paused;
139 int ncpus;
140 struct cpu **cpus;
142 struct diskimage *first_diskimage;
144 struct symbol_context symbol_context;
146 int random_mem_contents;
147 uint32_t physical_ram_in_mb;
148 int memory_offset_in_mb;
149 int prom_emulation;
150 int register_dump;
151 int arch_pagesize;
153 int bootdev_type;
154 int bootdev_id;
178 /* X11/framebuffer stuff (per machine): */ argument
183 struct machine_arcbios *arc; argument
186 } md;
190 struct isa_pic_data isa_pic_data;
343 const char *name; /* Official name */ member
354 const char *name; /* Official name */ member
373 #define MR_DEFAULT(x,name,arch,type) struct machine_entry \ argument