HomeSort by: relevance | last modified time | path
    Searched refs:PIC_MSI (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/x86/include/
pic.h 25 struct msipic *pic_msipic; /* if (pic_type == PIC_MSI) || (pic_type == PIC_MSIX) */
38 #define PIC_MSI 3
  /src/sys/arch/xen/x86/
pintr.c 183 KASSERT(pic->pic_type == PIC_MSI);
339 case PIC_MSI:
347 (pic->pic_type == PIC_MSI) ? "MSI" : "MSIX",
xen_intr.c 463 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX)) {
472 if (pic->pic_type == PIC_MSI)
  /src/sys/arch/x86/pci/
msipic.c 462 .pic_type = PIC_MSI,
811 if (msi_pic->pic_type == PIC_MSI) {
pci_msi_machdep.c 80 if (msi_pic->pic_type == PIC_MSI)
  /src/sys/arch/x86/x86/
intr.c 310 if ((pic->pic_type == PIC_MSI) || (pic->pic_type == PIC_MSIX)) {
319 if (pic->pic_type == PIC_MSI)
498 if (pic->pic_type == PIC_MSI || pic->pic_type == PIC_MSIX)

Completed in 17 milliseconds