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

  /src/sys/arch/x86/include/
intrdefs.h 8 #define IPL_PREEMPT 0x1 /* fake, to prevent recursive preemptions */
  /src/sys/arch/amd64/amd64/
spl.S 239 movb $IPL_PREEMPT,CPUVAR(ILEVEL)
254 movb $IPL_PREEMPT,CPUVAR(ILEVEL)
  /src/sys/arch/x86/x86/
x86_softintr.c 232 fake_preempt_intrhand.ih_level = IPL_PREEMPT;
x86_machdep.c 418 if (s > IPL_PREEMPT) {
  /src/sys/arch/i386/i386/
spl.S 480 movb $IPL_PREEMPT,CPUVAR(ILEVEL)
495 movb $IPL_PREEMPT,CPUVAR(ILEVEL)

Completed in 16 milliseconds