Home
last modified time | relevance | path

Searched refs:MMUSUFFIX (Results 1 – 7 of 7) 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.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, in glue() argument
142 res = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr, in glue()
191 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
216 res1 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr1, in glue()
218 res2 = glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(addr2, in glue()
242 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr,
275 void REGPARM glue(glue(__st, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
317 glue(glue(slow_st, SUFFIX), MMUSUFFIX)(addr, val, in glue()
366 static void glue(glue(slow_st, SUFFIX), MMUSUFFIX)(target_ulong addr, in glue() argument
[all …]
Dsoftmmu_outside_jit.c28 #define MMUSUFFIX _outside_jit macro
49 #undef MMUSUFFIX
Dexec.c3953 #define MMUSUFFIX _cmmu macro
/external/qemu/target-arm/
Dop_helper.c55 #define MMUSUFFIX _mmu macro
/external/qemu/target-mips/
Dop_helper.c1807 #define MMUSUFFIX _mmu macro
/external/qemu/target-i386/
Dop_helper.c4809 #define MMUSUFFIX _mmu macro