Home
last modified time | relevance | path

Searched refs:interrupt_type (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/acpi/
H A Dacpi-defs.h106 uint8_t interrupt_type; member
/openbmc/qemu/target/xtensa/
H A Dcpu.h309 } interrupt_type; typedef
448 interrupt_type inttype;
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h338 u8 interrupt_type; member
/openbmc/qemu/hw/loongarch/
H A Dvirt-acpi-build.c276 .interrupt_type = 0, /* Interrupt not supported */ in spcr_setup()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c243 .interrupt_type = (1 << 4),/* Bit[4] RISC-V PLIC/APLIC */ in spcr_setup()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c546 .interrupt_type = (1 << 3),/* Bit[3] ARMH GIC interrupt*/ in spcr_setup()
/openbmc/qemu/hw/acpi/
H A Daml-build.c2095 build_append_int_noprefix(table_data, f->interrupt_type, 1); in build_spcr()