Home
last modified time | relevance | path

Searched defs:vms (Results 1 – 11 of 11) sorted by relevance

/qemu/hw/arm/
H A Dvirt.c269 static void create_fdt(VirtMachineState *vms) in create_fdt()
352 static void fdt_add_timer_nodes(const VirtMachineState *vms) in fdt_add_timer_nodes()
419 static void fdt_add_cpu_nodes(const VirtMachineState *vms) in fdt_add_cpu_nodes()
535 static void fdt_add_its_gic_node(VirtMachineState *vms) in fdt_add_its_gic_node()
555 static void fdt_add_v2m_gic_node(VirtMachineState *vms) in fdt_add_v2m_gic_node()
574 static void fdt_add_gic_node(VirtMachineState *vms) in fdt_add_gic_node()
652 static void fdt_add_pmu_nodes(const VirtMachineState *vms) in fdt_add_pmu_nodes()
680 static inline DeviceState *create_acpi_ged(VirtMachineState *vms) in create_acpi_ged()
706 static void create_its(VirtMachineState *vms) in create_its()
733 static void create_v2m(VirtMachineState *vms) in create_v2m()
[all …]
H A Dvirt-acpi-build.c67 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus()
123 uint32_t irq, VirtMachineState *vms) in acpi_dsdt_add_pci()
172 static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_tpm()
275 build_iort(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_iort()
440 spcr_setup(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in spcr_setup()
479 build_srat(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_srat()
538 build_gtdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_gtdt()
596 build_dbg2(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dbg2()
667 build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_madt()
774 VirtMachineState *vms, unsigned dsdt_tbl_offset) in build_fadt_rev6()
[all …]
H A Dvexpress.c275 static void a9_daughterboard_init(VexpressMachineState *vms, in a9_daughterboard_init()
358 static void a15_daughterboard_init(VexpressMachineState *vms, in a15_daughterboard_init()
545 VexpressMachineState *vms = VEXPRESS_MACHINE(machine); in vexpress_common_init() local
727 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_get_secure() local
734 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_set_secure() local
741 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_get_virt() local
748 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_set_virt() local
755 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_instance_init() local
763 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_a15_instance_init() local
774 VexpressMachineState *vms = VEXPRESS_MACHINE(obj); in vexpress_a9_instance_init() local
/qemu/hw/acpi/
H A Dvmgenid.c25 void vmgenid_build_acpi(VmGenIdState *vms, GArray *table_data, GArray *guid, in vmgenid_build_acpi()
123 void vmgenid_add_fw_cfg(VmGenIdState *vms, FWCfgState *s, GArray *guid) in vmgenid_add_fw_cfg()
134 static void vmgenid_update_guest(VmGenIdState *vms) in vmgenid_update_guest()
171 VmGenIdState *vms = opaque; in vmgenid_post_load() local
189 VmGenIdState *vms = VMGENID(opaque); in vmgenid_handle_reset() local
196 VmGenIdState *vms = VMGENID(dev); in vmgenid_realize() local
H A Dvmclock.c27 void vmclock_build_acpi(VmclockState *vms, GArray *table_data, in vmclock_build_acpi()
64 static void vmclock_update_guest(VmclockState *vms) in vmclock_update_guest()
93 VmclockState *vms = opaque; in vmclock_post_load() local
112 VmclockState *vms = VMCLOCK(opaque); in vmclock_handle_reset() local
123 VmclockState *vms = VMCLOCK(dev); in vmclock_realize() local
/qemu/hw/vmapple/
H A Dvmapple.c134 static void create_bdif(VMAppleMachineState *vms, MemoryRegion *mem) in create_bdif()
167 static void create_pvpanic(VMAppleMachineState *vms, MemoryRegion *mem) in create_pvpanic()
178 static bool create_cfg(VMAppleMachineState *vms, MemoryRegion *mem, in create_cfg()
205 static void create_gfx(VMAppleMachineState *vms, MemoryRegion *mem) in create_gfx()
219 static void create_aes(VMAppleMachineState *vms, MemoryRegion *mem) in create_aes()
236 static void create_gic(VMAppleMachineState *vms, MemoryRegion *mem) in create_gic()
287 static void create_uart(const VMAppleMachineState *vms, int uart, in create_uart()
302 static void create_rtc(const VMAppleMachineState *vms) in create_rtc()
317 static void create_gpio_devices(const VMAppleMachineState *vms, int gpio, in create_gpio_devices()
337 static void vmapple_firmware_init(VMAppleMachineState *vms, in vmapple_firmware_init()
[all …]
/qemu/include/hw/arm/
H A Dvirt.h188 static uint32_t virt_redist_capacity(VirtMachineState *vms, int region) in virt_redist_capacity()
201 static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) in virt_gicv3_redist_region_count()
/qemu/hw/core/
H A Dmachine-qmp-cmds.c399 VmGenIdState *vms; in qmp_query_vm_generation_id() local
/qemu/scripts/
H A Dcompare-machine-types.py476 vms = [stack.enter_context(QEMUMachine(binary=binary, qmp_timer=15, variable
/qemu/hw/loongarch/
H A Dvirt-acpi-build.c442 static void acpi_dsdt_add_tpm(Aml *scope, LoongArchVirtMachineState *vms) in acpi_dsdt_add_tpm()
/qemu/hw/riscv/
H A Dvirt-acpi-build.c821 build_srat(GArray *table_data, BIOSLinker *linker, RISCVVirtState *vms) in build_srat()