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

  /src/sys/arch/m68k/include/
psl.h 52 #define PSL_IPL7 0x0700 /* interrupt priority level 7 */
59 #define PSL_HIGHIPL (PSL_S | PSL_IPL7)
60 #define PSL_IPL (PSL_IPL7)
66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
129 #define spl7() _spl(PSL_S|PSL_IPL7)
137 #define splraise7() _splraise(PSL_S|PSL_IPL7)
  /src/sys/arch/mvme68k/include/
intr.h 44 #define MACHINE_PSL_IPL_SCHED PSL_IPL7
  /src/sys/arch/news68k/include/
intr.h 44 #define MACHINE_PSL_IPL_SCHED PSL_IPL7
  /src/sys/arch/sun68k/include/
intr.h 44 #define MACHINE_PSL_IPL_SCHED PSL_IPL7
86 #define is_spl0(s) (((s) & PSL_IPL7) == 0)
  /src/sys/arch/next68k/include/
intr.h 44 #define MACHINE_PSL_IPL_SCHED PSL_IPL7
  /src/sys/arch/mac68k/mac68k/
intr.c 113 ipl2psl_table[IPL_HIGH] = PSL_S|PSL_IPL7;
locore.s 846 andw #PSL_IPL7,%d0 | mask all but IPL
  /src/sys/arch/sun2/sun2/
clock.c 230 if ((getsr() & PSL_IPL) < PSL_IPL7)
  /src/sys/arch/sun3/sun3/
clock.c 217 if ((getsr() & PSL_IPL) < PSL_IPL7)
  /src/sys/arch/atari/atari/
intr.c 325 [IPL_HIGH] = PSL_S | PSL_IPL7,
locore.s 821 andw #PSL_IPL7,%d0 | mask all but IPL
  /src/sys/arch/sun3/sun3x/
clock.c 325 if ((getsr() & PSL_IPL) < PSL_IPL7)
  /src/sys/arch/m68k/m68k/
m68k_intr.c 110 [IPL_HIGH] = PSL_S | PSL_IPL7,
  /src/sys/arch/virt68k/virt68k/
machdep.c 846 [IPL_HIGH] = PSL_S | PSL_IPL7,
  /src/sys/arch/luna68k/stand/boot/
locore.S 89 #define PSL_HIGHIPL 0x2700 /* PSL_S | PSL_IPL7 */
602 andw #PSL_IPL7,%d0 | mask all but IPL
684 | andw #PSL_IPL7,%d1 | mask all but PSL_IPL
  /src/sys/arch/x68k/x68k/
machdep.c 914 [IPL_SCHED] = PSL_S | PSL_IPL7,
915 [IPL_HIGH] = PSL_S | PSL_IPL7,
  /src/sys/arch/amiga/amiga/
machdep.c 1242 [IPL_HIGH] = PSL_IPL7|PSL_S,
  /src/sys/arch/cesfic/cesfic/
locore.s 686 andw #PSL_IPL7,%d0 | mask all but IPL

Completed in 46 milliseconds