Home
last modified time | relevance | path

Searched refs:cmpxchg64 (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/iommu/amd/
Dio_pgtable_v2.c149 cmpxchg64(pte, *pte, 0ULL); in v2_alloc_pte()
180 cmpxchg64(pte, *pte, 0ULL); in v2_alloc_pte()
Dio_pgtable.c210 cmpxchg64(&lpte[i], __pte, 0ULL); in alloc_pte()
/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv_rm_xics.c97 success = cmpxchg64(&rm_core[core].rm_state.raw, in grab_next_hostcore()
185 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_rm_try_update()
Dbook3s_xics.c282 success = cmpxchg64(&icp->state.raw, old.raw, new.raw) == old.raw; in icp_try_update()
Dbook3s_hv.c5622 if (cmpxchg64((unsigned long *)&kvmppc_host_rm_ops_hv, 0, l_ops)) { in kvmppc_alloc_host_rm_ops()
/linux-6.12.1/kernel/sched/
Dclock.c346 remote_clock = cmpxchg64(&scd->clock, 0, 0); in sched_clock_remote()
/linux-6.12.1/arch/sparc/mm/
Dtlb.c238 } while (cmpxchg64(&pmdp->pmd, old.pmd, pmd.pmd) != old.pmd); in pmdp_establish()
/linux-6.12.1/arch/arm64/kvm/vgic/
Dvgic-mmio-v3.c476 } while (cmpxchg64(&dist->propbaser, old_propbaser, in vgic_mmio_write_propbase()
507 } while (cmpxchg64(&vgic_cpu->pendbaser, old_pendbaser, in vgic_mmio_write_pendbase()
/linux-6.12.1/drivers/iommu/
DKconfig36 depends on !GENERIC_ATOMIC64 # for cmpxchg64()
75 depends on !GENERIC_ATOMIC64 # for cmpxchg64()
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h182 cmpxchg64(&buddy->pte, 0, _PAGE_GLOBAL);
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_active.c263 if (!cached && !cmpxchg64(&it->timeline, 0, idx)) in __active_lookup()
/linux-6.12.1/include/linux/atomic/
Datomic-instrumented.h4813 #define cmpxchg64(ptr, ...) \ macro