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

  /src/sys/arch/x86/include/
i82093var.h 73 #define MPSAFE_MASK 0x80000000ULL
  /src/sys/arch/x86/pci/
pci_intr_machdep.c 243 return intr_string(ih & ~MPSAFE_MASK, buf, len);
270 *ih |= MPSAFE_MASK;
272 *ih &= ~MPSAFE_MASK;
344 mpsafe = ((ih & MPSAFE_MASK) != 0);
pci_msi_machdep.c 236 mpsafe = ((ih & MPSAFE_MASK) != 0);

Completed in 12 milliseconds