Home
last modified time | relevance | path

Searched refs:system_has_cmpxchg128 (Results 1 – 6 of 6) 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/loongarch/include/asm/
H A Dcmpxchg.h251 #define system_has_cmpxchg128() cpu_opt(LOONGARCH_CPU_SCQ) macro
/linux/arch/s390/include/asm/
H A Dcmpxchg.h239 #define system_has_cmpxchg128() 1 macro
/linux/arch/arm64/include/asm/
H A Dcmpxchg.h201 #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