Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/arm/
H A Dvirt.h135 struct VirtMachineState { struct
181 OBJECT_DECLARE_TYPE(VirtMachineState, VirtMachineClass, VIRT_MACHINE) argument
183 void virt_acpi_setup(VirtMachineState *vms);
184 bool virt_is_acpi_enabled(VirtMachineState *vms);
187 static uint32_t virt_redist_capacity(VirtMachineState *vms, int region) in virt_redist_capacity()
200 static inline int virt_gicv3_redist_region_count(VirtMachineState *vms) in virt_gicv3_redist_region_count()
/openbmc/qemu/hw/arm/
H A Dvirt.c253 static void create_fdt(VirtMachineState *vms) in create_fdt()
668 static void create_its(VirtMachineState *vms) in create_its()
695 static void create_v2m(VirtMachineState *vms) in create_v2m()
937 VirtMachineState *s = container_of(n, VirtMachineState, powerdown_notifier); in virt_powerdown_req()
1418 static void create_pcie(VirtMachineState *vms) in create_pcie()
1614 const VirtMachineState *board = container_of(binfo, VirtMachineState, in machvirt_dtb()
1661 VirtMachineState *vms = container_of(notifier, VirtMachineState, in virt_machine_done()
2344 VirtMachineState *vms = VIRT_MACHINE(obj); in virt_get_secure()
2351 VirtMachineState *vms = VIRT_MACHINE(obj); in virt_set_secure()
2668 VirtMachineState *vms = VIRT_MACHINE(ms); in virt_possible_cpu_arch_ids()
[all …]
H A Dvirt-acpi-build.c66 static void acpi_dsdt_add_cpus(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_cpus()
163 uint32_t irq, VirtMachineState *vms) in acpi_dsdt_add_pci()
212 static void acpi_dsdt_add_tpm(Aml *scope, VirtMachineState *vms) in acpi_dsdt_add_tpm()
308 build_iort(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_iort()
474 build_spcr(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_spcr()
523 build_srat(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_srat()
580 build_gtdt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_gtdt()
633 build_dbg2(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_dbg2()
704 build_madt(GArray *table_data, BIOSLinker *linker, VirtMachineState *vms) in build_madt()
926 void virt_acpi_build(VirtMachineState *vms, AcpiBuildTables *tables) in virt_acpi_build()
[all …]