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

1 2 3 4 5

  /src/sys/external/bsd/drm2/include/linux/
hardirq.h 37 #include <sys/xcall.h>
smp.h 37 #include <sys/xcall.h>
  /src/sys/external/bsd/drm2/include/asm/
smp.h 35 #include <sys/xcall.h>
  /src/sys/arch/sparc/sparc/
cpuvar.h 184 #define CPUSET_ALL 0xffffffffU /* xcall to all configured CPUs */
190 void xcall(xcall_func_t, xcall_trap_t, int, int, int, u_int);
195 xcall((xcall_func_t)f, NULL, 0, 0, 0, cpuset)
197 xcall((xcall_func_t)f, NULL, (int)a1, 0, 0, cpuset)
199 xcall((xcall_func_t)f, NULL, (int)a1, (int)a2, 0, cpuset)
201 xcall((xcall_func_t)f, NULL, (int)a1, (int)a2, (int)a3, cpuset)
204 xcall((xcall_func_t)f, (xcall_trap_t)tf, 0, 0, 0, cpuset)
206 xcall((xcall_func_t)f, (xcall_trap_t)tf, (int)a1, 0, 0, cpuset)
208 xcall((xcall_func_t)f, (xcall_trap_t)tf, (int)a1, (int)a2, 0, cpuset)
210 xcall((xcall_func_t)f, (xcall_trap_t)tf, (int)a1, (int)a2, (int)a3, cpuset
    [all...]
  /src/sys/sys/
cpufreq.h 41 #include <sys/xcall.h>
  /src/sys/arch/powerpc/pic/
ipi.c 40 #include <sys/xcall.h>
  /src/sys/external/bsd/drm2/linux/
linux_notifier.c 38 #include <sys/xcall.h>
linux_stop_machine.c 41 #include <sys/xcall.h>
  /src/sys/net/
net_stats.c 39 #include <sys/xcall.h>
if_stats.c 40 #include <sys/xcall.h>
  /src/sys/kern/
subr_pserialize.c 46 #include <sys/xcall.h>
subr_localcount.c 56 #include <sys/xcall.h>
244 * Block xcall so that if someone begins draining after we see
  /src/sys/arch/i386/i386/
kobj_machdep.c 68 #include <sys/xcall.h>
  /src/sys/arch/hppa/hppa/
ipifuncs.c 26 #include <sys/xcall.h>
56 "xcall ipi"
  /src/sys/arch/mips/mips/
ipifuncs.c 41 #include <sys/xcall.h>
62 [IPI_XCALL] = "ipi xcall",
  /src/sys/arch/amd64/amd64/
kobj_machdep.c 68 #include <sys/xcall.h>
  /src/sys/arch/riscv/riscv/
ipifuncs.c 41 #include <sys/xcall.h>
55 [IPI_XCALL] = "ipi xcall",
  /src/sys/arch/vax/vax/
multicpu.c 41 #include <sys/xcall.h>
201 * MD support for xcall(9) interface.
  /src/sys/arch/x86/x86/
ipi.c 46 #include <sys/xcall.h>
223 * MD support for xcall(9) interface.
  /src/sys/external/bsd/common/linux/
linux_srcu.c 49 * of the epochs, issues an xcall to collect a global count of the
67 #include <sys/xcall.h>
157 * Prevent xcall while we fetch the generation and adjust the
167 * a concurrent synchronize_srcu, it will issue an xcall that
193 * a concurrent synchronize_srcu, it will issue an xcall that
198 * Prevent xcall while we determine whether we need to notify a
206 * it, it will issue an xcall that will run after this
213 * to zero, notify the sync in progress. The xcall may
  /src/sys/external/bsd/drm2/drm/
drm_cache.c 37 #include <sys/xcall.h>
  /src/sys/net/npf/
npf.c 44 #include <sys/xcall.h>
  /src/sys/rump/kern/lib/libsysproxy/
sysproxy.c 37 #include <sys/xcall.h>
  /src/sys/arch/arm/fdt/
pmu_fdt.c 40 #include <sys/xcall.h>
  /src/sys/arch/alpha/alpha/
mcclock.c 74 #include <sys/xcall.h>

Completed in 19 milliseconds

1 2 3 4 5