Searched refs:try_cmpxchg64 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | clock.c | 290 if (!try_cmpxchg64(&scd->clock, &old_clock, clock)) in sched_clock_local() 352 if (!try_cmpxchg64(ptr, &old_val, val)) in sched_clock_remote()
|
/linux-6.1.9/drivers/iommu/amd/ |
D | io_pgtable.c | 261 if (!try_cmpxchg64(pte, &__pte, __npte)) in alloc_pte() 344 while (!try_cmpxchg64(pte, &pteval, 0)) in free_clear_pte()
|
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | posted_intr.c | 45 if (!try_cmpxchg64(&pi_desc->control, pold, new)) in pi_try_set_control()
|
/linux-6.1.9/arch/x86/kvm/mmu/ |
D | tdp_mmu.c | 662 if (!try_cmpxchg64(sptep, &iter->old_spte, new_spte)) in tdp_mmu_set_spte_atomic()
|
D | mmu.c | 3256 if (!try_cmpxchg64(sptep, &old_spte, new_spte)) in fast_pf_fix_direct_spte()
|
/linux-6.1.9/include/linux/atomic/ |
D | atomic-instrumented.h | 2009 #define try_cmpxchg64(ptr, oldp, ...) \ macro
|