Home
last modified time | relevance | path

Searched refs:local64_xchg (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/include/asm-generic/
H A Dlocal64.h46 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro
84 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dlocal64.h55 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro
94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
/kernel/linux/linux-5.10/arch/powerpc/perf/
H A Dhv-gpci.c205 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
H A Dhv-24x7.c1438 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init()
1458 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
/kernel/linux/linux-5.10/drivers/perf/
H A Dthunderx2_pmu.c484 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
488 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
H A Darm-cmn.c746 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
H A Darm-ccn.c882 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
/kernel/linux/linux-6.6/drivers/perf/
H A Dthunderx2_pmu.c484 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
488 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
H A Dmarvell_cn10k_ddr_pmu.c415 } while (local64_xchg(&hwc->prev_count, new_count) != prev_count); in cn10k_ddr_perf_event_update()
H A Darm-ccn.c877 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
H A Darm-cmn.c1459 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dcache-l2x0-pmu.c125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dcache-l2x0-pmu.c125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/kernel/linux/linux-6.6/arch/powerpc/perf/
H A Dhv-24x7.c1446 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init()
1466 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
H A Dhv-gpci.c750 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Dperfmon.c330 if (local64_xchg(&hwc->prev_count, new_count) != prev_count) in iommu_pmu_event_update()
/kernel/linux/linux-5.10/arch/x86/events/intel/
H A Dpt.c849 old = (local64_xchg(&buf->head, base) & in pt_update_head()
H A Duncore.c254 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c472 prev = local64_xchg(&event->hw.prev_count, now); in papr_scm_pmu_read()
/kernel/linux/linux-6.6/arch/x86/events/intel/
H A Dpt.c865 old = (local64_xchg(&buf->head, base) & in pt_update_head()
H A Duncore.c286 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c3408 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
10547 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
10623 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c3404 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
11124 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
11201 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()

Completed in 64 milliseconds