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

  /external/qemu/
softmmu_outside_jit.c 28 #define MMUSUFFIX _outside_jit
49 #undef MMUSUFFIX
softmmu_header.h 48 #define MMUSUFFIX _outside_jit
50 #define MMUSUFFIX _mmu
57 #define MMUSUFFIX _mmu
62 #define MMUSUFFIX _cmmu
95 res = glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx);
116 res = (DATA_STYPE)glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx);
141 glue(glue(__st, SUFFIX), MMUSUFFIX)(addr, v, mmu_idx);
205 #undef MMUSUFFIX
softmmu_template.h 65 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
98 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
142 res = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr,
191 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
216 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1,
218 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2,
242 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr,
275 void REGPARM glue(glue(__st, SUFFIX), MMUSUFFIX)(target_ulong addr,
317 glue(glue(slow_st, SUFFIX), MMUSUFFIX)(addr, val,
366 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr
    [all...]
exec.c     [all...]
  /external/qemu/target-arm/
op_helper.c 55 #define MMUSUFFIX _mmu
  /external/qemu/target-mips/
op_helper.c     [all...]
  /external/qemu/target-i386/
op_helper.c     [all...]

Completed in 65 milliseconds