Searched refs:local64_xchg (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/include/asm-generic/ |
H A D | local64.h | 55 #define local64_xchg(l, n) local_xchg((&(l)->a), (n)) macro 94 #define local64_xchg(l, n) atomic64_xchg((&(l)->a), (n)) macro
|
/openbmc/linux/drivers/perf/ |
H A D | thunderx2_pmu.c | 484 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 D | marvell_cn10k_ddr_pmu.c | 415 } while (local64_xchg(&hwc->prev_count, new_count) != prev_count); in cn10k_ddr_perf_event_update()
|
H A D | arm-ccn.c | 877 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in arm_ccn_pmu_event_update()
|
H A D | arm-cmn.c | 1439 prev = local64_xchg(&event->hw.prev_count, new); in arm_cmn_event_read()
|
/openbmc/linux/arch/arm/mm/ |
H A D | cache-l2x0-pmu.c | 125 } while (local64_xchg(&hw->prev_count, new_count) != prev_count); in l2x0_pmu_event_read()
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | hv-24x7.c | 1446 (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 D | hv-gpci.c | 750 prev = local64_xchg(&event->hw.prev_count, now); in h_gpci_event_update()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | perfmon.c | 330 if (local64_xchg(&hwc->prev_count, new_count) != prev_count) in iommu_pmu_event_update()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 472 prev = local64_xchg(&event->hw.prev_count, now); in papr_scm_pmu_read()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | pt.c | 870 old = (local64_xchg(&buf->head, base) & in pt_update_head()
|
H A D | uncore.c | 286 if (local64_xchg(&event->hw.prev_count, new_count) != prev_count) in uncore_perf_event_update()
|
/openbmc/linux/kernel/events/ |
H A D | core.c | 3405 value = local64_xchg(&event->count, value); in __perf_event_sync_stat() 11187 prev = local64_xchg(&event->hw.prev_count, now); 11264 prev = local64_xchg(&event->hw.prev_count, now); in task_clock_event_start()
|