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

  /external/qemu/
softmmu_outside_jit.c 32 #define CPU_MMU_INDEX (cpu_mmu_index(env))
46 #undef CPU_MMU_INDEX
softmmu_header.h 52 #define CPU_MMU_INDEX ACCESS_TYPE
56 #define CPU_MMU_INDEX (cpu_mmu_index(env))
61 #define CPU_MMU_INDEX (cpu_mmu_index(env))
92 mmu_idx = CPU_MMU_INDEX;
113 mmu_idx = CPU_MMU_INDEX;
138 mmu_idx = CPU_MMU_INDEX;
204 #undef CPU_MMU_INDEX
exec-all.h 395 mmu_idx = cpu_mmu_index(env1);
  /external/qemu/target-arm/
cpu.h 464 static inline int cpu_mmu_index (CPUState *env) function
op_helper.c 482 int user = cpu_mmu_index(env);
  /external/qemu/target-i386/
cpu.h 872 static inline int cpu_mmu_index (CPUState *env) function

Completed in 24 milliseconds