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

1 2 3 4 5 6

  /src/sys/arch/riscv/riscv/
softint_machdep.c 46 (((IPL_SOFTSERIAL - IPL_SOFTCLOCK) << (SOFTINT_SERIAL * 4)) | \
47 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
48 ((IPL_SOFTBIO - IPL_SOFTCLOCK) << (SOFTINT_BIO * 4)) | \
49 ((IPL_SOFTCLOCK - IPL_SOFTCLOCK) << (SOFTINT_CLOCK * 4)))
55 * SOFTIPLMASK(IPL_SOFTCLOCK) = 0x0000000e
77 KASSERT(level != SOFTINT_CLOCK || *machdep == (1 << (IPL_SOFTCLOCK - IPL_SOFTCLOCK)));
78 KASSERT(level != SOFTINT_BIO || *machdep == (1 << (IPL_SOFTBIO - IPL_SOFTCLOCK)));
79 KASSERT(level != SOFTINT_NET || *machdep == (1 << (IPL_SOFTNET - IPL_SOFTCLOCK)));
    [all...]
  /src/sys/arch/usermode/include/
intrdefs.h 33 #define IPL_SOFTCLOCK 1
  /src/sys/arch/powerpc/include/
softint.h 51 |(1 << IPL_SOFTBIO ) | (1 << IPL_SOFTCLOCK ) \
58 |(IPL_SOFTCLOCK << (4*SOFTINT_CLOCK )))
64 |(SOFTINT_CLOCK << (4*IPL_SOFTCLOCK )))
  /src/sys/arch/shark/include/
intr.h 40 #define IPL_SOFTCLOCK 1
  /src/sys/arch/acorn32/include/
intr.h 44 #define IPL_SOFTCLOCK 1
  /src/sys/arch/hppa/include/
intrdefs.h 8 #define IPL_SOFTCLOCK 6 /* timeouts */
  /src/sys/arch/aarch64/aarch64/
cpu_machdep.c 65 #elif IPL_SOFTBIO != IPL_SOFTCLOCK + 1
67 #elif !(IPL_SOFTCLOCK > IPL_NONE)
75 (((IPL_SOFTSERIAL - IPL_SOFTCLOCK) << (SOFTINT_SERIAL * 4)) | \
76 ((IPL_SOFTNET - IPL_SOFTCLOCK) << (SOFTINT_NET * 4)) | \
77 ((IPL_SOFTBIO - IPL_SOFTCLOCK) << (SOFTINT_BIO * 4)) | \
78 ((IPL_SOFTCLOCK - IPL_SOFTCLOCK) << (SOFTINT_CLOCK * 4)))
86 CTASSERT(SOFTIPLMASK(IPL_SOFTCLOCK) == 0x0000000e);
105 *machdep == (1 << (IPL_SOFTCLOCK - IPL_SOFTCLOCK)));
    [all...]
  /src/sys/arch/powerpc/powerpc/
softint_machdep.c 47 __CTASSERT(IPL_NONE < IPL_SOFTCLOCK);
48 __CTASSERT(IPL_SOFTCLOCK < IPL_SOFTBIO);
92 KASSERT(old_ipl < IPL_SOFTCLOCK);
93 if (softints & (1 << IPL_SOFTCLOCK)) {
94 softint_deliver(ci, IPL_SOFTCLOCK);
  /src/sys/arch/sh3/include/
intr.h 45 #define IPL_SOFTCLOCK 1
  /src/sys/arch/sparc/include/
intr.h 39 #define IPL_SOFTCLOCK 1 /* timeouts */
  /src/sys/rump/include/machine/
intr.h 65 #define IPL_SOFTCLOCK 1
  /src/sys/arch/sparc64/include/
intr.h 48 #define IPL_SOFTCLOCK 1 /* timeouts */
  /src/sys/arch/ia64/include/
intrdefs.h 37 #define IPL_SOFTCLOCK 0x1 /* timeouts */
  /src/sys/sys/
spl.h 49 #if defined(IPL_SOFTCLOCK)
51 #endif /* defined(IPL_SOFTCLOCK) */
  /src/sys/arch/arm/arm32/
intr.c 71 spl_masks[IPL_SOFTCLOCK] = irqmasks[IPL_SOFTCLOCK];
  /src/sys/arch/or1k/include/
intr.h 51 #define IPL_SOFTCLOCK 1 /* clock */
85 return _splraise(IPL_SOFTCLOCK);
  /src/sys/arch/riscv/include/
intr.h 44 #define IPL_SOFTCLOCK (IPL_NONE + 1)
45 #define IPL_SOFTBIO (IPL_SOFTCLOCK + 1)
  /src/sys/arch/arm/include/arm32/
psl.h 57 #define splsoftclock() raisespl(IPL_SOFTCLOCK)
  /src/sys/arch/epoc32/include/
intr.h 45 #define IPL_SOFTCLOCK 1 /* timeouts */
  /src/sys/arch/evbcf/include/
intr.h 38 #define IPL_SOFTCLOCK 1 /* clock software interrupts */
  /src/sys/arch/hpcarm/include/
intr.h 42 #define IPL_SOFTCLOCK 1
  /src/sys/arch/iyonix/include/
intr.h 45 #define IPL_SOFTCLOCK 1 /* software clock interrupt */
  /src/sys/arch/x86/include/
intrdefs.h 9 #define IPL_SOFTCLOCK 0x2 /* timeouts */
  /src/sys/arch/zaurus/include/
intr.h 45 #define IPL_SOFTCLOCK 1 /* timeouts */
  /src/sys/arch/amiga/include/
intr.h 45 #define IPL_SOFTCLOCK 1

Completed in 618 milliseconds

1 2 3 4 5 6