HomeSort by: relevance | last modified time | path
    Searched defs:PSL_HIGHIPL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun68k/stand/libsa/
SRT0.S 40 .set PSL_HIGHIPL,0x2700
46 movw #PSL_HIGHIPL,%sr
  /src/sys/arch/luna68k/stand/boot/
locore.S 89 #define PSL_HIGHIPL 0x2700 /* PSL_S | PSL_IPL7 */
202 movw #PSL_HIGHIPL,%sr | no interrupts
262 movw #PSL_HIGHIPL,%sr | no interrupts
738 movw #PSL_HIGHIPL,%sr
  /src/sys/arch/vax/include/
psl.h 93 #define PSL_HIGHIPL (PSL_K | PSL_IPL1F)
  /src/sys/arch/m68k/include/
psl.h 59 #define PSL_HIGHIPL (PSL_S | PSL_IPL7)
115 if ((uint16_t)level >= PSL_HIGHIPL || (uint16_t)level > (uint16_t)sr)

Completed in 12 milliseconds