Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dcmpxchg_64.h28 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX16) macro
Dcmpxchg_32.h134 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX8) macro
/linux-5.19.10/arch/s390/include/asm/
Dcmpxchg.h170 #define system_has_cmpxchg_double() 1 macro
/linux-5.19.10/arch/arm64/include/asm/
Dcmpxchg.h203 #define system_has_cmpxchg_double() 1 macro
/linux-5.19.10/mm/
Dslub.c4222 if (system_has_cmpxchg_double() && (s->flags & SLAB_NO_CMPXCHG) == 0) in kmem_cache_open()