Searched refs:MMUSUFFIX (Results 1 – 7 of 7) sorted by relevance
/external/qemu/ |
D | softmmu_header.h | 48 #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
|
D | 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, 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 …]
|
D | softmmu_outside_jit.c | 28 #define MMUSUFFIX _outside_jit macro 49 #undef MMUSUFFIX
|
D | exec.c | 3953 #define MMUSUFFIX _cmmu macro
|
/external/qemu/target-arm/ |
D | op_helper.c | 55 #define MMUSUFFIX _mmu macro
|
/external/qemu/target-mips/ |
D | op_helper.c | 1807 #define MMUSUFFIX _mmu macro
|
/external/qemu/target-i386/ |
D | op_helper.c | 4809 #define MMUSUFFIX _mmu macro
|