Searched refs:CPU_SPINWAIT (Results 1 – 7 of 7) sorted by relevance
42 #define CPU_SPINWAIT __asm__ volatile("pause") macro46 #define CPU_SPINWAIT macro
37 #define CPU_SPINWAIT __asm__ volatile("pause") macro39 #define CPU_SPINWAIT macro
13 CPU_SPINWAIT; in spin_cpu_spinwait()
35 #undef CPU_SPINWAIT36 /* 1 if CPU_SPINWAIT is defined, 0 otherwise. */
383 CPU_SPINWAIT=""393 CPU_SPINWAIT='_mm_pause()'401 CPU_SPINWAIT='__asm__ volatile("pause")'410 AC_DEFINE_UNQUOTED([CPU_SPINWAIT], [$CPU_SPINWAIT]) definition
6871 CPU_SPINWAIT=""6910 CPU_SPINWAIT='_mm_pause()'6947 CPU_SPINWAIT='__asm__ volatile("pause")'
50 - Disable the CPU_SPINWAIT macro for Power. (@davidtgoldblatt, @marxin)