Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/arch/powerpc/perf/
Dhv-gpci.c194 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
Dhv-24x7.c1341 (void)local64_xchg(&event->hw.prev_count, ct); in h_24x7_event_init()
1361 prev = local64_xchg(&event->hw.prev_count, now); in update_event_count()
/Linux-v5.4/arch/arm/mm/
Dcache-l2x0-pmu.c125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/Linux-v5.4/drivers/perf/
Dthunderx2_pmu.c328 prev = local64_xchg(&hwc->prev_count, new); in tx2_uncore_event_update()
Darm-ccn.c882 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
/Linux-v5.4/arch/x86/events/intel/
Dpt.c815 old = (local64_xchg(&buf->head, base) & in pt_update_head()
Duncore.c249 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/Linux-v5.4/kernel/events/
Dcore.c3127 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
9654 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
9730 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()