Searched refs:InterruptType (Results 1 – 16 of 16) sorted by relevance
/freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
H A D | Acpi30.h | 378 UINT8 InterruptType; member 460 UINT8 InterruptType; member
|
H A D | Acpi40.h | 347 UINT8 InterruptType; member 429 UINT8 InterruptType; member
|
H A D | Acpi20.h | 389 UINT8 InterruptType; member
|
H A D | Acpi50.h | 478 UINT8 InterruptType; member 560 UINT8 InterruptType; member
|
H A D | Acpi51.h | 370 UINT8 InterruptType; member 452 UINT8 InterruptType; member
|
H A D | Acpi60.h | 371 UINT8 InterruptType; member 453 UINT8 InterruptType; member
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl3.h | 259 UINT8 InterruptType; member 307 UINT8 InterruptType; member
|
H A D | actbl2.h | 1804 UINT8 InterruptType; member
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | dmtbinfo3.c | 250 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterruptType), "Interrupt Type", 0}, 286 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterruptType), "Interrupt Type", 0},
|
H A D | dmtbinfo2.c | 1192 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterruptType), "Interrupt Type", 0},
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaMIPS.cpp | 289 MipsInterruptAttr::InterruptType Kind; in handleInterruptAttr()
|
H A D | SemaARM.cpp | 1325 ARMInterruptAttr::InterruptType Kind; in handleInterruptAttr()
|
H A D | SemaRISCV.cpp | 1473 RISCVInterruptAttr::InterruptType Kind; in handleInterruptAttr()
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 715 spcr.InterruptType = ACPI_SPCR_INTERRUPT_TYPE_8259; in build_spcr()
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 1369 printf ("\n\tInterruptType=%#x (%s)\n", spcr->InterruptType, in acpi_handle_spcr() 1370 spcr_interrupt_type(spcr->InterruptType)); in acpi_handle_spcr() 1372 (spcr->InterruptType & 0x1) ? "Valid" : "Invalid"); in acpi_handle_spcr()
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 964 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true, 1894 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true, 2085 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true,
|