Home
last modified time | relevance | path

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

/Linux-v5.15/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.h857 return __pte(xchg_relaxed(&pte_val(*ptep), 0)); in ptep_get_and_clear()
899 return __pmd(xchg_relaxed(&pmd_val(*pmdp), pmd_val(pmd))); in pmdp_establish()
/Linux-v5.15/arch/mips/mm/
Dcontext.c76 mmid = xchg_relaxed(&cpu_data[cpu].asid_cache, 0); in flush_context()
/Linux-v5.15/kernel/locking/
Dqspinlock.c182 return (u32)xchg_relaxed(&lock->tail, in xchg_tail()
/Linux-v5.15/tools/memory-model/
Dlinux-kernel.def31 xchg_relaxed(X,V) __xchg{once}(X,V)
/Linux-v5.15/include/linux/atomic/
Datomic-instrumented.h1779 #define xchg_relaxed(ptr, ...) \ macro