Searched refs:MMUSUFFIX (Results 1 - 7 of 7) sorted by relevance

/external/qemu/
H A Dsoftmmu_outside_jit.c28 #define MMUSUFFIX _outside_jit macro
49 #undef MMUSUFFIX macro
H A Dsoftmmu_header.h48 #define MMUSUFFIX _outside_jit macro
50 #define MMUSUFFIX _mmu macro
57 #define MMUSUFFIX _mmu macro
62 #define MMUSUFFIX _cmmu macro
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 macro
H A Dsoftmmu_template.h65 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
98 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr, function
142 res = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr,
191 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, function
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, function
317 glue(glue(slow_st, SUFFIX), MMUSUFFIX)(addr, val,
366 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulon function
[all...]
H A Dexec.c3953 #define MMUSUFFIX _cmmu macro
/external/qemu/target-arm/
H A Dop_helper.c55 #define MMUSUFFIX _mmu macro
/external/qemu/target-mips/
H A Dop_helper.c1885 #define MMUSUFFIX _mmu macro
/external/qemu/target-i386/
H A Dop_helper.c4809 #define MMUSUFFIX _mmu macro

Completed in 156 milliseconds