Go to the source code of this file.
Functions | |
struct of_data * | of_emul_init (struct machine *machine, struct vfb_data *, uint64_t fb_addr, int fb_xsize, int fb_ysize) |
void | of_emul_init_uninorth (struct machine *) |
void | of_emul_init_isa (struct machine *) |
void | of_emul_init_adb (struct machine *) |
void | of_emul_init_zs (struct machine *) |
int | of_emul (struct cpu *cpu) |
int of_emul | ( | struct cpu * | cpu | ) |
Definition at line 1078 of file of.cc.
References machine::arch, ARCH_ARM, ARCH_PPC, cpu::arm, cpu::cd, fatal(), ppc_cpu::gpr, load_32bit_word(), cpu::machine, machine::md, machine::of_data, cpu::ppc, and arm_cpu::r.
void of_emul_init_adb | ( | struct machine * | ) |
Definition at line 743 of file of.cc.
References CHECK_ALLOCATION, machine::md, and machine::of_data.
Referenced by MACHINE_SETUP().
void of_emul_init_isa | ( | struct machine * | ) |
Definition at line 718 of file of.cc.
References machine::md, and machine::of_data.
void of_emul_init_uninorth | ( | struct machine * | ) |
Definition at line 839 of file of.cc.
References ic, machine::md, and machine::of_data.
Referenced by MACHINE_SETUP().
void of_emul_init_zs | ( | struct machine * | ) |
Definition at line 775 of file of.cc.
References CHECK_ALLOCATION, machine::md, and machine::of_data.
Referenced by MACHINE_SETUP().