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

1 2

  /src/sys/arch/mac68k/include/
intr.h 56 * This array contains the appropriate PSL_S|PSL_IPL? values
71 #define splx(s) ((s) & PSL_IPL ? _spl(s) : spl0())
  /src/sys/arch/atari/isa/
isa_hades.c 88 if ((sr & PSL_IPL) >= (iinfo_p->ipl & PSL_IPL)) {
isa_milan.c 151 if ((sr & PSL_IPL) >= (iinfo_p->ipl & PSL_IPL)) {
  /src/sys/arch/atari/include/
intr.h 71 #define splx(s) ((s) & PSL_IPL ? _spl(s) : spl0())
cpu.h 60 #define BASEPRI(sr) ((sr & PSL_IPL) == 0)
  /src/sys/arch/m68k/m68k/
compat_13_machdep.c 95 if ((scp->sc_ps & (PSL_MBZ|PSL_IPL|PSL_S)) != 0)
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/vax/include/
psl.h 94 #define PSL_IPL (PSL_IPL1F)
  /src/sys/arch/m68k/include/
psl.h 60 #define PSL_IPL (PSL_IPL7)
  /src/sys/arch/vax/vax/
compat_16_machdep.c 131 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
scb.c 107 icf->ica_psl = (icf->ica_psl & ~PSL_IPL) | ipl << 16;
compat_13_machdep.c 136 if ((ksc.sc_ps & (PSL_IPL | PSL_IS)) ||
machdep.c 650 if ((gr[_REG_PSL] & (PSL_IPL | PSL_IS)) ||
  /src/sys/arch/atari/pci/
pci_hades.c 126 if ((sr & PSL_IPL) >= (iinfo_p->ipl & PSL_IPL)) {
  /src/tests/lib/libc/sys/
t_lwp_create.c 195 uc->uc_mcontext.__gregs[_REG_PS] |= (PSL_MBZ|PSL_IPL|PSL_S);
223 uc->uc_mcontext.__gregs[_REG_PSL] |= PSL_IPL | PSL_IS;
  /src/sys/arch/sun2/sun2/
clock.c 230 if ((getsr() & PSL_IPL) < PSL_IPL7)
pmap.c 247 if ((getsr() & PSL_IPL) < PSL_IPL4) \
  /src/sys/arch/sun3/sun3/
clock.c 217 if ((getsr() & PSL_IPL) < PSL_IPL7)
  /src/sys/arch/sun3/sun3x/
clock.c 325 if ((getsr() & PSL_IPL) < PSL_IPL7)
  /src/sys/arch/atari/vme/
if_le_vme.c 321 if ((sr & PSL_IPL) < (ipl2psl_table[IPL_NET] & PSL_IPL))
  /src/sys/arch/sun3/dev/
kd.c 304 if ((s1 & PSL_IPL) == 0) {
  /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/luna68k/stand/boot/
locore.S 684 | andw #PSL_IPL7,%d1 | mask all but PSL_IPL

Completed in 25 milliseconds

1 2