Searched refs:try_cmpxchg64 (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable-3level.h25 do { } while (!try_cmpxchg64(_p, &_o, (_val))); \
/linux-master/drivers/iommu/amd/
H A Dio_pgtable.c261 if (!try_cmpxchg64(pte, &__pte, __npte))
344 while (!try_cmpxchg64(pte, &pteval, 0))
/linux-master/kernel/sched/
H A Dclock.c377 if (!try_cmpxchg64(ptr, &old_val, val))
/linux-master/arch/x86/kvm/vmx/
H A Dposted_intr.c47 if (!try_cmpxchg64(&pi_desc->control, pold, new))
/linux-master/mm/
H A Dslab.h29 # define try_cmpxchg_freelist try_cmpxchg64
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c569 * CPU modified the SPTE, try_cmpxchg64() updates iter->old_spte with
573 if (!try_cmpxchg64(sptep, &iter->old_spte, new_spte))
H A Dmmu.c3397 if (!try_cmpxchg64(sptep, &old_spte, new_spte))
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h4911 #define try_cmpxchg64(ptr, oldp, ...) \ macro

Completed in 329 milliseconds