Home
last modified time | relevance | path

Searched refs:VirtMachineState (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/arm/
H A Dvirt.c255 static void create_fdt(VirtMachineState *vms) in create_fdt()
684 static void create_its(VirtMachineState *vms) in create_its()
711 static void create_v2m(VirtMachineState *vms) in create_v2m()
981 VirtMachineState *s = container_of(n, VirtMachineState, powerdown_notifier); in virt_powerdown_req()
1462 static void create_pcie(VirtMachineState *vms) in create_pcie()
1656 const VirtMachineState *board = container_of(binfo, VirtMachineState, in machvirt_dtb()
1703 VirtMachineState *vms = container_of(notifier, VirtMachineState, in virt_machine_done()
2387 VirtMachineState *vms = VIRT_MACHINE(obj); in virt_get_secure()
2394 VirtMachineState *vms = VIRT_MACHINE(obj); in virt_set_secure()
2711 VirtMachineState *vms = VIRT_MACHINE(ms); in virt_possible_cpu_arch_ids()
[all …]
H A Dvirt-acpi-build.c68 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus()
124 uint32_t irq, VirtMachineState *vms) in acpi_dsdt_add_pci()
173 static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_tpm()
269 build_iort(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_iort()
435 spcr_setup(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in spcr_setup()
470 build_srat(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_srat()
529 build_gtdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_gtdt()
590 build_dbg2(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dbg2()
661 build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_madt()
884 void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) in virt_acpi_build()
[all …]
/qemu/include/hw/arm/
H A Dvirt.h136 struct VirtMachineState { struct
183 OBJECT_DECLARE_TYPE(VirtMachineState, VirtMachineClass, VIRT_MACHINE) argument
185 void virt_acpi_setup(VirtMachineState *vms);
186 bool virt_is_acpi_enabled(VirtMachineState *vms);
189 static uint32_t virt_redist_capacity(VirtMachineState *vms, int region) in virt_redist_capacity()
202 static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) in virt_gicv3_redist_region_count()