Searched refs:try_cmpxchg64 (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | pgtable-3level.h | 25 do { } while (!try_cmpxchg64(_p, &_o, (_val))); \
|
| /linux-6.15/drivers/iommu/amd/ |
| H A D | io_pgtable.c | 224 if (!try_cmpxchg64(pte, &__pte, __npte)) in alloc_pte() 307 while (!try_cmpxchg64(pte, &pteval, 0)) in free_clear_pte()
|
| H A D | io_pgtable_v2.c | 161 if (!try_cmpxchg64(pte, &__pte, __npte)) in v2_alloc_pte()
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | posted_intr.c | 49 if (!try_cmpxchg64(&pi_desc->control, pold, new)) in pi_try_set_control()
|
| /linux-6.15/kernel/sched/ |
| H A D | clock.c | 377 if (!try_cmpxchg64(ptr, &old_val, val)) in sched_clock_remote()
|
| /linux-6.15/mm/ |
| H A D | slab.h | 29 # define try_cmpxchg_freelist try_cmpxchg64
|
| /linux-6.15/arch/x86/kvm/mmu/ |
| H A D | tdp_mmu.c | 533 if (!try_cmpxchg64(rcu_dereference(sptep), &old_spte, FROZEN_SPTE)) in set_external_spte_present() 692 if (!try_cmpxchg64(sptep, &iter->old_spte, new_spte)) in __tdp_mmu_set_spte_atomic()
|
| H A D | mmu.c | 3538 if (!try_cmpxchg64(sptep, &old_spte, new_spte)) in fast_pf_fix_direct_spte()
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | pasid.c | 162 if (!try_cmpxchg64(&dir[dir_index].val, &tmp, in intel_pasid_get_entry()
|
| H A D | iommu.c | 746 if (!try_cmpxchg64(&pte->val, &tmp, pteval)) in pfn_to_dma_pte()
|
| /linux-6.15/include/linux/atomic/ |
| H A D | atomic-instrumented.h | 4911 #define try_cmpxchg64(ptr, oldp, ...) \ macro
|