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

  /src/sys/arch/powerpc/include/
softint.h 65 #define IPL2SOFTINT(ipl) ((IPL2SOFTINT_MAP >> (4 * (ipl))) & 0x0f)
  /src/sys/arch/powerpc/powerpc/
softint_machdep.c 57 const int si_level = IPL2SOFTINT(ipl);

Completed in 11 milliseconds