Home
last modified time | relevance | path

Searched defs:system_has_cmpxchg128 (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/arch/x86/include/asm/
Dcmpxchg_64.h94 #define system_has_cmpxchg128() boot_cpu_has(X86_FEATURE_CX16) macro
/linux-6.14.4/arch/arm64/include/asm/
Dcmpxchg.h199 #define system_has_cmpxchg128() 1 macro
/linux-6.14.4/arch/s390/include/asm/
Dcmpxchg.h239 #define system_has_cmpxchg128() 1 macro
/linux-6.14.4/arch/riscv/include/asm/
Dcmpxchg.h318 #define system_has_cmpxchg128() riscv_has_extension_unlikely(RISCV_ISA_EXT_ZACAS) macro