Searched refs:LoongArchVirtMachineState (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/loongarch/ |
H A D | virt.c | 63 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(obj); in virt_get_veiointc() 72 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(obj); in virt_set_veiointc() 98 static void virt_flash_create(LoongArchVirtMachineState *lvms) in virt_flash_create() 127 static void virt_flash_map(LoongArchVirtMachineState *lvms, in virt_flash_map() 137 static void fdt_add_cpuic_node(LoongArchVirtMachineState *lvms, in fdt_add_cpuic_node() 262 static void fdt_add_rtc_node(LoongArchVirtMachineState *lvms, in fdt_add_rtc_node() 282 static void fdt_add_uart_node(LoongArchVirtMachineState *lvms, in fdt_add_uart_node() 303 static void create_fdt(LoongArchVirtMachineState *lvms) in create_fdt() 576 LoongArchVirtMachineState *lvms = container_of(notifier, in virt_done() 584 LoongArchVirtMachineState *s; in virt_powerdown_req() [all …]
|
H A D | acpi-build.c | 109 LoongArchVirtMachineState *lvms) in build_madt() 172 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(machine); in build_srat() 293 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(machine); in build_la_ged_aml() 309 static void build_pci_device_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_pci_device_aml() 325 static void build_flash_aml(Aml *scope, LoongArchVirtMachineState *lvms) in build_flash_aml() 366 static void acpi_dsdt_add_tpm(Aml *scope, LoongArchVirtMachineState *vms) in acpi_dsdt_add_tpm() 405 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(machine); in build_dsdt() 435 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(machine); in acpi_build() 607 static bool loongarch_is_acpi_enabled(LoongArchVirtMachineState *lvms) in loongarch_is_acpi_enabled() 615 void loongarch_acpi_setup(LoongArchVirtMachineState *lvms) in loongarch_acpi_setup()
|
H A D | boot.c | 262 static void loongarch_firmware_boot(LoongArchVirtMachineState *lvms, in loongarch_firmware_boot() 322 LoongArchVirtMachineState *lvms = LOONGARCH_VIRT_MACHINE(ms); in loongarch_load_kernel()
|
/openbmc/qemu/include/hw/loongarch/ |
H A D | virt.h | 39 struct LoongArchVirtMachineState { struct 67 OBJECT_DECLARE_SIMPLE_TYPE(LoongArchVirtMachineState, LOONGARCH_VIRT_MACHINE) argument 68 void loongarch_acpi_setup(LoongArchVirtMachineState *lvms);
|