/qemu/hw/timer/ |
H A D | npcm7xx_timer.c | 81 static void npcm7xx_timer_start(NPCM7xxBaseTimer *t) in npcm7xx_timer_start() 91 static void npcm7xx_timer_pause(NPCM7xxBaseTimer *t) in npcm7xx_timer_pause() 101 static void npcm7xx_timer_clear(NPCM7xxBaseTimer *t) in npcm7xx_timer_clear() 129 static int64_t npcm7xx_timer_count_to_ns(NPCM7xxTimer *t, uint32_t count) in npcm7xx_timer_count_to_ns() 139 static uint32_t npcm7xx_timer_ns_to_count(NPCM7xxTimer *t, int64_t ns) in npcm7xx_timer_ns_to_count() 148 static uint32_t npcm7xx_watchdog_timer_prescaler(const NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_prescaler() 164 static void npcm7xx_watchdog_timer_reset_cycles(NPCM7xxWatchdogTimer *t, in npcm7xx_watchdog_timer_reset_cycles() 180 static void npcm7xx_watchdog_timer_reset(NPCM7xxWatchdogTimer *t) in npcm7xx_watchdog_timer_reset() 197 static void npcm7xx_timer_check_interrupt(NPCM7xxTimer *t) in npcm7xx_timer_check_interrupt() 211 static void npcm7xx_timer_reached_zero(NPCM7xxTimer *t) in npcm7xx_timer_reached_zero() [all …]
|
H A D | aspeed_timer.c | 62 static inline AspeedTimerCtrlState *timer_to_ctrl(AspeedTimer *t) in timer_to_ctrl() 68 static inline bool timer_ctrl_status(AspeedTimer *t, enum timer_ctrl_op op) in timer_ctrl_status() 73 static inline bool timer_enabled(AspeedTimer *t) in timer_enabled() 78 static inline bool timer_overflow_interrupt(AspeedTimer *t) in timer_overflow_interrupt() 83 static inline bool timer_can_pulse(AspeedTimer *t) in timer_can_pulse() 88 static inline bool timer_external_clock(AspeedTimer *t) in timer_external_clock() 93 static inline uint32_t calculate_rate(struct AspeedTimer *t) in calculate_rate() 101 static inline uint32_t calculate_ticks(struct AspeedTimer *t, uint64_t now_ns) in calculate_ticks() 110 static uint32_t calculate_min_ticks(AspeedTimer *t, uint32_t value) in calculate_min_ticks() 118 static inline uint64_t calculate_time(struct AspeedTimer *t, uint32_t ticks) in calculate_time() [all …]
|
H A D | xilinx_timer.c | 85 static inline unsigned int num_timers(XpsTimerState *t) in num_timers() argument 96 static void timer_update_irq(XpsTimerState *t) in timer_update_irq() 113 XpsTimerState *t = opaque; in timer_read() local 164 XpsTimerState *t = opaque; in timer_write() local 218 XpsTimerState *t = xt->parent; in timer_hit() local 229 XpsTimerState *t = XILINX_TIMER(dev); in xilinx_timer_realize() local 259 XpsTimerState *t = XILINX_TIMER(obj); in xilinx_timer_init() local
|
H A D | mss-timer.c | 87 MSSTimerState *t = opaque; in timer_read() local 138 MSSTimerState *t = opaque; in timer_write() local 228 MSSTimerState *t = MSS_TIMER(obj); in mss_timer_init() local 249 MSSTimerState *t = MSS_TIMER(obj); in mss_timer_finalize() local
|
H A D | hpet.c | 102 static uint32_t timer_fsb_route(HPETTimer *t) in timer_fsb_route() 112 static uint32_t timer_is_periodic(HPETTimer *t) in timer_is_periodic() 117 static uint32_t timer_enabled(HPETTimer *t) in timer_enabled() 169 static uint64_t hpet_calculate_cmp64(HPETTimer *t, uint64_t cur_tick, uint64_t target) in hpet_calculate_cmp64() 263 HPETTimer *t = &s->timer[i]; in hpet_post_load() local 351 static void hpet_arm(HPETTimer *t, uint64_t tick) in hpet_arm() 369 HPETTimer *t = opaque; in hpet_timer() local 390 static void hpet_set_timer(HPETTimer *t) in hpet_set_timer() 410 static void hpet_del_timer(HPETTimer *t) in hpet_del_timer()
|
/qemu/hw/char/ |
H A D | terminal3270.c | 48 Terminal3270 *t = opaque; in DECLARE_INSTANCE_CHECKER() local 53 static void terminal_timer_cancel(Terminal3270 *t) in terminal_timer_cancel() 65 static void TN3270_handshake_done(Terminal3270 *t) in TN3270_handshake_done() 81 Terminal3270 *t = opaque; in send_timing_mark_cb() local 99 Terminal3270 *t = opaque; in terminal_read() local 150 Terminal3270 *t = opaque; in chr_event() local 182 Terminal3270 *t = TERMINAL_3270(dev); in terminal_init() local 194 static inline CcwDataStream *get_cds(Terminal3270 *t) in get_cds() 201 Terminal3270 *t = TERMINAL_3270(dev); in read_payload_3270() local 244 Terminal3270 *t = TERMINAL_3270(dev); in write_payload_3270() local
|
/qemu/host/include/i386/host/crypto/ |
H A D | aes-round.h | 30 __m128i t = (__m128i)st->v; in aesenc_MC_accel() local 49 __m128i t = (__m128i)st->v; in aesenc_SB_SR_AK_accel() local 67 __m128i t = (__m128i)st->v; in aesenc_SB_SR_MC_AK_accel() local 84 __m128i t = (__m128i)st->v; in aesdec_IMC_accel() local 100 __m128i t = (__m128i)st->v; in aesdec_ISB_ISR_AK_accel() local 118 __m128i t = (__m128i)st->v; in aesdec_ISB_ISR_AK_IMC_accel() local 138 __m128i t = (__m128i)st->v; in aesdec_ISB_ISR_IMC_AK_accel() local
|
/qemu/tcg/ |
H A D | tcg-internal.h | 58 static inline TCGv_i32 TCGV_LOW(TCGv_i64 t) in TCGV_LOW() 62 static inline TCGv_i32 TCGV_HIGH(TCGv_i64 t) in TCGV_HIGH() 71 static inline TCGv_i64 TCGV128_LOW(TCGv_i128 t) in TCGV128_LOW() 78 static inline TCGv_i64 TCGV128_HIGH(TCGv_i128 t) in TCGV128_HIGH()
|
/qemu/host/include/ppc/host/crypto/ |
H A D | aes-round.h | 99 AESStateVec t, z = { }; in aesenc_MC_accel() local 111 AESStateVec t, k; in aesenc_SB_SR_AK_accel() local 123 AESStateVec t, k; in aesenc_SB_SR_MC_AK_accel() local 134 AESStateVec t, z = { }; in aesdec_IMC_accel() local 146 AESStateVec t, k; in aesdec_ISB_ISR_AK_accel() local 158 AESStateVec t, k; in aesdec_ISB_ISR_AK_IMC_accel() local 170 AESStateVec t, k, z = { }; in aesdec_ISB_ISR_IMC_AK_accel() local
|
/qemu/target/arm/tcg/ |
H A D | gengvec.c | 274 TCGv_i64 t = tcg_temp_new_i64(); in gen_srshr8_i64() local 284 TCGv_i64 t = tcg_temp_new_i64(); in gen_srshr16_i64() local 294 TCGv_i32 t; in gen_srshr32_i32() local 309 TCGv_i64 t = tcg_temp_new_i64(); in gen_srshr64_i64() local 318 TCGv_vec t = tcg_temp_new_vec_matching(d); in gen_srshr_vec() local 376 TCGv_i64 t = tcg_temp_new_i64(); in gen_srsra8_i64() local 384 TCGv_i64 t = tcg_temp_new_i64(); in gen_srsra16_i64() local 392 TCGv_i32 t = tcg_temp_new_i32(); in gen_srsra32_i32() local 400 TCGv_i64 t = tcg_temp_new_i64(); in gen_srsra64_i64() local 408 TCGv_vec t = tcg_temp_new_vec_matching(d); in gen_srsra_vec() local [all …]
|
H A D | crypto_helper.c | 60 AESState t; in HELPER() local 89 AESState t; in HELPER() local 113 AESState t; in HELPER() local 136 AESState t; in HELPER() local 194 uint32_t t = fn(&d); in crypto_sha1_3reg() local 310 uint32_t t = cho(CR_ST_WORD(n, 0), CR_ST_WORD(n, 1), CR_ST_WORD(n, 2)) in HELPER() local 345 uint32_t t = cho(CR_ST_WORD(d, 0), CR_ST_WORD(d, 1), CR_ST_WORD(d, 2)) in HELPER() local 503 uint32_t t; in HELPER() local 531 uint32_t t = CR_ST_WORD(n, 0) ^ ror32(CR_ST_WORD(m, 0), 25); in HELPER() local 553 uint32_t t; in crypto_sm3tt() local [all …]
|
H A D | gengvec64.c | 53 TCGv_i64 t = tcg_temp_new_i64(); in gen_xar8_i64() local 66 TCGv_i64 t = tcg_temp_new_i64(); in gen_xar16_i64() local 199 TCGv_i64 t = tcg_temp_new_i64(); in gen_suqadd_bhs() local 210 TCGv_i64 t = tcg_temp_new_i64(); in gen_suqadd_d() local 223 static void gen_suqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec qc, in gen_suqadd_vec() 315 static void gen_usqadd_vec(unsigned vece, TCGv_vec t, TCGv_vec qc, in gen_usqadd_vec()
|
/qemu/host/include/aarch64/host/crypto/ |
H A D | aes-round.h | 87 uint8x16_t t = (uint8x16_t)st->v; in aesenc_MC_accel() local 103 uint8x16_t t = (uint8x16_t)st->v; in aesenc_SB_SR_AK_accel() local 120 uint8x16_t t = (uint8x16_t)st->v; in aesenc_SB_SR_MC_AK_accel() local 136 uint8x16_t t = (uint8x16_t)st->v; in aesdec_IMC_accel() local 152 uint8x16_t t = (uint8x16_t)st->v; in aesdec_ISB_ISR_AK_accel() local 169 uint8x16_t t = (uint8x16_t)st->v; in aesdec_ISB_ISR_AK_IMC_accel() local 192 uint8x16_t t = (uint8x16_t)st->v; in aesdec_ISB_ISR_IMC_AK_accel() local
|
/qemu/target/riscv/ |
H A D | crypto_helper.c | 84 AESState t; in HELPER() local 94 AESState t; in HELPER() local 104 AESState t; in HELPER() local 114 AESState t, z = { }; in HELPER() local 150 AESState t, rc = {}; in HELPER() local 165 AESState t; in HELPER() local
|
/qemu/target/ppc/ |
H A D | dfp_helper.c | 65 decNumber t, a, b; member 891 void helper_DCTDP(CPUPPCState *env, ppc_fprp_t *t, ppc_fprp_t *b) in helper_DCTDP() 907 void helper_DCTQPQ(CPUPPCState *env, ppc_fprp_t *t, ppc_fprp_t *b) in helper_DCTQPQ() 922 void helper_DRSP(CPUPPCState *env, ppc_fprp_t *t, ppc_fprp_t *b) in helper_DRSP() 940 void helper_DRDPQ(CPUPPCState *env, ppc_fprp_t *t, ppc_fprp_t *b) in helper_DRDPQ() 981 void helper_DCFFIXQQ(CPUPPCState *env, ppc_fprp_t *t, ppc_avr_t *b) in helper_DCFFIXQQ() 1031 void helper_DCTFIXQQ(CPUPPCState *env, ppc_avr_t *t, ppc_fprp_t *b) in helper_DCTFIXQQ() 1078 static inline void dfp_set_bcd_digit_64(ppc_vsr_t *t, uint8_t digit, in dfp_set_bcd_digit_64() 1084 static inline void dfp_set_bcd_digit_128(ppc_vsr_t *t, uint8_t digit, in dfp_set_bcd_digit_128() 1091 static inline void dfp_set_sign_64(ppc_vsr_t *t, uint8_t sgn) in dfp_set_sign_64() [all …]
|
/qemu/scripts/ |
H A D | python_qmp_updater.py | 131 t = f.read() variable 133 t = update(t) variable
|
H A D | device-crash-test | 197 def errorRuleTestCaseMatch(rule, t): argument 215 def ruleListCandidates(t): argument 222 def findExpectedResult(t): argument 265 def formatTestCase(t): argument
|
/qemu/audio/ |
H A D | rate_template.h | 38 mixeng_real t; in NAME() local 40 int64_t t; in NAME() local
|
/qemu/tests/unit/ |
H A D | ptimer-test-stubs.c | 56 QEMUTimer *t = &timer_list->active_timers; in timer_mod() local 74 QEMUTimer *t = &timer_list->active_timers; in timer_del() local 94 QEMUTimer *t = timer_list->active_timers.next; in qemu_clock_deadline_ns_all() local
|
/qemu/util/ |
H A D | bufferiszero.c | 33 uint64_t t; in buffer_is_zero_int_lt256() local 61 uint64_t t = ldq_he_p(buf) | ldq_he_p(buf + len - 8); in buffer_is_zero_int_ge256() local
|
/qemu/hw/xen/ |
H A D | xen-operations.c | 265 xs_transaction_t t, const char *path, in libxenstore_directory() 271 static void *libxenstore_read(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_read() 277 static bool libxenstore_write(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_write() 284 static bool libxenstore_create(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_create() 307 static bool libxenstore_destroy(struct qemu_xs_handle *h, xs_transaction_t t, in libxenstore_destroy() 387 xs_transaction_t t, bool abort) in libxenstore_transaction_end()
|
/qemu/target/microblaze/ |
H A D | mmu.c | 44 uint32_t tlb_tag, end, t; in mmu_flush_idx() local 64 uint32_t t; in mmu_change_pid() local 91 uint64_t t, d; in mmu_translate() local
|
/qemu/target/hexagon/idef-parser/ |
H A D | idef-parser.y | 657 Ternary t = { 0 }; variable 664 Ternary *t = &g_array_index(c->ternary, Ternary, variable
|
/qemu/tests/tcg/plugins/ |
H A D | meson.build | 1 t = [] variable
|
/qemu/contrib/plugins/ |
H A D | meson.build | 8 t = [] variable
|