Home
last modified time | relevance | path

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

/qemu/include/hw/acpi/
H A Dacpi-defs.h106 uint8_t interrupt_type; member
/qemu/target/xtensa/
H A Dcpu.h307 } interrupt_type; typedef
446 interrupt_type inttype;
/qemu/hw/riscv/
H A Dvirt-acpi-build.c192 .interrupt_type = (1 << 4),/* Bit[4] RISC-V PLIC/APLIC */ in spcr_setup()
/qemu/hw/arm/
H A Dvirt-acpi-build.c444 .interrupt_type = (1 << 3),/* Bit[3] ARMH GIC interrupt*/ in spcr_setup()
/qemu/hw/acpi/
H A Daml-build.c2014 build_append_int_noprefix(table_data, f->interrupt_type, 1); in build_spcr()