Searched refs:system_has_cmpxchg_double (Results 1 – 5 of 5) sorted by relevance
28 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX16) macro
134 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX8) macro
170 #define system_has_cmpxchg_double() 1 macro
203 #define system_has_cmpxchg_double() 1 macro
4324 if (system_has_cmpxchg_double() && (s->flags & SLAB_NO_CMPXCHG) == 0) in kmem_cache_open()