Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslab.h27 # ifdef system_has_cmpxchg64
28 # define system_has_freelist_aba() system_has_cmpxchg64()
/linux-6.15/arch/x86/include/asm/
H A Dcmpxchg_32.h155 #define system_has_cmpxchg64() boot_cpu_has(X86_FEATURE_CX8) macro