/qemu/util/ |
H A D | throttle.c | 200 void throttle_timers_attach_aio_context(ThrottleTimers *tt, in throttle_timers_attach_aio_context() 235 void throttle_timers_init(ThrottleTimers *tt, in throttle_timers_init() 264 void throttle_timers_detach_aio_context(ThrottleTimers *tt) in throttle_timers_detach_aio_context() 274 void throttle_timers_destroy(ThrottleTimers *tt) in throttle_timers_destroy() 280 bool throttle_timers_are_initialized(ThrottleTimers *tt) in throttle_timers_are_initialized() 433 ThrottleTimers *tt, in throttle_schedule_timer()
|
/qemu/fsdev/ |
H A D | qemu-fsdev-throttle.h | 24 ThrottleTimers tt; member
|
/qemu/target/sparc/ |
H A D | helper.c | 26 void cpu_raise_exception_ra(CPUSPARCState *env, int tt, uintptr_t ra) in cpu_raise_exception_ra() 34 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception()
|
H A D | win_helper.c | 191 int tt = TT_SPILL | (env->otherwin != 0 in helper_save() local 213 int tt = TT_FILL | (env->otherwin != 0 in helper_restore() local 227 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw() local
|
H A D | ldst_helper.c | 470 int tt = is_exec ? TT_CODE_ACCESS : TT_DATA_ACCESS; in sparc_raise_mmu_fault() local
|
H A D | cpu.h | 223 uint32_t tt; member
|
/qemu/block/ |
H A D | throttle-groups.c | 272 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_schedule_timer() local 344 ThrottleTimers *tt = &token->throttle_timers; in schedule_next_request() local 627 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_attach_aio_context() local 635 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_detach_aio_context() local
|
/qemu/hw/arm/ |
H A D | smmu-common.c | 71 SMMUTransTableInfo *tt, in smmu_iotlb_lookup_all_levels() 109 SMMUTransTableInfo *tt, hwaddr iova) in smmu_iotlb_lookup() 463 SMMUTransTableInfo *tt = select_tt(cfg, iova); in smmu_ptw_64_s1() local 775 SMMUTransTableInfo *tt; in smmu_translate() local
|
H A D | smmuv3.c | 751 SMMUTransTableInfo *tt = &cfg->tt[i]; in decode_cd() local 1169 SMMUTransTableInfo *tt; in smmuv3_notify_iova() local
|
/qemu/target/m68k/ |
H A D | op_helper.c | 519 raise_exception_ra(CPUM68KState *env, int tt, uintptr_t raddr) in raise_exception_ra() 527 G_NORETURN static void raise_exception(CPUM68KState *env, int tt) in raise_exception() 538 raise_exception_format2(CPUM68KState *env, int tt, int ilen, uintptr_t raddr) in raise_exception_format2()
|
H A D | helper.c | 164 static void raise_exception_ra(CPUM68KState *env, int tt, uintptr_t raddr) in raise_exception_ra()
|
H A D | translate.c | 3445 TCGv_i64 tt = tcg_constant_i64(32); in shift_reg() local
|
/qemu/crypto/ |
H A D | xts.c | 57 uint64_t tt; in xts_mult_x() local
|
/qemu/tests/unit/ |
H A D | test-throttle.c | 31 static ThrottleTimers *tt; variable
|
/qemu/include/hw/arm/ |
H A D | smmu-common.h | 116 SMMUTransTableInfo tt[2]; member
|
/qemu/include/system/ |
H A D | cryptodev.h | 280 ThrottleTimers tt; member
|
/qemu/tcg/ |
H A D | tcg-op-vec.c | 512 TCGTemp *tt = NULL; in tcg_gen_cmp_vec() local
|
H A D | optimize.c | 2056 TempOptInfo *tt, *ft; in fold_movcond() local
|
/qemu/target/arm/tcg/ |
H A D | translate-neon.c | 547 int tt = a->vd + reg + spacing * xs; in trans_VLDST_multiple() local
|
H A D | translate-a64.c | 3936 int tt = (a->rt + r + xs) % 32; in trans_LD_mult() local 3951 int tt = (a->rt + r) % 32; in trans_LD_mult() local 4027 int tt = (a->rt + r + xs) % 32; in trans_ST_mult() local
|