Home
last modified time | relevance | path

Searched refs:system_has_cmpxchg_double (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dcmpxchg_64.h21 #define system_has_cmpxchg_double() cpu_has_cx16 macro
Dcmpxchg_32.h112 #define system_has_cmpxchg_double() cpu_has_cx8 macro
/linux-4.4.14/arch/s390/include/asm/
Dcmpxchg.h63 #define system_has_cmpxchg_double() 1 macro
/linux-4.4.14/arch/arm64/include/asm/
Dcmpxchg.h173 #define system_has_cmpxchg_double() 1 macro
/linux-4.4.14/mm/
Dslub.c3358 if (system_has_cmpxchg_double() && (s->flags & SLAB_DEBUG_FLAGS) == 0) in kmem_cache_open()