HomeSort by relevance Sort by last modified time
    Searched refs:CPUMIPSState (Results 1 - 4 of 4) sorted by null

  /external/qemu/target-mips/
cpu.h 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)
    [all...]
exec.h 11 GLOBAL_REGISTER_VARIABLE_DECL struct CPUMIPSState *env asm(AREG0);
translate_init.c 474 static void no_mmu_init (CPUMIPSState *env, const mips_def_t *def)
480 static void fixed_mmu_init (CPUMIPSState *env, const mips_def_t *def)
486 static void r4k_mmu_init (CPUMIPSState *env, const mips_def_t *def)
496 static void mmu_init (CPUMIPSState *env, const mips_def_t *def)
519 static void fpu_init (CPUMIPSState *env, const mips_def_t *def)
529 static void mvp_init (CPUMIPSState *env, const mips_def_t *def)
translate.c     [all...]

Completed in 33 milliseconds