Home
last modified time | relevance | path

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

/linux/include/asm-generic/
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
/linux/arch/powerpc/perf/
A Dhv-gpci.c205 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
A 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/drivers/perf/
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()
A Darm-ccn.c877 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
A Darm-cmn.c746 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
/linux/arch/arm/mm/
A Dcache-l2x0-pmu.c125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
/linux/arch/x86/events/intel/
A Dpt.c847 old = (local64_xchg(&buf->head, base) & in pt_update_head()
A Duncore.c271 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
/linux/kernel/events/
A Dcore.c3364 value = local64_xchg(&event->count, value); in __perf_event_sync_stat()
10678 prev = local64_xchg(&event->hw.prev_count, now); in cpu_clock_event_update()
10754 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_update()

Completed in 47 milliseconds