#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/types.h>#include <sys/time.h>#include <sys/resource.h>#include "console.h"#include "cpu.h"#include "cpu_mips.h"#include "diskimage.h"#include "machine.h"#include "machine_pmax.h"#include "memory.h"#include "misc.h"#include "thirdparty/dec_prom.h"#include "thirdparty/dec_5100.h"#include "thirdparty/dec_kn01.h"#include "thirdparty/dec_kn02.h"#include "thirdparty/dec_kn03.h"Go to the source code of this file.
Functions | |
| int | dec_jumptable_func (struct cpu *cpu, int vector) |
| int | decstation_prom_emul (struct cpu *cpu) |
Variables | |
| int | quiet_mode |
| int dec_jumptable_func | ( | struct cpu * | cpu, |
| int | vector | ||
| ) |
Definition at line 96 of file dec_prom.cc.
References CACHE_DATA, cpu::cd, CHECK_ALLOCATION, console_putchar(), cpu_register_dump(), diskimage_access(), diskimage_bootdev(), DISKIMAGE_SCSI, machine::exit_without_entering_debugger, fatal(), mips_cpu::gpr, cpu::machine, machine::main_console_handle, cpu::mem, MEM_READ, cpu::memory_rw, cpu::mips, MIPS_GPR_A0, MIPS_GPR_A1, MIPS_GPR_A2, MIPS_GPR_V0, NO_EXCEPTIONS, cpu::running, and store_buf().
Referenced by decstation_prom_emul().
| int decstation_prom_emul | ( | struct cpu * | cpu | ) |
Definition at line 229 of file dec_prom.cc.
References dec_jumptable_func(), and cpu::pc.
Referenced by X().
1.8.17