Searched defs:CPUMIPSState (Results 1 - 1 of 1) sorted by relevance

/external/qemu/target-mips/
H A Dcpu.h8 #define CPUState struct CPUMIPSState
22 struct CPUMIPSState;
43 int (*map_address) (struct CPUMIPSState *env, target_phys_addr_t *physical, int *prot, target_ulong address, int rw, int access_type);
173 typedef struct CPUMIPSState CPUMIPSState; typedef in typeref:struct:CPUMIPSState
174 struct CPUMIPSState { struct
469 int no_mmu_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
471 int fixed_mmu_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
473 int r4k_map_address (CPUMIPSState *env, target_phys_addr_t *physical, int *prot,
581 int cpu_mips_exec(CPUMIPSState *
[all...]

Completed in 144 milliseconds