Home
last modified time | relevance | path

Searched refs:object_property_get_int (Results 1 – 19 of 19) sorted by relevance

/qemu/hw/ppc/
H A Dspapr_nvdimm.c88 if (object_property_get_int(OBJECT(nvdimm), NVDIMM_LABEL_SIZE_PROP, in spapr_nvdimm_validate()
154 uint64_t size = object_property_get_int(OBJECT(nvdimm), PC_DIMM_SIZE_PROP, in spapr_dt_nvdimm()
752 size = object_property_get_int(OBJECT(nvdimm), PC_DIMM_SIZE_PROP, in h_scm_unbind_mem()
754 addr = object_property_get_int(OBJECT(nvdimm), PC_DIMM_ADDR_PROP, in h_scm_unbind_mem()
797 size = object_property_get_int(OBJECT(nvdimm), PC_DIMM_SIZE_PROP, in h_scm_unbind_all()
807 size = object_property_get_int(OBJECT(nvdimm), PC_DIMM_SIZE_PROP, in h_scm_unbind_all()
H A Dpnv.c526 io_base = object_property_get_int(OBJECT(d), "ioport", &error_fatal); in pnv_dt_ipmi_bt()
529 irq = object_property_get_int(OBJECT(d), "irq", &error_fatal); in pnv_dt_ipmi_bt()
H A Dspapr.c3627 slot = object_property_get_int(OBJECT(dimm), in spapr_memory_plug()
/qemu/hw/pci-host/
H A Dpnv_phb.c255 chip_id = object_property_get_int(OBJECT(bus), "chip-id", &local_err); in pnv_phb_root_port_realize()
260 index = object_property_get_int(OBJECT(bus), "phb-id", &local_err); in pnv_phb_root_port_realize()
/qemu/linux-user/
H A Duname.c58 int family = object_property_get_int(OBJECT(cpu), "family", NULL); in cpu_to_uname_machine()
H A Delfload.c260 int family = object_property_get_int(OBJECT(thread_cpu), "family", NULL); in get_elf_platform()
/qemu/hw/i386/
H A Dmicrovm-dt.c191 uint32_t irq = object_property_get_int(OBJECT(dev), "irq", &error_fatal); in dt_add_isa_serial()
192 hwaddr base = object_property_get_int(OBJECT(dev), "iobase", &error_fatal); in dt_add_isa_serial()
H A Dacpi-build.c2395 object_property_get_int(OBJECT(&s->pci), "addr", in build_amd_iommu()
2430 object_property_get_int(OBJECT(&s->pci), "addr", in build_amd_iommu()
/qemu/hw/acpi/
H A Dnvdimm.c194 int slot = object_property_get_int(OBJECT(nvd), PC_DIMM_SLOT_PROP, in nvdimm_get_device_by_handle()
218 int slot = object_property_get_int(OBJECT(dev), PC_DIMM_SLOT_PROP, in nvdimm_build_structure_spa()
263 int slot = object_property_get_int(OBJECT(dev), PC_DIMM_SLOT_PROP, in nvdimm_build_structure_memdev()
301 int slot = object_property_get_int(OBJECT(dev), PC_DIMM_SLOT_PROP, in nvdimm_build_structure_dcr()
1440 node = object_property_get_int(obj, PC_DIMM_NODE_PROP, &error_abort); in nvdimm_build_srat()
H A Dmemory_hotplug.c244 int slot = object_property_get_int(OBJECT(dev), PC_DIMM_SLOT_PROP, in acpi_memory_slot_status()
H A Derst.c967 s->storage_size = object_property_get_int(OBJECT(s->hostmem), "size", errp); in erst_realizefn()
/qemu/hw/mem/
H A Dpc-dimm.c53 slot = object_property_get_int(OBJECT(dimm), PC_DIMM_SLOT_PROP, in pc_dimm_pre_plug()
/qemu/include/qom/
H A Dobject.h1422 int64_t object_property_get_int(Object *obj, const char *name,
/qemu/hw/core/
H A Dnuma.c743 int node_id = object_property_get_int(OBJECT(dev), "node-id", &error_abort); in numa_cpu_pre_plug()
/qemu/hw/arm/
H A Dboot.c446 psci_conduit = object_property_get_int(OBJECT(armcpu), in fdt_add_psci_node()
/qemu/hw/hyperv/
H A Dhv-balloon.c221 size += object_property_get_int(obj, PC_DIMM_SIZE_PROP, in get_current_ram_size()
/qemu/qom/
H A Dobject.c1572 int64_t object_property_get_int(Object *obj, const char *name, in object_property_get_int() function
/qemu/target/i386/kvm/
H A Dkvm.c2680 shadow_mem = object_property_get_int(OBJECT(s), "kvm-shadow-mem", &error_abort); in kvm_arch_init()
/qemu/target/i386/
H A Dcpu.c5092 if (!object_property_get_int(obj, "family", &error_abort)) { in max_x86_cpu_realize()