Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dcmpxchg_64.h93 #define system_has_cmpxchg128() boot_cpu_has(X86_FEATURE_CX16) macro
/linux/mm/
H A Dslab.h20 # ifdef system_has_cmpxchg128
21 # define system_has_freelist_aba() system_has_cmpxchg128()
/linux/arch/s390/include/asm/
H A Dcmpxchg.h239 #define system_has_cmpxchg128() 1 macro
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h199 #define system_has_cmpxchg128() 1 macro
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h323 #define system_has_cmpxchg128() riscv_has_extension_unlikely(RISCV_ISA_EXT_ZACAS) macro