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

  /src/sys/arch/vax/include/
psl.h 81 #define PSL_IPL1F 0x001f0000 /* interrupt priority level 31 */
93 #define PSL_HIGHIPL (PSL_K | PSL_IPL1F)
94 #define PSL_IPL (PSL_IPL1F)
100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
107 #define CLKF_INTR(framep) (((framep)->ps & (PSL_IS|PSL_IPL1F)) \
  /src/sys/arch/vax/vax/
machdep.c 480 ~(PSL_MBZ|PSL_IS|PSL_IPL1F|PSL_CM); /* Allow compat mode? */

Completed in 59 milliseconds