/src/sys/external/bsd/drm2/include/asm/ |
smp.h | 48 xc_wait(xc_broadcast(0, wbinvd_xc, NULL, NULL));
|
/src/sys/sys/ |
xcall.h | 54 void xc_wait(uint64_t);
|
/src/sys/external/bsd/drm2/include/linux/ |
smp.h | 72 xc_wait(ticket);
|
/src/sys/external/bsd/drm2/linux/ |
linux_stop_machine.c | 92 xc_wait(xc_broadcast(0, stop_machine_xcall, &S, NULL));
|
/src/sys/arch/i386/i386/ |
kobj_machdep.c | 155 xc_wait(where);
|
/src/sys/arch/alpha/common/ |
shared_intr.c | 278 xc_wait(where); 300 xc_wait(where); 456 xc_wait(where); 465 xc_wait(where);
|
/src/sys/arch/amd64/amd64/ |
kobj_machdep.c | 179 xc_wait(where);
|
/src/sys/kern/ |
subr_localcount.c | 111 * This serves as a global memory barrier: after xc_wait, all 116 xc_wait(xc_broadcast(0, &localcount_xc, lc, interlock));
|
subr_cpufreq.c | 310 xc_wait(xc); 429 xc_wait(xc); 458 xc_wait(xc);
|
subr_percpu.c | 155 xc_wait(where); 560 xc_wait(xc_unicast(xcflags, percpu_xcfunc, pc, &ctx, ci));
|
kern_cpu.c | 439 xc_wait(where); 557 xc_wait(where);
|
subr_xcall.c | 305 xc_wait(where); 350 * xc_wait: 355 xc_wait(uint64_t where) function in typeref:typename:void
|
/src/sys/dev/tprof/ |
tprof_x86_amd.c | 283 xc_wait(xc); 294 xc_wait(xc);
|
tprof_x86_intel.c | 286 xc_wait(xc); 297 xc_wait(xc);
|
/src/sys/arch/x86/x86/ |
tsc.c | 386 xc_wait(xc); 395 xc_wait(xc);
|
spectre.c | 339 xc_wait(xc); 521 xc_wait(xc); 742 xc_wait(xc); 924 xc_wait(xc);
|
viac7temp.c | 151 xc_wait(xc);
|
intr.c | 1017 xc_wait(where); 1026 xc_wait(where); 1134 xc_wait(where); 1291 xc_wait(where); 1731 xc_wait(where); 1738 xc_wait(where); 1746 xc_wait(where); 2028 xc_wait(where); 2047 xc_wait(where); 2059 xc_wait(where) [all...] |
cpu_ucode_amd.c | 208 * (why doesn't xc_wait() wait for *all* cpus?) 297 xc_wait(where);
|
/src/sys/external/bsd/common/linux/ |
linux_srcu.c | 288 xc_wait(xc_broadcast(0, synchronize_srcu_xc, srcu, NULL));
|
linux_rcu.c | 99 xc_wait(xc_broadcast(0, &synchronize_rcu_xc, NULL, NULL));
|
/src/sys/external/bsd/drm2/drm/ |
drm_cache.c | 113 xc_wait(xc_broadcast(0, &drm_x86_clflush_xc, NULL, NULL));
|
/src/sys/arch/alpha/alpha/ |
mcclock.c | 138 xc_wait(token);
|
/src/sys/arch/xen/xen/ |
xen_machdep.c | 302 xc_wait(xc_broadcast(0, &xen_suspendclocks_xc, NULL, NULL)); 364 xc_wait(xc_broadcast(0, xen_resumeclocks_xc, NULL, NULL));
|
/src/sys/arch/arm/cortex/ |
a9ptmr.c | 289 xc_wait(xc);
|