Home | History | Annotate | Download | only in target-mips

Lines Matching refs:CPUMIPSState

8 #define CPUState struct CPUMIPSState
22 struct CPUMIPSState;
42 int (*map_address) (struct CPUMIPSState *env, target_phys_addr_t *physical, int *prot, target_ulong address, int rw, int access_type);
172 typedef struct CPUMIPSState CPUMIPSState;
173 struct CPUMIPSState {
468 int no_mmu_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
470 int fixed_mmu_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
472 int r4k_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
611 int cpu_mips_exec(CPUMIPSState *s);
612 CPUMIPSState *cpu_mips_init(const char *cpu_model);