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

  /src/sys/arch/arm/acpi/
acpi_pci_machdep.c 472 *ih |= ARM_PCI_INTR_MPSAFE;
474 *ih &= ~ARM_PCI_INTR_MPSAFE;
550 const int mpsafe = (ih & ARM_PCI_INTR_MPSAFE) ? IST_MPSAFE : 0;
  /src/sys/arch/arm/fdt/
pcihost_fdt.c 602 *ih |= ARM_PCI_INTR_MPSAFE;
604 *ih &= ~ARM_PCI_INTR_MPSAFE;
616 const int flags = (pih & ARM_PCI_INTR_MPSAFE) ? FDT_INTR_MPSAFE : 0;
  /src/sys/arch/arm/include/
pci_machdep.h 59 #define ARM_PCI_INTR_MPSAFE 0x0000000080000000ULL
  /src/sys/arch/arm/cortex/
gic_v2m.c 337 const int mpsafe = (ih & ARM_PCI_INTR_MPSAFE) ? IST_MPSAFE : 0;
gicv3_its.c 715 const int mpsafe = (ih & ARM_PCI_INTR_MPSAFE) ? IST_MPSAFE : 0;
  /src/sys/arch/arm/apple/
apple_pcie.c 687 const int mpsafe = (ih & ARM_PCI_INTR_MPSAFE) ? FDT_INTR_MPSAFE : 0;
  /src/sys/arch/arm/broadcom/
bcm2838_pcie.c 823 const int flags = (ih & ARM_PCI_INTR_MPSAFE) ? FDT_INTR_MPSAFE : 0;

Completed in 15 milliseconds