Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 8 of 8) sorted by relevance

/qemu/util/
H A Dtimed-average.c88 static TimedAverageWindow *current_window(TimedAverage *ta) in current_window()
99 void timed_average_init(TimedAverage *ta, QEMUClockType clock_type, in timed_average_init()
128 static void check_expirations(TimedAverage *ta, uint64_t *elapsed) in check_expirations()
163 void timed_average_account(TimedAverage *ta, uint64_t value) in timed_average_account()
190 uint64_t timed_average_min(TimedAverage *ta) in timed_average_min()
203 uint64_t timed_average_avg(TimedAverage *ta) in timed_average_avg()
216 uint64_t timed_average_max(TimedAverage *ta) in timed_average_max()
227 uint64_t timed_average_sum(TimedAverage *ta, uint64_t *elapsed) in timed_average_sum()
/qemu/tests/unit/
H A Dtest-timed-average.c25 static void account(TimedAverage *ta) in account()
36 TimedAverage ta; in test_average() local
/qemu/hw/riscv/
H A Driscv-iommu.h108 uint64_t ta; /* Translation Attributes */ member
H A Driscv-iommu-bits.h282 uint64_t ta; member
/qemu/hw/gpio/
H A Daspeed_gpio.c294 #define nested_struct_index(ta, pa, m, tb, pb) \ argument
/qemu/target/hppa/
H A Dtranslate.c4334 TCGv_i32 ta, tb, tc, ty; in trans_fcmp_f() local
4350 TCGv_i64 ta, tb; in trans_fcmp_d() local
4483 int ta = fmpyadd_s_reg(a->ta); in do_fmpyadd_s() local
/qemu/target/arm/tcg/
H A Dtranslate-a64.c7094 TCGv_i64 ta = read_fp_dreg(s, a->ra); in do_fmadd() local
7112 TCGv_i32 ta = read_fp_sreg(s, a->ra); in do_fmadd() local
7133 TCGv_i32 ta = read_fp_hreg(s, a->ra); in do_fmadd() local
/qemu/fpu/
H A Dsoftfloat.c1005 uint64_t ta = a->frac_hi, tb = b->frac_hi; in frac128_cmp() local