| /freebsd/sys/contrib/edk2/Include/Protocol/ |
| H A D | Cpu.h | 53 IN CONST EFI_EXCEPTION_TYPE InterruptType, 191 IN EFI_EXCEPTION_TYPE InterruptType,
|
| /freebsd/sys/contrib/edk2/Include/IndustryStandard/ |
| H A D | Acpi30.h | 392 UINT8 InterruptType; member 474 UINT8 InterruptType; member
|
| H A D | Acpi40.h | 352 UINT8 InterruptType; member 434 UINT8 InterruptType; member
|
| H A D | Acpi20.h | 389 UINT8 InterruptType; member
|
| H A D | Acpi51.h | 380 UINT8 InterruptType; member 462 UINT8 InterruptType; member
|
| H A D | Acpi50.h | 488 UINT8 InterruptType; member 570 UINT8 InterruptType; member
|
| H A D | Acpi60.h | 381 UINT8 InterruptType; member 463 UINT8 InterruptType; member
|
| H A D | Acpi61.h | 381 UINT8 InterruptType; member 463 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 | 1183 UINT8 InterruptType; member 2233 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 | 507 {ACPI_DMT_UINT8, ACPI_IOVT0_OFFSET (InterruptType), "Interrupt Type", 0}, 1294 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterruptType), "Interrupt Type", 0},
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCV.cpp | 1528 SmallSet<RISCVInterruptAttr::InterruptType, 2> Types; in handleInterruptAttr() 1530 RISCVInterruptAttr::InterruptType Type; in handleInterruptAttr() 1588 for (RISCVInterruptAttr::InterruptType Type : Types) { in handleInterruptAttr() 1616 SmallVector<RISCVInterruptAttr::InterruptType, 2> TypesVec(Types.begin(), in handleInterruptAttr()
|
| H A D | SemaMIPS.cpp | 290 MipsInterruptAttr::InterruptType Kind; in handleInterruptAttr()
|
| H A D | SemaARM.cpp | 1317 ARMInterruptAttr::InterruptType Kind; in handleInterruptAttr()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | acpi.c | 761 spcr.InterruptType = ACPI_SPCR_INTERRUPT_TYPE_8259; in build_spcr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | RISCV.cpp | 811 for (RISCVInterruptAttr::InterruptType type : Attr->interrupt()) { in setTargetAttributes()
|
| /freebsd/usr.sbin/acpi/acpidump/ |
| H A D | acpi.c | 1550 printf ("\n\tInterruptType=%#x (%s)\n", spcr->InterruptType, in acpi_handle_spcr() 1551 spcr_interrupt_type(spcr->InterruptType)); in acpi_handle_spcr() 1553 (spcr->InterruptType & 0x1) ? "Valid" : "Invalid"); in acpi_handle_spcr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1021 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true, 1032 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true, 2158 let Args = [EnumArgument<"Interrupt", "InterruptType", /*is_string=*/true, 2360 let Args = [VariadicEnumArgument<"Interrupt", "InterruptType", /*is_string=*/true,
|