Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 70) sorted by relevance

123

/qemu/util/
H A Dqemu-timer.c256 QEMUTimer *ts; in qemu_clock_deadline_ns_all() local
332 struct timespec ts; in qemu_poll_ns() local
350 void timer_init_full(QEMUTimer *ts, in timer_init_full()
366 void timer_deinit(QEMUTimer *ts) in timer_deinit()
372 static void timer_del_locked(QEMUTimerList *timer_list, QEMUTimer *ts) in timer_del_locked()
391 QEMUTimer *ts, int64_t expire_time) in timer_mod_ns_locked()
417 void timer_del(QEMUTimer *ts) in timer_del()
430 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_ns()
448 void timer_mod_anticipate_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate_ns()
468 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
[all …]
H A Dthrottle.c59 static void throttle_do_leak(ThrottleState *ts, int64_t now) in throttle_do_leak()
142 static int64_t throttle_compute_wait_for(ThrottleState *ts, in throttle_compute_wait_for()
175 static bool throttle_compute_timer(ThrottleState *ts, in throttle_compute_timer()
228 void throttle_init(ThrottleState *ts) in throttle_init()
396 void throttle_config(ThrottleState *ts, in throttle_config()
418 void throttle_get_config(ThrottleState *ts, ThrottleConfig *cfg) in throttle_get_config()
432 bool throttle_schedule_timer(ThrottleState *ts, in throttle_schedule_timer()
470 void throttle_account(ThrottleState *ts, ThrottleDirection direction, in throttle_account()
H A Dqemu-timer-common.c55 struct timespec ts; in init_get_clock() local
H A Dqemu-thread-posix.c56 static void compute_abs_deadline(struct timespec *ts, int ms) in compute_abs_deadline()
232 qemu_cond_timedwait_ts(QemuCond *cond, QemuMutex *mutex, struct timespec *ts, in qemu_cond_timedwait_ts()
250 struct timespec ts; in qemu_cond_timedwait_impl() local
288 struct timespec ts; in qemu_sem_timedwait() local
/qemu/tests/qtest/
H A Dtpm-crb-swtpm-test.c30 const TestState *ts = data; in tpm_crb_swtpm_test() local
38 const TestState *ts = data; in tpm_crb_swtpm_migration_test() local
47 TestState ts = { 0 }; in main() local
H A Dtpm-tis-swtpm-test.c33 const TestState *ts = data; in tpm_tis_swtpm_test() local
41 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
50 TestState ts = { 0 }; in main() local
H A Dtpm-tis-device-swtpm-test.c35 const TestState *ts = data; in tpm_tis_swtpm_test() local
43 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
53 TestState ts = { 0 }; in main() local
/qemu/bsd-user/
H A Dsignal.c43 static inline int on_sig_stack(TaskState *ts, unsigned long sp) in on_sig_stack()
48 static inline int sas_ss_flags(TaskState *ts, unsigned long sp) in sas_ss_flags()
332 TaskState *ts = get_task_state(thread_cpu); in block_signals() local
372 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local
434 TaskState *ts = get_task_state(cpu); in queue_signal() local
487 TaskState *ts = get_task_state(cpu); in host_signal_handler() local
602 TaskState *ts = get_task_state(thread_cpu); in do_sigaltstack() local
731 TaskState *ts = get_task_state(thread_cpu); in get_sigframe() local
799 TaskState *ts = get_task_state(thread_cpu); in reset_signal_mask() local
849 TaskState *ts = get_task_state(thread_cpu); in signal_init() local
[all …]
/qemu/linux-user/
H A Dvm86.c53 TaskState *ts = get_task_state(cs); in save_v86_state() local
113 TaskState *ts = get_task_state(cs); in clear_IF() local
131 TaskState *ts = get_task_state(cs); in get_vflags() local
148 TaskState *ts = get_task_state(cs); in do_int() local
196 TaskState *ts = get_task_state(cs); in do_vm86() local
H A Dsignal.c183 TaskState *ts = get_task_state(thread_cpu); in block_signals() local
205 TaskState *ts = get_task_state(thread_cpu); in do_sigprocmask() local
248 TaskState *ts = get_task_state(thread_cpu); in set_sigmask() local
257 TaskState *ts = get_task_state(thread_cpu); in on_sig_stack() local
265 TaskState *ts = get_task_state(thread_cpu); in sas_ss_flags() local
276 TaskState *ts = get_task_state(thread_cpu); in target_sigsp() local
286 TaskState *ts = get_task_state(thread_cpu); in target_save_altstack() local
295 TaskState *ts = get_task_state(thread_cpu); in target_restore_altstack() local
656 TaskState *ts = get_task_state(thread_cpu); in signal_init() local
815 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local
[all …]
H A Dsignal-common.h113 TaskState *ts = get_task_state(thread_cpu); in finish_sigsuspend_mask() local
/qemu/block/
H A Dthrottle-groups.c74 ThrottleState ts; member
155 void throttle_group_unref(ThrottleState *ts) in throttle_group_unref()
183 ThrottleState *ts = tgm->throttle_state; in throttle_group_next_tgm() local
222 ThrottleState *ts = tgm->throttle_state; in next_throttle_token() local
270 ThrottleState *ts = tgm->throttle_state; in throttle_group_schedule_timer() local
323 ThrottleState *ts = tgm->throttle_state; in schedule_next_request() local
408 ThrottleState *ts = tgm->throttle_state; in throttle_group_restart_queue_entry() local
477 ThrottleState *ts = tgm->throttle_state; in throttle_group_config() local
495 ThrottleState *ts = tgm->throttle_state; in throttle_group_get_config() local
510 ThrottleState *ts = tgm->throttle_state; in timer_cb() local
[all …]
/qemu/include/qemu/
H A Dtimer.h430 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init()
447 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns()
464 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us()
481 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms()
519 QEMUTimer *ts = g_new0(QEMUTimer, 1); in timer_new_full() local
634 static inline void timer_free(QEMUTimer *ts) in timer_free()
839 struct timespec ts; in get_clock() local
/qemu/tests/unit/
H A Dptimer-test-stubs.c37 void timer_init_full(QEMUTimer *ts, in timer_init_full()
53 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
71 void timer_del(QEMUTimer *ts) in timer_del()
/qemu/gdbstub/
H A Duser-target.c208 TaskState *ts = get_task_state(cpu); in gdb_get_cpu_index() local
218 TaskState *ts; in gdb_handle_query_offsets() local
244 TaskState *ts; in gdb_handle_query_xfer_auxv() local
401 TaskState *ts = get_task_state(cpu); in gdb_handle_query_xfer_exec_file() local
/qemu/tests/tcg/s390x/
H A Dts.c9 static int ts(char *p) in ts() function
/qemu/qapi/
H A Dqmp-event.c23 QDict *ts; in timestamp_put() local
/qemu/tcg/
H A Dtcg.c1806 TCGTemp *ts; in tcg_context_init() local
2007 TCGTemp *ts; in tcg_global_alloc() local
2021 TCGTemp *ts; in tcg_global_reg_new_internal() local
2049 TCGTemp *ts = tcg_global_alloc(s); in tcg_global_mem_new_internal() local
2106 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_I32); in tcg_global_mem_new_i32() local
2112 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_I64); in tcg_global_mem_new_i64() local
2118 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_PTR); in tcg_global_mem_new_ptr() local
2125 TCGTemp *ts; in tcg_temp_new_internal() local
2261 void tcg_temp_free_internal(TCGTemp *ts) in tcg_temp_free_internal()
2310 TCGTemp *ts; in tcg_constant_internal() local
[all …]
H A Doptimize.c37 TCGTemp *ts; member
64 static inline TempOptInfo *ts_info(TCGTemp *ts) in ts_info()
89 static inline bool ts_is_const(TCGTemp *ts) in ts_is_const()
94 static inline bool ts_is_const_val(TCGTemp *ts, uint64_t val) in ts_is_const_val()
109 static inline bool ts_is_copy(TCGTemp *ts) in ts_is_copy()
120 static void init_ts_info(OptContext *ctx, TCGTemp *ts) in init_ts_info()
165 TCGTemp *ts = mc->ts; in remove_mem_copy() local
190 static TCGTemp *find_better_copy(TCGTemp *ts) in find_better_copy()
220 static void reset_ts(OptContext *ctx, TCGTemp *ts) in reset_ts()
256 TCGTemp *ts, intptr_t start, intptr_t last) in record_mem_copy()
[all …]
/qemu/fsdev/
H A Dqemu-fsdev-throttle.h23 ThrottleState ts; member
/qemu/linux-user/riscv/
H A Dcpu_loop.c100 TaskState *ts = get_task_state(cpu); in target_cpu_copy_regs() local
/qemu/linux-user/m68k/
H A Dcpu_loop.c98 TaskState *ts = get_task_state(cpu); in target_cpu_copy_regs() local
H A Dtarget_cpu.h40 TaskState *ts = get_task_state(cs); in cpu_set_tls() local
/qemu/semihosting/
H A Darm-compat-semi.c218 TaskState *ts = get_task_state(cs); in get_swi_errno() local
230 TaskState *ts = get_task_state(cs); in common_semi_cb() local
590 TaskState *ts = get_task_state(cs); in do_common_semihosting() local
668 TaskState *ts = get_task_state(cs); in do_common_semihosting() local
/qemu/linux-user/arm/
H A Dcpu_loop.c234 TaskState *ts = get_task_state(env_cpu(env)); in emulate_arm_fpa11() local
486 TaskState *ts = get_task_state(cpu); in target_cpu_copy_regs() local

123