Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/amd/
Dio_pgtable.c261 if (!try_cmpxchg64(pte, &__pte, __npte)) in alloc_pte()
344 while (!try_cmpxchg64(pte, &pteval, 0)) in free_clear_pte()
/linux-6.6.21/arch/x86/include/asm/
Dpgtable-3level.h25 do { } while (!try_cmpxchg64(_p, &_o, (_val))); \
/linux-6.6.21/arch/x86/kvm/vmx/
Dposted_intr.c47 if (!try_cmpxchg64(&pi_desc->control, pold, new)) in pi_try_set_control()
/linux-6.6.21/kernel/sched/
Dclock.c377 if (!try_cmpxchg64(ptr, &old_val, val)) in sched_clock_remote()
/linux-6.6.21/mm/
Dslab.h19 # define try_cmpxchg_freelist try_cmpxchg64
/linux-6.6.21/arch/x86/kvm/mmu/
Dtdp_mmu.c551 if (!try_cmpxchg64(sptep, &iter->old_spte, new_spte)) in tdp_mmu_set_spte_atomic()
Dmmu.c3377 if (!try_cmpxchg64(sptep, &old_spte, new_spte)) in fast_pf_fix_direct_spte()
/linux-6.6.21/include/linux/atomic/
Datomic-instrumented.h4869 #define try_cmpxchg64(ptr, oldp, ...) \ macro