Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dcmpxchg_64.h23 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX16) macro
A Dcmpxchg_32.h106 #define system_has_cmpxchg_double() boot_cpu_has(X86_FEATURE_CX8) macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dcmpxchg.h193 #define system_has_cmpxchg_double() 1 macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dcmpxchg.h203 #define system_has_cmpxchg_double() 1 macro
/linux-6.3-rc2/mm/
A Dslub.c4511 if (system_has_cmpxchg_double() && (s->flags & SLAB_NO_CMPXCHG) == 0) in kmem_cache_open()

Completed in 23 milliseconds