Home
last modified time | relevance | path

Searched refs:aia_type (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Dvirt.c215 if (s->aia_type != VIRT_AIA_TYPE_NONE) { in create_pcie_irq_map()
388 if (s->aia_type != VIRT_AIA_TYPE_APLIC_IMSIC) { in create_fdt_socket_aclint()
640 if (s->aia_type == VIRT_AIA_TYPE_APLIC) { in create_fdt_one_aplic()
852 if (s->aia_type == VIRT_AIA_TYPE_NONE) { in create_fdt_virtio()
959 if (s->aia_type == VIRT_AIA_TYPE_NONE) { in create_fdt_uart()
983 if (s->aia_type == VIRT_AIA_TYPE_NONE) { in create_fdt_rtc()
1442 if (s->aia_type == VIRT_AIA_TYPE_NONE) { in virt_machine_init()
1598 switch (s->aia_type) { in virt_get_aia()
1618 s->aia_type = VIRT_AIA_TYPE_NONE; in virt_set_aia()
1620 s->aia_type = VIRT_AIA_TYPE_APLIC; in virt_set_aia()
[all …]
/openbmc/qemu/include/hw/riscv/
H A Dvirt.h57 RISCVVirtAIAType aia_type; member