Home
last modified time | relevance | path

Searched refs:MMUSUFFIX (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
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); in glue()
116 res = (DATA_STYPE)glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx); in glue()
141 glue(glue(__st, SUFFIX), MMUSUFFIX)(addr, v, mmu_idx); in glue()
205 #undef MMUSUFFIX
Dsoftmmu_template.h63 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr,
96 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
139 res = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr, in glue()
188 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
213 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1, in glue()
215 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2, in glue()
239 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr,
272 void REGPARM glue(glue(__st, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
313 glue(glue(slow_st, SUFFIX), MMUSUFFIX)(addr, val, in glue()
362 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
[all …]
Dsoftmmu_outside_jit.c27 #define MMUSUFFIX _outside_jit macro
48 #undef MMUSUFFIX
Dexec.c3730 #define MMUSUFFIX _cmmu macro
/external/qemu/target-arm/
Dop_helper.c72 #define MMUSUFFIX _mmu macro