Home
last modified time | relevance | path

Searched defs:system_has_cmpxchg128 (Results 1 – 4 of 4) 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/arch/arm64/include/asm/
H A Dcmpxchg.h201 #define system_has_cmpxchg128() 1 macro
/linux/arch/loongarch/include/asm/
H A Dcmpxchg.h251 #define system_has_cmpxchg128() cpu_opt(LOONGARCH_CPU_SCQ) macro
/linux/arch/riscv/include/asm/
H A Dcmpxchg.h332 #define system_has_cmpxchg128() riscv_has_extension_unlikely(RISCV_ISA_EXT_ZACAS) macro