Home
last modified time | relevance | path

Searched refs:ia64_cmpxchg (Results 1 – 4 of 4) sorted by relevance

/arch/ia64/include/uapi/asm/
Dcmpxchg.h70 #define ia64_cmpxchg(sem, ptr, old, new, size) \ macro
115 ia64_cmpxchg(acq, (ptr), (o), (n), sizeof(*(ptr)))
117 ia64_cmpxchg(rel, (ptr), (o), (n), sizeof(*(ptr)))
/arch/ia64/include/asm/
Datomic.h41 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic_t)) != old); \
93 } while (ia64_cmpxchg(acq, v, old, new, sizeof(atomic64_t)) != old); \
Dspinlock.h65 return ia64_cmpxchg(acq, &lock->lock, tmp, tmp + 1, sizeof (tmp)) == tmp; in __ticket_spin_trylock()
/arch/ia64/kernel/
Dperfmon.c4280 old = ia64_cmpxchg(acq, &thread->pfm_context, NULL, ctx, sizeof(pfm_context_t *)); in pfm_context_load()