Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c154 gsi_base = VIRT_IRQCHIP_NUM_SOURCES * socket; in acpi_dsdt_add_plic_aplic()
456 VIRTIO_IRQ + VIRT_IRQCHIP_NUM_SOURCES, 0, in build_dsdt()
458 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES); in build_dsdt()
462 VIRTIO_IRQ + VIRT_IRQCHIP_NUM_SOURCES, 0, in build_dsdt()
464 acpi_dsdt_add_gpex_host(scope, PCIE_IRQ + VIRT_IRQCHIP_NUM_SOURCES * 2); in build_dsdt()
546 gsi_base = VIRT_IRQCHIP_NUM_SOURCES * socket; in build_madt()
562 build_append_int_noprefix(table_data, VIRT_IRQCHIP_NUM_SOURCES, 2); in build_madt()
576 gsi_base = VIRT_IRQCHIP_NUM_SOURCES * socket; in build_madt()
584 VIRT_IRQCHIP_NUM_SOURCES - 1, 2); in build_madt()
H A Dvirt.c484 VIRT_IRQCHIP_NUM_SOURCES - 1); in create_fdt_socket_plic()
646 VIRT_IRQCHIP_NUM_SOURCES); in create_fdt_one_aplic()
653 VIRT_IRQCHIP_NUM_SOURCES); in create_fdt_one_aplic()
662 VIRT_IRQCHIP_NUM_SOURCES); in create_fdt_one_aplic()
1221 VIRT_IRQCHIP_NUM_SOURCES, in virt_create_plic()
1274 VIRT_IRQCHIP_NUM_SOURCES, in virt_create_aia()
1285 VIRT_IRQCHIP_NUM_SOURCES, in virt_create_aia()
1572 VIRT_IRQCHIP_NUM_SOURCES, VIRT_IRQCHIP_NUM_MSIS, in virt_machine_init()
/openbmc/qemu/include/hw/riscv/
H A Dvirt.h102 #define VIRT_IRQCHIP_NUM_SOURCES 96 macro