Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 159) sorted by relevance

1234567

/qemu/hw/timer/
A Dnpcm7xx_timer.c81 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()
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()
248 static uint32_t npcm7xx_timer_read_tdr(NPCM7xxTimer *t) in npcm7xx_timer_read_tdr()
542 NPCM7xxTimer *t = opaque; in npcm7xx_timer_expired() local
555 NPCM7xxTimer *t = &s->timer[i]; in npcm7xx_timer_enter_reset() local
573 NPCM7xxWatchdogTimer *t = opaque; in npcm7xx_watchdog_timer_expired() local
[all …]
A Daspeed_timer.c73 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()
134 static uint64_t calculate_next(struct AspeedTimer *t) in calculate_next()
176 static void aspeed_timer_mod(AspeedTimer *t) in aspeed_timer_mod()
186 AspeedTimer *t = opaque; in aspeed_timer_expire() local
269 AspeedTimer *t; in aspeed_timer_set_value() local
398 AspeedTimer *t; in aspeed_timer_set_ctrl() local
598 AspeedTimer *t = &s->timers[id]; in aspeed_init_one_timer() local
[all …]
A Dxilinx_timer.c79 static inline unsigned int num_timers(XpsTimerState *t) in num_timers() argument
90 static void timer_update_irq(XpsTimerState *t) in timer_update_irq()
107 XpsTimerState *t = opaque; in timer_read() local
158 XpsTimerState *t = opaque; in timer_write() local
205 XpsTimerState *t = xt->parent; in timer_hit() local
216 XpsTimerState *t = XILINX_TIMER(dev); in xilinx_timer_realize() local
239 XpsTimerState *t = XILINX_TIMER(obj); in xilinx_timer_init() local
A Dmss-timer.c87 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
A Dhpet.c99 static uint32_t timer_fsb_route(HPETTimer *t) in timer_fsb_route()
109 static uint32_t timer_is_periodic(HPETTimer *t) in timer_is_periodic()
114 static uint32_t timer_enabled(HPETTimer *t) in timer_enabled()
166 static uint64_t hpet_calculate_cmp64(HPETTimer *t, uint64_t cur_tick, uint64_t target) in hpet_calculate_cmp64()
268 HPETTimer *t = &s->timer[i]; in hpet_post_load() local
367 static void hpet_arm(HPETTimer *t, uint64_t tick) in hpet_arm()
385 HPETTimer *t = opaque; in hpet_timer() local
406 static void hpet_set_timer(HPETTimer *t) in hpet_set_timer()
426 static void hpet_del_timer(HPETTimer *t) in hpet_del_timer()
/qemu/hw/char/
A Dterminal3270.c48 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/
A Daes-round.h30 __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/
A Dtcg-internal.h58 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/
A Daes-round.h99 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/host/include/aarch64/host/crypto/
A Daes-round.h87 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/arm/tcg/
A Dgengvec.c274 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
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
468 TCGv_i64 t = tcg_temp_new_i64(); in gen_urshr8_i64() local
478 TCGv_i64 t = tcg_temp_new_i64(); in gen_urshr16_i64() local
[all …]
A Dcrypto_helper.c58 AESState t; in HELPER() local
87 AESState t; in HELPER() local
111 AESState t; in HELPER() local
134 AESState t; in HELPER() local
192 uint32_t t = fn(&d); in crypto_sha1_3reg() local
308 uint32_t t = cho(CR_ST_WORD(n, 0), CR_ST_WORD(n, 1), CR_ST_WORD(n, 2)) in HELPER() local
501 uint32_t t; in HELPER() local
529 uint32_t t = CR_ST_WORD(n, 0) ^ ror32(CR_ST_WORD(m, 0), 25); in HELPER() local
551 uint32_t t; in crypto_sm3tt() local
609 uint32_t t, i; in do_crypto_sm4e() local
[all …]
A Dgengvec64.c53 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/target/riscv/
A Dcrypto_helper.c85 AESState t; in HELPER() local
95 AESState t; in HELPER() local
105 AESState t; in HELPER() local
115 AESState t, z = { }; in HELPER() local
151 AESState t, rc = {}; in HELPER() local
166 AESState t; in HELPER() local
/qemu/target/ppc/
A Ddfp_helper.c65 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()
1091 static inline void dfp_set_sign_64(ppc_vsr_t *t, uint8_t sgn) in dfp_set_sign_64()
1097 static inline void dfp_set_sign_128(ppc_vsr_t *t, uint8_t sgn) in dfp_set_sign_128()
1264 static void dfp_set_raw_exp_64(ppc_vsr_t *t, uint64_t raw) in dfp_set_raw_exp_64()
1270 static void dfp_set_raw_exp_128(ppc_vsr_t *t, uint64_t raw) in dfp_set_raw_exp_128()
[all …]
/qemu/scripts/
A Dpython_qmp_updater.py131 t = f.read() variable
133 t = update(t) variable
A Ddevice-crash-test197 def errorRuleTestCaseMatch(rule, t): argument
215 def ruleListCandidates(t): argument
222 def findExpectedResult(t): argument
265 def formatTestCase(t): argument
/qemu/audio/
A Drate_template.h38 mixeng_real t; in NAME() local
40 int64_t t; in NAME() local
/qemu/tests/unit/
A Dptimer-test-stubs.c56 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/
A Dbufferiszero.c33 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/
A Dxen-operations.c265 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/
A Dmmu.c42 uint32_t tlb_tag, end, t; in mmu_flush_idx() local
62 uint32_t t; in mmu_change_pid() local
89 uint64_t t, d; in mmu_translate() local
/qemu/target/hexagon/idef-parser/
A Didef-parser.y657 Ternary t = { 0 }; variable
664 Ternary *t = &g_array_index(c->ternary, Ternary, variable
/qemu/tests/tcg/plugins/
A Dmeson.build1 t = [] variable
/qemu/pc-bios/keymaps/
A Dmeson.build43 t = [] variable

Completed in 77 milliseconds

1234567