Home
last modified time | relevance | path

Searched refs:InterruptType (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi30.h378 UINT8 InterruptType; member
460 UINT8 InterruptType; member
H A DAcpi40.h347 UINT8 InterruptType; member
429 UINT8 InterruptType; member
H A DAcpi20.h389 UINT8 InterruptType; member
H A DAcpi50.h478 UINT8 InterruptType; member
560 UINT8 InterruptType; member
H A DAcpi51.h370 UINT8 InterruptType; member
452 UINT8 InterruptType; member
H A DAcpi60.h371 UINT8 InterruptType; member
453 UINT8 InterruptType; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl3.h259 UINT8 InterruptType; member
307 UINT8 InterruptType; member
H A Dactbl2.h1804 UINT8 InterruptType; member
/freebsd/sys/contrib/dev/acpica/common/
H A Ddmtbinfo3.c250 {ACPI_DMT_UINT8, ACPI_SPCR_OFFSET (InterruptType), "Interrupt Type", 0},
286 {ACPI_DMT_UINT8, ACPI_SPMI_OFFSET (InterruptType), "Interrupt Type", 0},
H A Ddmtbinfo2.c1192 {ACPI_DMT_UINT8, ACPI_MCHI_OFFSET (InterruptType), "Interrupt Type", 0},
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaMIPS.cpp289 MipsInterruptAttr::InterruptType Kind; in handleInterruptAttr()
H A DSemaARM.cpp1325 ARMInterruptAttr::InterruptType Kind; in handleInterruptAttr()
H A DSemaRISCV.cpp1473 RISCVInterruptAttr::InterruptType Kind; in handleInterruptAttr()
/freebsd/usr.sbin/bhyve/
H A Dacpi.c715 spcr.InterruptType = ACPI_SPCR_INTERRUPT_TYPE_8259; in build_spcr()
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c1369 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 DAttr.td964 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,