Home
last modified time | relevance | path

Searched defs:tt (Results 1 – 19 of 19) sorted by relevance

/qemu/util/
A Dthrottle.c200 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/
A Dqemu-fsdev-throttle.h24 ThrottleTimers tt; member
/qemu/target/sparc/
A Dhelper.c27 void cpu_raise_exception_ra(CPUSPARCState *env, int tt, uintptr_t ra) in cpu_raise_exception_ra()
35 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception()
A Dwin_helper.c202 int tt = TT_SPILL | (env->otherwin != 0 in helper_save() local
224 int tt = TT_FILL | (env->otherwin != 0 in helper_restore() local
238 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw() local
A Dldst_helper.c465 int tt = is_exec ? TT_CODE_ACCESS : TT_DATA_ACCESS; in sparc_raise_mmu_fault() local
A Dcpu.h221 uint32_t tt; member
/qemu/block/
A Dthrottle-groups.c272 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/
A Dsmmu-common.c71 SMMUTransTableInfo *tt, in smmu_iotlb_lookup_all_levels()
109 SMMUTransTableInfo *tt, hwaddr iova) in smmu_iotlb_lookup()
442 SMMUTransTableInfo *tt = select_tt(cfg, iova); in smmu_ptw_64_s1() local
755 SMMUTransTableInfo *tt; in smmu_translate() local
A Dsmmuv3.c750 SMMUTransTableInfo *tt = &cfg->tt[i]; in decode_cd() local
1168 SMMUTransTableInfo *tt; in smmuv3_notify_iova() local
/qemu/target/m68k/
A Dop_helper.c520 raise_exception_ra(CPUM68KState *env, int tt, uintptr_t raddr) in raise_exception_ra()
528 G_NORETURN static void raise_exception(CPUM68KState *env, int tt) in raise_exception()
539 raise_exception_format2(CPUM68KState *env, int tt, int ilen, uintptr_t raddr) in raise_exception_format2()
A Dhelper.c160 static void raise_exception_ra(CPUM68KState *env, int tt, uintptr_t raddr) in raise_exception_ra()
A Dtranslate.c3444 TCGv_i64 tt = tcg_constant_i64(32); in shift_reg() local
/qemu/crypto/
A Dxts.c57 uint64_t tt; in xts_mult_x() local
/qemu/tests/unit/
A Dtest-throttle.c31 static ThrottleTimers *tt; variable
/qemu/include/hw/arm/
A Dsmmu-common.h117 SMMUTransTableInfo tt[2]; member
/qemu/include/sysemu/
A Dcryptodev.h280 ThrottleTimers tt; member
/qemu/tcg/
A Dtcg-op-vec.c511 TCGTemp *tt = NULL; in tcg_gen_cmp_vec() local
/qemu/target/arm/tcg/
A Dtranslate-neon.c547 int tt = a->vd + reg + spacing * xs; in trans_VLDST_multiple() local
A Dtranslate-a64.c3747 int tt = (a->rt + r + xs) % 32; in trans_LD_mult() local
3762 int tt = (a->rt + r) % 32; in trans_LD_mult() local
3838 int tt = (a->rt + r + xs) % 32; in trans_ST_mult() local

Completed in 873 milliseconds