Home
last modified time | relevance | path

Searched refs:xchg_relaxed (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpercpu.h225 _pcp_protect_return(xchg_relaxed, pcp, val)
227 _pcp_protect_return(xchg_relaxed, pcp, val)
229 _pcp_protect_return(xchg_relaxed, pcp, val)
231 _pcp_protect_return(xchg_relaxed, pcp, val)
Dpgtable.h841 return __pte(xchg_relaxed(&pte_val(*ptep), 0)); in ptep_get_and_clear()
883 return __pmd(xchg_relaxed(&pmd_val(*pmdp), pmd_val(pmd))); in pmdp_establish()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dcmpxchg.h117 #define xchg_relaxed(ptr, x) ({ \ macro
131 #define xchg xchg_relaxed
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Datomic.h192 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new))
509 #define atomic64_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new))
Dcmpxchg.h195 #define xchg_relaxed(ptr, x) \ macro
/kernel/linux/linux-5.10/arch/mips/mm/
Dcontext.c76 mmid = xchg_relaxed(&cpu_data[cpu].asid_cache, 0); in flush_context()
/kernel/linux/linux-5.10/kernel/locking/
Dqspinlock.c182 return (u32)xchg_relaxed(&lock->tail, in xchg_tail()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dcmpxchg.h40 #define xchg_relaxed(ptr, x) \ macro
/kernel/linux/linux-5.10/tools/memory-model/
Dlinux-kernel.def31 xchg_relaxed(X,V) __xchg{once}(X,V)
/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h11 #ifndef xchg_relaxed
12 #define xchg_relaxed xchg macro
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1672 #define xchg_relaxed(ptr, ...) \ macro