Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 805) sorted by last modified time

12345678910>>...33

/qemu/ui/
H A Dvnc.c1702 void vnc_write_s32(VncState *vs, int32_t value) in vnc_write_s32()
1707 void vnc_write_u32(VncState *vs, uint32_t value) in vnc_write_u32()
1719 void vnc_write_u16(VncState *vs, uint16_t value) in vnc_write_u16()
1729 void vnc_write_u8(VncState *vs, uint8_t value) in vnc_write_u8()
/qemu/tcg/
H A Dtcg.c378 uintptr_t value = l->u.value; in tcg_resolve_relocs() local
/qemu/target/rx/
H A Dtranslate.c43 TCGv value; member
/qemu/target/arm/tcg/
H A Dtranslate.c647 TCGv_i32 value; in arm_test_cc() local
H A Dtranslate-a64.c425 TCGv_i64 value; member
/qemu/target/hppa/
H A Dcpu.c31 static void hppa_cpu_set_pc(CPUState *cs, vaddr value) in hppa_cpu_set_pc()
/qemu/plugins/
H A Dapi.c395 qemu_plugin_bool_parse(const char * name,const char * value,bool * ret) qemu_plugin_bool_parse() argument
/qemu/contrib/plugins/
H A Dhowvec.c373 char *value = tokens[1]; in qemu_plugin_install() local
/qemu/tests/qtest/
H A Dmigration-test.c382 long long value) in migrate_check_parameter_int()
391 long long value) in migrate_set_parameter_int()
414 const char *value) in migrate_check_parameter_str()
421 const char *value) in migrate_set_parameter_str()
3224 const int64_t value) in migrate_dirty_limit_wait_showup()
H A Darm-cpu-features.c169 #define assert_set_feature(qts, cpu_type, feature, value) \ argument
/qemu/target/i386/
H A Dcpu.h2242 const char *prop, *value; member
H A Dcpu.c5216 int64_t value; in x86_cpuid_version_get_family() local
5233 int64_t value; in x86_cpuid_version_set_family() local
5258 int64_t value; in x86_cpuid_version_get_model() local
5273 int64_t value; in x86_cpuid_version_set_model() local
5294 int64_t value; in x86_cpuid_version_get_stepping() local
5308 int64_t value; in x86_cpuid_version_set_stepping() local
5327 char *value; in x86_cpuid_get_vendor() local
5362 char *value; in x86_cpuid_get_model_id() local
5399 int64_t value; in x86_cpuid_get_tsc_freq() local
5411 int64_t value; in x86_cpuid_set_tsc_freq() local
[all …]
/qemu/monitor/
H A Dhmp-cmds.c220 IOThreadInfo *value; in hmp_info_iothreads() local
/qemu/system/
H A Ddevice_tree.c619 uint64_t value; in qemu_fdt_setprop_sized_cells_from_array() local
H A Dvl.c1694 const char *name, const char *value, in object_parse_property_opt()
1739 const char *value; in qemu_apply_legacy_machine_options() local
2293 const char *name, const char *value, in accelerator_set_property()
/qemu/hw/s390x/
H A Ds390-virtio-ccw.c633 static inline void machine_set_aes_key_wrap(Object *obj, bool value, in machine_set_aes_key_wrap()
648 static inline void machine_set_dea_key_wrap(Object *obj, bool value, in machine_set_dea_key_wrap()
/qemu/hw/i386/
H A Dx86.c263 static void x86_machine_set_oem_id(Object *obj, const char *value, Error **errp) in x86_machine_set_oem_id()
285 static void x86_machine_set_oem_table_id(Object *obj, const char *value, in x86_machine_set_oem_table_id()
H A Dpc.c1550 static void pc_machine_set_fd_bootchk(Object *obj, bool value, Error **errp) in pc_machine_set_fd_bootchk()
1564 static void pc_machine_set_smbus(Object *obj, bool value, Error **errp) in pc_machine_set_smbus()
1578 static void pc_machine_set_sata(Object *obj, bool value, Error **errp) in pc_machine_set_sata()
1592 static void pc_machine_set_hpet(Object *obj, bool value, Error **errp) in pc_machine_set_hpet()
1606 static void pc_machine_set_i8042(Object *obj, bool value, Error **errp) in pc_machine_set_i8042()
1620 static void pc_machine_set_default_bus_bypass_iommu(Object *obj, bool value, in pc_machine_set_default_bus_bypass_iommu()
1650 uint64_t value = pcms->max_ram_below_4g; in pc_machine_get_max_ram_below_4g() local
1660 uint64_t value; in pc_machine_set_max_ram_below_4g() local
1685 uint64_t value = pcms->max_fw_size; in pc_machine_get_max_fw_size() local
1695 uint64_t value; in pc_machine_set_max_fw_size() local
/qemu/target/loongarch/
H A Dcpu.c104 static void loongarch_cpu_set_pc(CPUState *cs, vaddr value) in loongarch_cpu_set_pc()
607 static void loongarch_set_lsx(Object *obj, bool value, Error **errp) in loongarch_set_lsx()
632 static void loongarch_set_lasx(Object *obj, bool value, Error **errp) in loongarch_set_lasx()
H A Dcpu.h431 static inline void set_pc(CPULoongArchState *env, uint64_t value) in set_pc()
/qemu/migration/
H A Dsavevm.c1079 void qemu_savevm_send_ping(QEMUFile *f, uint32_t value) in qemu_savevm_send_ping()
2205 static gboolean postcopy_sync_page_req(gpointer key, gpointer value, in postcopy_sync_page_req()
H A Doptions.c598 bool migrate_cap_set(int cap, bool value, Error **errp) in migrate_cap_set()
H A Dmigration.c993 uint32_t value) in migrate_send_rp_shut()
1006 uint32_t value) in migrate_send_rp_pong()
1053 void migrate_send_rp_resume_ack(MigrationIncomingState *mis, uint32_t value) in migrate_send_rp_resume_ack()
2186 uint32_t value, Error **errp) in migrate_handle_rp_resume_ack()
H A Dmigration-hmp-cmds.c456 MigrationCapabilityStatus *value; in hmp_migrate_set_capability() local
H A Dcolo.c329 uint64_t value, Error **errp) in colo_send_message_value()
387 uint64_t value; in colo_receive_message_value() local
660 uint64_t value; in colo_incoming_process_checkpoint() local

12345678910>>...33