#include <MIPS_CPUComponent.h>
Public Attributes | |
const char * | name |
int | rev |
int | sub |
int | flags |
int | exc_model |
int | mmu_model |
int | isa_level |
int | isa_revision |
int | nr_of_tlb_entries |
int | instrs_per_cycle |
int | picache |
int | pilinesize |
int | piways |
int | pdcache |
int | pdlinesize |
int | pdways |
int | scache |
int | slinesize |
int | sways |
char | flags |
char | exc_model |
char | mmu_model |
char | isa_level |
char | isa_revision |
char | instrs_per_cycle |
Definition at line 118 of file MIPS_CPUComponent.h.
char mips_cpu_type_def::exc_model |
Definition at line 51 of file cpu_mips.h.
int mips_cpu_type_def::exc_model |
Definition at line 123 of file MIPS_CPUComponent.h.
Referenced by cop0_availability_check(), coproc_tlbwri(), mips_cpu_exception(), and X().
char mips_cpu_type_def::flags |
Definition at line 50 of file cpu_mips.h.
int mips_cpu_type_def::flags |
Definition at line 122 of file MIPS_CPUComponent.h.
Referenced by coproc_function(), and X().
char mips_cpu_type_def::instrs_per_cycle |
Definition at line 56 of file cpu_mips.h.
int mips_cpu_type_def::instrs_per_cycle |
Definition at line 128 of file MIPS_CPUComponent.h.
char mips_cpu_type_def::isa_level |
Definition at line 53 of file cpu_mips.h.
int mips_cpu_type_def::isa_level |
Definition at line 125 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo(), mips_cpu_tlbdump(), and X().
char mips_cpu_type_def::isa_revision |
Definition at line 54 of file cpu_mips.h.
int mips_cpu_type_def::isa_revision |
Definition at line 126 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo(), and X().
char mips_cpu_type_def::mmu_model |
Definition at line 52 of file cpu_mips.h.
int mips_cpu_type_def::mmu_model |
Definition at line 124 of file MIPS_CPUComponent.h.
Referenced by coproc_register_write(), coproc_tlbpr(), coproc_tlbwri(), MEMORY_RW(), mips_coproc_tlb_set_entry(), and mips_cpu_tlbdump().
const char * mips_cpu_type_def::name |
Definition at line 119 of file MIPS_CPUComponent.h.
Referenced by MIPS_CPUComponent::CheckVariableWrite(), and X().
int mips_cpu_type_def::nr_of_tlb_entries |
Definition at line 127 of file MIPS_CPUComponent.h.
Referenced by mips_coproc_new(), mips_cpu_dumpinfo(), and TRANSLATE_ADDRESS().
int mips_cpu_type_def::pdcache |
Definition at line 132 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::pdlinesize |
Definition at line 133 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::pdways |
Definition at line 134 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::picache |
Definition at line 129 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::pilinesize |
Definition at line 130 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::piways |
Definition at line 131 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::rev |
Definition at line 120 of file MIPS_CPUComponent.h.
Referenced by coproc_register_write(), coproc_tlbpr(), coproc_tlbwri(), mips_coproc_new(), mips_cpu_register_dump(), mips_cpu_tlbdump(), and X().
int mips_cpu_type_def::scache |
Definition at line 135 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::slinesize |
Definition at line 136 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().
int mips_cpu_type_def::sub |
Definition at line 121 of file MIPS_CPUComponent.h.
Referenced by mips_coproc_new().
int mips_cpu_type_def::sways |
Definition at line 137 of file MIPS_CPUComponent.h.
Referenced by mips_cpu_dumpinfo().