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

  /external/qemu/include/exec/
softmmu_header.h 52 #define CPU_MMU_INDEX ACCESS_TYPE
57 #define CPU_MMU_INDEX (cpu_mmu_index(env))
62 #define CPU_MMU_INDEX (cpu_mmu_index(env))
93 mmu_idx = CPU_MMU_INDEX;
114 mmu_idx = CPU_MMU_INDEX;
141 mmu_idx = CPU_MMU_INDEX;
211 #undef CPU_MMU_INDEX
  /external/qemu/
cputlb.c 309 mmu_idx = cpu_mmu_index(env1);
  /external/qemu/target-arm/
cpu.h 808 static inline int cpu_mmu_index (CPUARMState *env) function
op_helper.c 472 int user = cpu_mmu_index(env);
  /external/qemu/target-mips/
cpu.h 513 static inline int cpu_mmu_index (CPUMIPSState *env) function
  /external/qemu/target-i386/
cpu.h 1032 static inline int cpu_mmu_index (CPUX86State *env) function
    [all...]

Completed in 108 milliseconds