| /freebsd/tools/tools/tscdrift/ |
| H A D | tscdrift.c | 72 cpu_spinwait(); in thread_main() 81 cpu_spinwait(); in thread_main() 137 cpu_spinwait(); in main() 145 cpu_spinwait(); in main()
|
| /freebsd/sys/arm/freescale/imx/ |
| H A D | imx_machdep.c | 72 cpu_spinwait(); in imx_wdog_cpu_reset() 110 cpu_spinwait(); in imx_wdog_cpu_reset()
|
| /freebsd/sys/x86/x86/ |
| H A D | delay.c | 63 cpu_spinwait(); in delay_tsc() 97 cpu_spinwait(); in delay_tc()
|
| H A D | stack_machdep.c | 135 cpu_spinwait(); in stack_save_td() 143 cpu_spinwait(); in stack_save_td()
|
| /freebsd/sys/kern/ |
| H A D | subr_smp.c | 308 cpu_spinwait(); /* spin */ in generic_stop_cpus() 326 cpu_spinwait(); in generic_stop_cpus() 436 cpu_spinwait(); in generic_restart_cpus() 454 cpu_spinwait(); in generic_restart_cpus() 500 cpu_spinwait(); in smp_rendezvous_action() 546 cpu_spinwait(); in smp_rendezvous_action() 560 cpu_spinwait(); in smp_rendezvous_action() 656 cpu_spinwait(); in smp_rendezvous_cpus() 1081 cpu_spinwait(); in quiesce_all_critical()
|
| H A D | subr_clockcalib.c | 176 cpu_spinwait(); /* Do nothing. */ in clockcalib()
|
| H A D | kern_mutex.c | 1006 cpu_spinwait(); in thread_lock_block_wait() 1274 cpu_spinwait(); in _mtx_lock_indefinite_check() 1294 cpu_spinwait(); in mtx_spin_wait_unlocked() 1327 cpu_spinwait(); in mtx_wait_unlocked()
|
| /freebsd/sys/compat/linuxkpi/common/include/asm/ |
| H A D | processor.h | 61 #define cpu_relax() cpu_spinwait()
|
| /freebsd/sys/i386/include/ |
| H A D | cpu.h | 52 #define cpu_spinwait() ia32_pause() macro
|
| /freebsd/sys/amd64/include/ |
| H A D | cpu.h | 49 #define cpu_spinwait() ia32_pause() macro
|
| /freebsd/sys/riscv/include/ |
| H A D | cpu.h | 49 #define cpu_spinwait() /* nothing */ macro
|
| /freebsd/sys/powerpc/include/ |
| H A D | cpu.h | 132 #define cpu_spinwait() __asm __volatile("or 27,27,27") /* yield */ macro
|
| /freebsd/sys/sys/ |
| H A D | seqc.h | 99 cpu_spinwait(); in seqc_read()
|
| H A D | buf_ring.h | 132 cpu_spinwait(); in buf_ring_enqueue() 178 cpu_spinwait(); in buf_ring_dequeue_mc()
|
| /freebsd/sys/net/ |
| H A D | mp_ring.c | 353 cpu_spinwait(); in ifmp_ring_enqueue() 421 cpu_spinwait(); in ifmp_ring_enqueue() 432 cpu_spinwait(); in ifmp_ring_enqueue()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | mp_machdep.c | 276 cpu_spinwait(); in ipi_stop() 408 cpu_spinwait(); in cpu_init_fdt()
|
| /freebsd/sys/dev/hyperv/vmbus/ |
| H A D | vmbus_et.c | 168 cpu_spinwait(); in vmbus_et_config()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_mp_ring.c | 375 cpu_spinwait(); in mp_ring_enqueue() 400 cpu_spinwait(); in mp_ring_enqueue() 427 cpu_spinwait(); in mp_ring_enqueue() 515 cpu_spinwait(); in mp_ring_reset_stats() 527 cpu_spinwait(); in mp_ring_is_idle()
|
| /freebsd/sys/arm/arm/ |
| H A D | mp_machdep.c | 267 cpu_spinwait(); in ipi_stop()
|
| /freebsd/sys/cddl/dev/sdt/ |
| H A D | sdt.c | 247 cpu_spinwait(); in sdt_probe_update_cb() 251 cpu_spinwait(); in sdt_probe_update_cb()
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc_FreeBSD.h | 99 #define CPU_SPINWAIT cpu_spinwait()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | mp_machdep.c | 385 cpu_spinwait(); in ipi_stop() 584 cpu_spinwait(); in start_cpu()
|
| /freebsd/sys/powerpc/powerpc/ |
| H A D | mp_machdep.c | 327 cpu_spinwait(); in powerpc_ipi_handler()
|
| /freebsd/sys/amd64/vmm/io/ |
| H A D | iommu.c | 290 cpu_spinwait(); in iommu_create_domain()
|
| /freebsd/sys/arm64/include/ |
| H A D | cpu.h | 56 #define cpu_spinwait() __asm __volatile("yield" ::: "memory") macro
|