HomeSort by: relevance | last modified time | path
    Searched refs:PSL_S (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/sys/arch/m68k/include/
psl.h 54 #define PSL_S 0x2000 /* supervisor enable bit */
58 #define PSL_LOWIPL (PSL_S)
59 #define PSL_HIGHIPL (PSL_S | PSL_IPL7)
66 #define PSL_USERCLR (PSL_S | PSL_IPL7 | PSL_MBZ)
69 #define IPLTOPSL(x) ((((x) & 0x7) << 8) | PSL_S)
71 #define USERMODE(ps) (((ps) & PSL_S) == 0)
122 #define _spl0() _spl(PSL_S|PSL_IPL0)
123 #define spl1() _spl(PSL_S|PSL_IPL1)
124 #define spl2() _spl(PSL_S|PSL_IPL2)
125 #define spl3() _spl(PSL_S|PSL_IPL3
    [all...]
intr.h 100 #define splsoftclock() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTCLOCK)
101 #define splsoftbio() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTBIO)
102 #define splsoftnet() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTNET)
103 #define splsoftserial() _splraise(PSL_S | MACHINE_PSL_IPL_SOFTSERIAL)
104 #define splvm() _splraise(PSL_S | MACHINE_PSL_IPL_VM)
105 #define splsched() _splraise(PSL_S | MACHINE_PSL_IPL_SCHED)
cpu.h 160 #define CLKF_USERMODE(framep) (((framep)->cf_sr & PSL_S) == 0)
  /src/sys/arch/mac68k/mac68k/
intr.c 109 ipl2psl_table[IPL_SOFTCLOCK] = PSL_S|PSL_IPL1;
110 ipl2psl_table[IPL_SOFTNET] = PSL_S|PSL_IPL1;
111 ipl2psl_table[IPL_SOFTSERIAL] = PSL_S|PSL_IPL1;
112 ipl2psl_table[IPL_SOFTBIO] = PSL_S|PSL_IPL1;
113 ipl2psl_table[IPL_HIGH] = PSL_S|PSL_IPL7;
119 ipl2psl_table[IPL_VM] = (PSL_S | PSL_IPL6);
120 ipl2psl_table[IPL_SCHED] = (PSL_S | PSL_IPL6);
125 ipl2psl_table[IPL_VM] = (PSL_S | PSL_IPL2);
126 ipl2psl_table[IPL_SCHED] = (PSL_S | PSL_IPL3);
130 ipl2psl_table[IPL_VM] = (PSL_S | PSL_IPL4)
    [all...]
  /src/sys/arch/atari/atari/
intr.c 318 [IPL_NONE] = PSL_S | PSL_IPL0,
319 [IPL_SOFTCLOCK] = PSL_S | PSL_IPL1,
320 [IPL_SOFTBIO] = PSL_S | PSL_IPL1,
321 [IPL_SOFTNET] = PSL_S | PSL_IPL1,
322 [IPL_SOFTSERIAL] = PSL_S | PSL_IPL1,
323 [IPL_VM] = PSL_S | PSL_IPL4,
324 [IPL_SCHED] = PSL_S | PSL_IPL6,
325 [IPL_HIGH] = PSL_S | PSL_IPL7,
  /src/sys/arch/vax/include/
psl.h 85 #define PSL_S 0x02000000 /* supervisor mode */
100 #define PSL_USERCLR (PSL_S | PSL_IPL1F | PSL_MBZ)
  /src/sys/arch/m68k/m68k/
m68k_intr.c 103 [IPL_NONE] = PSL_S | PSL_IPL0,
104 [IPL_SOFTBIO] = PSL_S | MACHINE_PSL_IPL_SOFTBIO,
105 [IPL_SOFTCLOCK] = PSL_S | MACHINE_PSL_IPL_SOFTCLOCK,
106 [IPL_SOFTNET] = PSL_S | MACHINE_PSL_IPL_SOFTNET,
107 [IPL_SOFTSERIAL] = PSL_S | MACHINE_PSL_IPL_SOFTSERIAL,
108 [IPL_VM] = PSL_S | MACHINE_PSL_IPL_VM,
109 [IPL_SCHED] = PSL_S | MACHINE_PSL_IPL_SCHED,
110 [IPL_HIGH] = PSL_S | PSL_IPL7,
compat_13_machdep.c 95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
regdump.c 95 if (tf->tf_sr & PSL_S) {
sunos_machdep.c 218 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
compat_16_machdep.c 277 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
sig_machdep.c 286 if ((gr[_REG_PS] & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
  /src/sys/arch/virt68k/virt68k/
machdep.c 852 [IPL_NONE] = PSL_S | PSL_IPL0,
853 [IPL_SOFTCLOCK] = PSL_S | PSL_IPL1,
854 [IPL_SOFTBIO] = PSL_S | PSL_IPL1,
855 [IPL_SOFTNET] = PSL_S | PSL_IPL1,
856 [IPL_SOFTSERIAL] = PSL_S | PSL_IPL1,
857 [IPL_VM] = PSL_S | PSL_IPL5,
858 [IPL_SCHED] = PSL_S | PSL_IPL6,
859 [IPL_HIGH] = PSL_S | PSL_IPL7,
locore.s 423 andw #PSL_S,%d1 | from system mode?
  /src/sys/arch/amiga/dev/
com_supio.c 145 needpsl = PSL_S | (supa->supio_ipl << 8);
gvpio.c 140 needpsl = PSL_S|PSL_IPL6;
  /src/sys/arch/luna68k/stand/boot/
machdep.c 142 if (rp[PS] & PSL_S) {
  /src/sys/arch/x68k/x68k/
machdep.c 930 [IPL_NONE] = PSL_S | PSL_IPL0,
931 [IPL_SOFTCLOCK] = PSL_S | PSL_IPL1,
932 [IPL_SOFTBIO] = PSL_S | PSL_IPL1,
933 [IPL_SOFTNET] = PSL_S | PSL_IPL1,
934 [IPL_SOFTSERIAL] = PSL_S | PSL_IPL1,
935 [IPL_VM] = PSL_S | PSL_IPL5,
936 [IPL_SCHED] = PSL_S | PSL_IPL7,
937 [IPL_HIGH] = PSL_S | PSL_IPL7,
  /src/sys/arch/amiga/amiga/
machdep.c 1233 [IPL_NONE] = PSL_IPL0|PSL_S,
1234 [IPL_SOFTCLOCK] = PSL_IPL1|PSL_S,
1235 [IPL_VM] = PSL_IPL4|PSL_S,
1237 [IPL_SCHED] = PSL_IPL4|PSL_S,
1238 [IPL_HIGH] = PSL_IPL4|PSL_S,
1240 [IPL_SCHED] = PSL_IPL6|PSL_S,
1241 [IPL_HIGH] = PSL_IPL7|PSL_S,
locore.s 398 andw #PSL_S,%d1 | from user mode?
417 andw #PSL_S,%d1 | from user mode?
  /src/tests/lib/libc/sys/
t_lwp_create.c 195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
  /src/sys/compat/linux/arch/m68k/
linux_machdep.c 582 frame->f_sr = scp->sc_ps & ~(PSL_MBZ|PSL_IPL|PSL_S);
732 frame->f_sr = tuc.uc_mc.mc_gregs.gr_sr & ~(PSL_MBZ|PSL_IPL|PSL_S);
  /src/sys/arch/atari/vme/
if_le_vme.c 367 lesc->sc_splval = (va->va_irq << 8) | PSL_S; /* XXX */
  /src/sys/arch/cesfic/cesfic/
locore.s 551 andw #PSL_S,%d1 | from system mode?
  /src/sys/arch/next68k/next68k/
locore.s 558 andw #PSL_S,%d1 | from system mode?

Completed in 123 milliseconds

1 2