Home
last modified time | relevance | path

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

123

/qemu/util/
H A Dqemu-timer.c255 QEMUTimer *ts; in qemu_clock_deadline_ns_all() local
341 struct timespec ts; in qemu_poll_ns() local
359 void timer_init_full(QEMUTimer *ts, in timer_init_full()
375 void timer_deinit(QEMUTimer *ts) in timer_deinit()
430 void timer_del(QEMUTimer *ts) in timer_del()
443 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_ns()
481 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
486 void timer_mod_anticipate(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate()
491 bool timer_pending(QEMUTimer *ts) in timer_pending()
503 QEMUTimer *ts; in timerlist_run_timers() local
[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
/qemu/linux-user/
H A Dvm86.c77 TaskState *ts = get_task_state(cs); in save_v86_state() local
137 TaskState *ts = get_task_state(cs); in set_IF() local
150 TaskState *ts = get_task_state(cs); in clear_IF() local
168 TaskState *ts = get_task_state(cs); in set_vflags_long() local
182 TaskState *ts = get_task_state(cs); in set_vflags_short() local
196 TaskState *ts = get_task_state(cs); in get_vflags() local
213 TaskState *ts = get_task_state(cs); in do_int() local
272 TaskState *ts = get_task_state(cs); in handle_vm86_fault() local
397 TaskState *ts = get_task_state(cs); in do_vm86() local
H A Dsignal.c178 TaskState *ts = get_task_state(thread_cpu); in block_signals() local
200 TaskState *ts = get_task_state(thread_cpu); in do_sigprocmask() local
243 TaskState *ts = get_task_state(thread_cpu); in set_sigmask() local
252 TaskState *ts = get_task_state(thread_cpu); in on_sig_stack() local
260 TaskState *ts = get_task_state(thread_cpu); in sas_ss_flags() local
271 TaskState *ts = get_task_state(thread_cpu); in target_sigsp() local
734 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local
773 TaskState *ts = get_task_state(cpu); in queue_signal() local
958 TaskState *ts = get_task_state(cpu); in host_signal_handler() local
1179 TaskState *ts = get_task_state(cpu); in handle_pending_signal() local
[all …]
H A Dsignal-common.h114 TaskState *ts = get_task_state(thread_cpu); in finish_sigsuspend_mask() 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.c39 static inline int on_sig_stack(TaskState *ts, unsigned long sp) in on_sig_stack()
326 TaskState *ts = get_task_state(thread_cpu); in block_signals() local
366 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local
428 TaskState *ts = get_task_state(cpu); in queue_signal() local
482 TaskState *ts = get_task_state(cpu); in host_signal_handler() local
591 TaskState *ts = get_task_state(thread_cpu); in do_sigaltstack() local
720 TaskState *ts = get_task_state(thread_cpu); in get_sigframe() local
795 TaskState *ts = get_task_state(thread_cpu); in reset_signal_mask() local
845 TaskState *ts = get_task_state(thread_cpu); in signal_init() local
884 TaskState *ts = get_task_state(cpu); in handle_pending_signal() local
[all …]
/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/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/include/qemu/
H A Dtimer.h436 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init()
453 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns()
470 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us()
487 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms()
523 QEMUTimer *ts = g_new0(QEMUTimer, 1); in timer_new_full() local
630 static inline void timer_free(QEMUTimer *ts) in timer_free()
835 struct timespec ts; in get_clock() local
/qemu/gdbstub/
H A Duser-target.c207 TaskState *ts = get_task_state(cpu); in gdb_get_cpu_index() local
217 TaskState *ts; in gdb_handle_query_offsets() local
245 TaskState *ts; in gdb_handle_query_xfer_auxv() local
402 TaskState *ts = get_task_state(cpu); in gdb_handle_query_xfer_exec_file() local
/qemu/tcg/
H A Dtcg.c1316 TCGTemp *ts; in tcg_context_init() local
1545 TCGTemp *ts; in tcg_global_alloc() local
1559 TCGTemp *ts; in tcg_global_reg_new_internal() local
1663 TCGTemp *ts; in tcg_temp_new_internal() local
1848 TCGTemp *ts; in tcg_constant_internal() local
1929 size_t temp_idx(TCGTemp *ts) in temp_idx()
2406 TCGTemp *ts = &s->temps[i]; in tcg_reg_alloc_start() local
3437 TCGTemp *ts = &s->temps[i]; in la_bb_end() local
3631 TCGTemp *ts; in liveness_pass_1() local
4611 TCGTemp *ts, *ots; in tcg_reg_alloc_mov() local
[all …]
H A Doptimize.c44 TCGTemp *ts; member
112 static inline TempOptInfo *ts_info(TCGTemp *ts) in ts_info()
122 static inline bool ts_is_const(TCGTemp *ts) in ts_is_const()
143 static inline bool ts_is_copy(TCGTemp *ts) in ts_is_copy()
199 TCGTemp *ts = mc->ts; in remove_mem_copy() local
224 static TCGTemp *find_better_copy(TCGTemp *ts) in find_better_copy()
254 static void reset_ts(OptContext *ctx, TCGTemp *ts) in reset_ts()
355 TCGTemp *ts; in arg_new_constant() local
951 TCGTemp *ts = arg_temp(op->args[i]); in init_arguments() local
960 TCGTemp *ts = arg_temp(op->args[i]); in copy_propagate() local
[all …]
/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/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/cris/
H A Dcpu_loop.c75 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.c217 TaskState *ts = get_task_state(cs); in get_swi_errno() local
229 TaskState *ts = get_task_state(cs); in common_semi_cb() local
589 TaskState *ts = get_task_state(cs); in do_common_semihosting() local
667 TaskState *ts = get_task_state(cs); in do_common_semihosting() local
/qemu/plugins/
H A Dapi.c374 TaskState *ts = get_task_state(current_cpu); in qemu_plugin_path_to_binary() local
384 TaskState *ts = get_task_state(current_cpu); in qemu_plugin_start_code() local
394 TaskState *ts = get_task_state(current_cpu); in qemu_plugin_end_code() local
404 TaskState *ts = get_task_state(current_cpu); in qemu_plugin_entry_code() local

123