Home
last modified time | relevance | path

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

/Linux-v6.1/include/asm-generic/
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
/Linux-v6.1/arch/powerpc/perf/
Dhv-gpci.c205 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
Dhv-24x7.c1459 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init()
1479 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
/Linux-v6.1/arch/arm/mm/
Dcache-l2x0-pmu.c125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/Linux-v6.1/drivers/perf/
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()
Dmarvell_cn10k_ddr_pmu.c415 } while (local64_xchg(&hwc->prev_count, new_count) != prev_count); in cn10k_ddr_perf_event_update()
Darm-ccn.c877 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
Darm-cmn.c1299 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
/Linux-v6.1/arch/powerpc/platforms/pseries/
Dpapr_scm.c472 prev = local64_xchg(&event->hw.prev_count, now); in papr_scm_pmu_read()
/Linux-v6.1/arch/x86/events/intel/
Dpt.c865 old = (local64_xchg(&buf->head, base) & in pt_update_head()
Duncore.c271 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/Linux-v6.1/kernel/events/
Dcore.c3373 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
10853 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
10929 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()