Home
last modified time | relevance | path

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

12

/openbmc/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 …]
/openbmc/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()
145 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_spapr.c233 static void tpm_spapr_request_completed(TPMIf *ti, int ret) in tpm_spapr_request_completed()
312 static enum TPMVersion tpm_spapr_get_version(TPMIf *ti) in tpm_spapr_get_version()
H A Dtpm_tis_i2c.c285 static void tpm_tis_i2c_request_completed(TPMIf *ti, int ret) in tpm_tis_i2c_request_completed()
294 static enum TPMVersion tpm_tis_i2c_get_tpm_version(TPMIf *ti) in tpm_tis_i2c_get_tpm_version()
/openbmc/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.c995 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in vga_interface_available() local
1015 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in get_default_vga_model() local
1044 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in select_vgahw() local
1057 const VGAInterfaceInfo *ti = &vga_interfaces[t]; in select_vgahw() local
/openbmc/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
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c240 int *max_insns, int64_t *ti) in setjmp_gen_code()
268 int64_t ti; in tb_gen_code() local
/openbmc/qemu/include/hw/dma/
H A Dbcm2835_dma.h17 uint32_t ti; member
/openbmc/qemu/include/system/
H A Dtpm.h72 static inline TPMVersion tpm_get_version(TPMIf *ti) in tpm_get_version()
/openbmc/qemu/tcg/
H A Doptimize.c73 static inline bool ti_is_const(TempOptInfo *ti) in ti_is_const()
79 static inline uint64_t ti_const_val(TempOptInfo *ti) in ti_const_val()
85 static inline bool ti_is_const_val(TempOptInfo *ti, uint64_t val) in ti_is_const_val()
129 TempOptInfo *ti; in init_ts_info() local
171 TempOptInfo *ti = ts_info(ts); in remove_mem_copy() local
227 TempOptInfo *ti = ts_info(ts); in reset_ts() local
264 TempOptInfo *ti; in record_mem_copy() local
744 static int pref_commutative(TempOptInfo *ti) in pref_commutative()
1053 TempOptInfo *ti; in fold_masks_zosa_int() local
/openbmc/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
243 static size_t type_class_get_size(TypeImpl *ti) in type_class_get_size()
256 static size_t type_object_get_size(TypeImpl *ti) in type_object_get_size()
269 static size_t type_object_get_align(TypeImpl *ti) in type_object_get_align()
300 static void type_initialize_interface(TypeImpl *ti, TypeImpl *interface_type, in type_initialize_interface()
336 static void type_initialize(TypeImpl *ti) in type_initialize()
421 static void object_init_with_type(Object *obj, TypeImpl *ti) in object_init_with_type()
432 static void object_post_init_with_type(Object *obj, TypeImpl *ti) in object_post_init_with_type()
[all …]
/openbmc/qemu/hw/sensor/
H A Dtmp421.c381 TypeInfo ti = { in tmp421_register_types() local
/openbmc/qemu/target/mips/
H A Dcpu.c646 TypeInfo ti = { in mips_register_cpudef_type() local
/openbmc/qemu/chardev/
H A Dchar-mux.c58 int64_t ti; in mux_chr_write() local
/openbmc/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c229 int ti, i; in test_time() local
/openbmc/qemu/include/qemu/
H A Dtimer.h827 LARGE_INTEGER ti; in get_clock() local
/openbmc/qemu/target/sparc/
H A Dcpu.c1121 TypeInfo ti = { in sparc_register_cpudef_type() local
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c148 struct termios ti; in ipmi_serial_term_open() local
H A Dserial_basic.c201 struct termios ti; in serial_bm_open() local

12