/openbmc/qemu/net/ |
H A D | filter-buffer.c | 154 visit_type_uint32(v, name, &value, errp); in filter_buffer_get_interval() 164 if (!visit_type_uint32(v, name, &value, errp)) { in filter_buffer_set_interval()
|
H A D | dump.c | 188 visit_type_uint32(v, name, &value, errp); in filter_dump_get_maxlen() 197 if (!visit_type_uint32(v, name, &value, errp)) { in filter_dump_set_maxlen()
|
H A D | colo-compare.c | 1084 if (!visit_type_uint32(v, name, &value, errp)) { in compare_set_timeout() 1102 visit_type_uint32(v, name, &value, errp); in compare_get_expired_scan_cycle() 1112 if (!visit_type_uint32(v, name, &value, errp)) { in compare_set_expired_scan_cycle() 1129 visit_type_uint32(v, name, &value, errp); in get_max_queue_size()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-all.c | 167 visit_type_uint32(v, name, &value, errp); in tcg_get_tb_size() 177 if (!visit_type_uint32(v, name, &value, errp)) { in tcg_set_tb_size()
|
/openbmc/qemu/tests/unit/ |
H A D | test-qdev-global-props.c | 142 visit_type_uint32(v, name, &mt->prop1, errp); in DECLARE_INSTANCE_CHECKER() 150 visit_type_uint32(v, name, &mt->prop2, errp); in prop2_accessor()
|
/openbmc/qemu/hw/acpi/ |
H A D | pci.c | 122 if (!visit_type_uint32(v, name, &value, errp)) { in acpi_generic_initiator_set_node() 237 if (!visit_type_uint32(v, name, &value, errp)) { in acpi_generic_port_set_node()
|
H A D | ich9.c | 365 visit_type_uint32(v, name, &value, errp); in ich9_pm_get_gpe0_blk()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-pvh-common.c | 288 if (!visit_type_uint32(v, name, &value, errp)) { in XEN_PVH_PROP_MEMMAP() 302 visit_type_uint32(v, name, &value, errp); in xen_pvh_get_pci_intx_irq_base()
|
/openbmc/qemu/hw/pci-host/ |
H A D | i440fx.c | 149 visit_type_uint32(v, name, &value, errp); in i440fx_pcihost_get_pci_hole_start() 163 visit_type_uint32(v, name, &value, errp); in i440fx_pcihost_get_pci_hole_end()
|
H A D | q35.c | 91 visit_type_uint32(v, name, &value, errp); in q35_host_get_pci_hole_start() 106 visit_type_uint32(v, name, &value, errp); in q35_host_get_pci_hole_end()
|
/openbmc/qemu/include/qapi/ |
H A D | visitor.h | 571 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj,
|
/openbmc/qemu/hw/intc/ |
H A D | apic_common.c | 427 visit_type_uint32(v, name, &value, errp); in apic_common_get_id() 443 if (!visit_type_uint32(v, name, &value, errp)) { in apic_common_set_id()
|
/openbmc/qemu/hw/misc/ |
H A D | aspeed_lpc.c | 230 visit_type_uint32(v, name, &val, errp); in aspeed_kcs_get_register_property() 279 if (!visit_type_uint32(v, name, &val, errp)) { in aspeed_kcs_set_register_property()
|
H A D | npcm7xx_mft.c | 424 visit_type_uint32(v, name, (uint32_t *)opaque, errp); in npcm7xx_mft_get_max_rpm() 434 if (!visit_type_uint32(v, name, &value, errp)) { in npcm7xx_mft_set_max_rpm()
|
H A D | xlnx-versal-trng.c | 647 if (!visit_type_uint32(v, name, events, errp)) { in trng_prop_fault_event_set()
|
/openbmc/qemu/backends/ |
H A D | hostmem.c | 263 visit_type_uint32(v, name, &backend->prealloc_threads, errp); in host_memory_backend_get_prealloc_threads() 272 if (!visit_type_uint32(v, name, &value, errp)) { in host_memory_backend_set_prealloc_threads()
|
H A D | cryptodev.c | 299 visit_type_uint32(v, name, &value, errp); in cryptodev_backend_get_queues() 309 if (!visit_type_uint32(v, name, &value, errp)) { in cryptodev_backend_set_queues()
|
/openbmc/qemu/qapi/ |
H A D | trace-events | 27 visit_type_uint32(void *v, const char *name, uint32_t *obj) "v=%p name=%s obj=%p"
|
H A D | qapi-visit-core.c | 231 bool visit_type_uint32(Visitor *v, const char *name, uint32_t *obj, in visit_type_uint32() function
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu64.c | 128 visit_type_uint32(v, name, &value, errp); in cpu_max_get_sve_max_vq() 137 if (!visit_type_uint32(v, name, &max_vq, errp)) { in cpu_max_set_sve_max_vq() 173 if (!visit_type_uint32(v, name, &value, errp)) { in cpu_max_set_l0gptsz() 198 visit_type_uint32(v, name, &value, errp); in cpu_max_get_l0gptsz()
|
/openbmc/qemu/hw/gpio/ |
H A D | stm32l4x5_gpio.c | 254 visit_type_uint32(v, name, &clock_freq_hz, errp); in clock_freq_get()
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties.c | 336 visit_type_uint32(v, name, ptr, errp); in get_uint32() 345 visit_type_uint32(v, name, ptr, errp); in set_uint32()
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 92 visit_type_uint32(v, name, &uid, errp); in prop_pxb_uid_get()
|
/openbmc/qemu/hw/s390x/ |
H A D | s390-pci-bus.c | 1459 visit_type_uint32(v, name, ptr, errp); in s390_pci_get_fid() 1469 if (!visit_type_uint32(v, name, ptr, errp)) { in s390_pci_set_fid()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 1695 visit_type_uint32(v, name, &value, errp); in prop_pmu_mask_set() 2089 if (!visit_type_uint32(v, name, &value, errp)) { in prop_mvendorid_set() 2107 visit_type_uint32(v, name, &value, errp); in prop_mvendorid_get()
|