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

1 2

  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 66 #define gxio_intr_establish(sc, gpirq, level, spl, func, arg) \
67 pxa2x0_gpio_intr_establish((gpirq), (level), (spl), (func), (arg))
  /src/sys/arch/dreamcast/include/
intr.h 61 #include <sys/spl.h>
  /src/sys/arch/evbsh3/include/
intr.h 61 #include <sys/spl.h>
  /src/sys/arch/mmeye/include/
intr.h 66 #include <sys/spl.h>
  /src/sys/arch/hpcsh/include/
intr.h 68 #include <sys/spl.h>
  /src/sys/arch/landisk/include/
intr.h 61 #include <sys/spl.h>
  /src/sys/arch/usermode/include/
intr.h 35 /* spl */
49 /* spl implementation */
67 #include <sys/spl.h>
  /src/sys/sys/
spl.h 1 /* $NetBSD: spl.h,v 1.11 2025/05/19 15:34:35 bouyer Exp $ */
43 spl##x(void) \
  /src/sys/arch/evbarm/iq80310/
iq80310_intr.h 133 #define splx(spl) iq80310_splx(spl)
  /src/sys/arch/epoc32/include/
intr.h 99 #include <sys/spl.h>
  /src/sys/arch/evbarm/include/
intr.h 106 * boardtype_splx(int spl)
116 * splx(int spl)
118 * return boardtype_splx(spl);
148 #include <sys/spl.h>
  /src/sys/arch/hpcarm/include/
intr.h 103 * boardtype_splx(int spl)
113 * splx(int spl)
115 * return boardtype_splx(spl);
150 #include <sys/spl.h>
  /src/sys/arch/iyonix/include/
intr.h 97 * boardtype_splx(int spl)
107 * splx(int spl)
109 * return boardtype_splx(spl);
144 #include <sys/spl.h>
  /src/sys/arch/mac68k/include/
intr.h 61 /* These spl calls are _not_ to be used by machine-independent code. */
90 #include <sys/spl.h>
  /src/sys/arch/zaurus/include/
intr.h 98 * boardtype_splx(int spl)
108 * splx(int spl)
110 * return boardtype_splx(spl);
145 #include <sys/spl.h>
  /src/sys/arch/hppa/include/
intr.h 55 * The maximum number of bits in a cpl value/spl mask, the maximum number of
125 * The spl mask for this bit. This starts out as the spl bit assigned
127 * calculator to be the full mask that we need to raise spl to when we
180 #include <sys/spl.h>
  /src/sys/arch/powerpc/include/
intr.h 142 #include <sys/spl.h>
  /src/sys/arch/vax/include/
intr.h 121 #include <sys/spl.h>
  /src/external/gpl3/gcc.old/dist/gcc/config/nios2/
nios2-ldstwm.sml 86 fun pop_opnds 0 spl = (conds fp ("fp" ^ spl)) ^ "ra"
87 | pop_opnds n spl = "r" ^ (ints (reg_index n)) ^ spl ^ (pop_opnds (n-1) spl);
88 fun push_opnds 0 spl = "ra" ^ (conds fp (spl ^ "fp"))
89 | push_opnds n spl = (push_opnds (n-1) spl) ^ spl ^ "r" ^ (ints (reg_index n))
    [all...]
  /src/share/man/man9/
Makefile 65 signal.9 skpc.9 sockopt.9 softintr.9 spl.9 specificdata.9 \
927 MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \
928 spl.9 splimp.9 \
929 spl.9 spllowersoftclock.9 spl.9 splnet.9 \
930 spl.9 splsched.9 spl.9 splserial.9
    [all...]
  /src/sys/arch/mac68k/obio/
iwm_fd.c 475 int reg, flags, spl; local
478 spl = spl6();
483 splx(spl);
854 int fdUnit, err, done, spl; local
951 spl = splbio();
956 splx(spl);
1537 int spl; local
1543 spl = spl6();
1546 splx(spl);
1875 int spl; local
    [all...]
  /src/sys/arch/arm/footbridge/
footbridge_intr.h 185 #include <sys/spl.h>
  /src/sys/arch/x86/include/
intr.h 160 * Convert spl level to local APIC level
192 #include <sys/spl.h>
  /src/sys/arch/shark/shark/
profile.c 384 int spl; local
390 spl = splbio();
402 splx(spl);
  /src/sys/arch/alpha/include/
intr.h 166 #include <sys/spl.h>

Completed in 45 milliseconds

1 2