#include <machine.h>
Public Attributes | |
struct machine_entry * | next |
int | arch |
int | machine_type |
const char * | name |
int | n_aliases |
char ** | aliases |
void(* | setup )(struct machine *, struct cpu *) |
void(* | set_default_cpu )(struct machine *) |
void(* | set_default_ram )(struct machine *) |
int | n_subtypes |
struct machine_entry_subtype ** | subtype |
char** machine_entry::aliases |
Definition at line 353 of file machine.h.
Referenced by machine_entry_add_alias(), machine_entry_new(), machine_list_available_types_and_cpus(), and machine_name_to_type().
int machine_entry::arch |
Definition at line 349 of file machine.h.
Referenced by machine_entry_new(), machine_entry_register(), machine_list_available_types_and_cpus(), and machine_name_to_type().
int machine_entry::machine_type |
Definition at line 350 of file machine.h.
Referenced by machine_default_cputype(), machine_entry_new(), machine_memsize_fix(), machine_name_to_type(), and machine_setup().
int machine_entry::n_aliases |
Definition at line 352 of file machine.h.
Referenced by machine_entry_add_alias(), machine_entry_new(), machine_list_available_types_and_cpus(), and machine_name_to_type().
int machine_entry::n_subtypes |
Definition at line 360 of file machine.h.
Referenced by machine_entry_add_subtype(), machine_entry_new(), machine_list_available_types_and_cpus(), and machine_name_to_type().
const char* machine_entry::name |
Definition at line 351 of file machine.h.
Referenced by machine_entry_add_alias(), machine_entry_new(), machine_entry_register(), and machine_list_available_types_and_cpus().
struct machine_entry* machine_entry::next |
Definition at line 346 of file machine.h.
Referenced by machine_default_cputype(), machine_entry_register(), machine_list_available_types_and_cpus(), machine_memsize_fix(), machine_name_to_type(), and machine_setup().
void(* machine_entry::set_default_cpu) (struct machine *) |
Definition at line 356 of file machine.h.
Referenced by machine_default_cputype().
void(* machine_entry::set_default_ram) (struct machine *) |
Definition at line 357 of file machine.h.
Referenced by machine_memsize_fix().
Definition at line 355 of file machine.h.
Referenced by machine_entry_new(), and machine_setup().
struct machine_entry_subtype** machine_entry::subtype |
Definition at line 361 of file machine.h.
Referenced by machine_entry_add_subtype(), machine_list_available_types_and_cpus(), and machine_name_to_type().