Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 32) sorted by relevance

12

/qemu/hw/misc/
H A Dmos6522.c130 static uint64_t get_counter_value(MOS6522State *s, MOS6522Timer *ti) in get_counter_value()
141 static uint64_t get_load_time(MOS6522State *s, MOS6522Timer *ti) in get_load_time()
152 static unsigned int get_counter(MOS6522State *s, MOS6522Timer *ti) in get_counter()
173 static void set_counter(MOS6522State *s, MOS6522Timer *ti, unsigned int val) in set_counter()
185 static int64_t get_next_irq_time(MOS6522State *s, MOS6522Timer *ti, in get_next_irq_time()
225 static void mos6522_timer1_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer1_update()
239 static void mos6522_timer2_update(MOS6522State *s, MOS6522Timer *ti, in mos6522_timer2_update()
256 MOS6522Timer *ti = &s->timers[0]; in mos6522_timer1() local
266 MOS6522Timer *ti = &s->timers[1]; in mos6522_timer2() local
273 static uint64_t mos6522_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in mos6522_get_counter_value()
[all …]
/qemu/hw/tpm/
H A Dtpm_tis_isa.c70 static void tpm_tis_isa_request_completed(TPMIf *ti, int ret) in tpm_tis_isa_request_completed()
78 static enum TPMVersion tpm_tis_isa_get_tpm_version(TPMIf *ti) in tpm_tis_isa_get_tpm_version()
146 TPMIf *ti = TPM_IF(isadev); in build_tpm_tis_isa_aml() local
H A Dtpm_tis_sysbus.c69 static void tpm_tis_sysbus_request_completed(TPMIf *ti, int ret) in tpm_tis_sysbus_request_completed()
77 static enum TPMVersion tpm_tis_sysbus_get_tpm_version(TPMIf *ti) in tpm_tis_sysbus_get_tpm_version()
H A Dtpm_crb.c192 static void tpm_crb_request_completed(TPMIf *ti, int ret) in tpm_crb_request_completed()
204 static enum TPMVersion tpm_crb_get_version(TPMIf *ti) in tpm_crb_get_version()
H A Dtpm_tis_i2c.c289 static void tpm_tis_i2c_request_completed(TPMIf *ti, int ret) in tpm_tis_i2c_request_completed()
298 static enum TPMVersion tpm_tis_i2c_get_tpm_version(TPMIf *ti) in tpm_tis_i2c_get_tpm_version()
H A Dtpm_spapr.c234 static void tpm_spapr_request_completed(TPMIf *ti, int ret) in tpm_spapr_request_completed()
313 static enum TPMVersion tpm_spapr_get_version(TPMIf *ti) in tpm_spapr_get_version()
/qemu/system/
H A Dtpm-hmp-cmds.c35 TPMInfo *ti = info->value; in hmp_info_tpm() local
H A Drtc.c72 time_t ti = qemu_ref_timedate(rtc_clock); in qemu_get_timedate() local
H A Dcpu-timers.c92 int64_t ti; in cpu_get_clock() local
H A Dvl.c999 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in vga_interface_available() local
1012 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in get_default_vga_model() local
1041 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in select_vgahw() local
1054 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in select_vgahw() local
/qemu/hw/misc/macio/
H A Dcuda.c68 static uint64_t cuda_get_counter_value(MOS6522State *s, MOS6522Timer *ti) in cuda_get_counter_value()
81 static uint64_t cuda_get_load_time(MOS6522State *s, MOS6522Timer *ti) in cuda_get_load_time()
337 uint32_t ti; in cuda_cmd_get_time() local
357 uint32_t ti; in cuda_cmd_set_time() local
H A Dpmu.c304 uint32_t ti; in pmu_cmd_get_rtc() local
326 uint32_t ti; in pmu_cmd_set_rtc() local
/qemu/accel/tcg/
H A Dtranslate-all.c268 int *max_insns, int64_t *ti) in setjmp_gen_code()
296 int64_t ti; in tb_gen_code() local
/qemu/include/hw/dma/
H A Dbcm2835_dma.h17 uint32_t ti; member
/qemu/include/sysemu/
H A Dtpm.h72 static inline TPMVersion tpm_get_version(TPMIf *ti) in tpm_get_version()
/qemu/qom/
H A Dobject.c92 static void type_table_add(TypeImpl *ti) in type_table_add() argument
105 TypeImpl *ti = g_malloc0(sizeof(*ti)); in type_new() local
165 TypeImpl *ti; in type_register_internal() local
226 static size_t type_class_get_size(TypeImpl *ti) in type_class_get_size()
239 static size_t type_object_get_size(TypeImpl *ti) in type_object_get_size()
252 static size_t type_object_get_align(TypeImpl *ti) in type_object_get_align()
328 static void type_initialize(TypeImpl *ti) in type_initialize()
413 static void object_init_with_type(Object *obj, TypeImpl *ti) in object_init_with_type()
424 static void object_post_init_with_type(Object *obj, TypeImpl *ti) in object_post_init_with_type()
734 TypeImpl *ti = obj->class->type; in object_finalize() local
[all …]
/qemu/tcg/
H A Doptimize.c129 TempOptInfo *ti = ts_info(ts); in ts_is_const_val() local
157 TempOptInfo *ti; in init_ts_info() local
200 TempOptInfo *ti = ts_info(ts); in remove_mem_copy() local
256 TempOptInfo *ti = ts_info(ts); in reset_ts() local
293 TempOptInfo *ti; in record_mem_copy() local
/qemu/chardev/
H A Dchar-mux.c57 int64_t ti; in mux_chr_write() local
/qemu/target/mips/
H A Dcpu.c617 TypeInfo ti = { in mips_register_cpudef_type() local
/qemu/hw/sensor/
H A Dtmp421.c381 TypeInfo ti = { in tmp421_register_types() local
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c229 int ti, i; in test_time() local
/qemu/target/sparc/
H A Dcpu.c983 TypeInfo ti = { in sparc_register_cpudef_type() local
/qemu/include/qemu/
H A Dtimer.h823 LARGE_INTEGER ti; in get_clock() local
/qemu/hw/arm/
H A Darmsse.c1728 TypeInfo ti = { in armsse_register_types() local
H A Dxlnx-versal.c106 int ti; in versal_create_apu_gic() local

12