Home
last modified time | relevance | path

Searched refs:system_has_cmpxchg64 (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dslab.h26 # ifdef system_has_cmpxchg64
27 # define system_has_freelist_aba() system_has_cmpxchg64()
/linux/arch/x86/include/asm/
H A Dcmpxchg_32.h153 #define system_has_cmpxchg64() boot_cpu_has(X86_FEATURE_CX8) macro