Home
last modified time | relevance | path

Searched refs:local64_cmpxchg (Results 1 – 25 of 32) sorted by relevance

12

/linux/include/asm-generic/
A Dlocal64.h45 #define local64_cmpxchg(l, o, n) local_cmpxchg((&(l)->a), (o), (n)) macro
83 #define local64_cmpxchg(l, o, n) atomic64_cmpxchg((&(l)->a), (o), (n)) macro
/linux/arch/powerpc/perf/
A D8xx-pmu.c149 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in mpc8xx_pmu_read()
A Dcore-fsl-emb.c178 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in fsl_emb_pmu_read()
A Dcore-book3s.c1143 } while (local64_cmpxchg(&event->hw.prev_count, prev, val) != prev); in power_pmu_read()
1161 } while (local64_cmpxchg(&event->hw.period_left, prev, val) != prev); in power_pmu_read()
/linux/drivers/perf/
A Dqcom_l3_pmu.c253 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in qcom_l3_cache__64bit_counter_update()
325 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in qcom_l3_cache__32bit_counter_update()
A Darm_dmc620_pmu.c306 } while (local64_cmpxchg(&hwc->prev_count, in dmc620_pmu_event_update()
A Darm_dsu_pmu.c358 } while (local64_cmpxchg(&hwc->prev_count, prev_count, new_count) != in dsu_pmu_event_update()
A Darm_pmu.c249 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in armpmu_event_update()
A Darm_smmuv3_pmu.c214 } while (local64_cmpxchg(&hwc->prev_count, prev, now) != prev); in smmu_pmu_event_update()
A Dqcom_l2_pmu.c306 } while (local64_cmpxchg(&hwc->prev_count, prev, now) != prev); in l2_cache_event_update()
/linux/arch/sh/kernel/
A Dperf_event.c181 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in sh_perf_event_update()
/linux/arch/x86/events/
A Dmsr.c242 if (local64_cmpxchg(&event->hw.prev_count, prev, now) != prev) in msr_event_update()
A Drapl.c186 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in rapl_event_update()
/linux/arch/riscv/kernel/
A Dperf_event.c226 oldval = local64_cmpxchg(&hwc->prev_count, prev_raw_count, in riscv_pmu_read()
/linux/arch/xtensa/kernel/
A Dperf_event.c145 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in xtensa_perf_event_update()
/linux/drivers/perf/hisilicon/
A Dhisi_uncore_pmu.c300 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in hisi_uncore_pmu_event_update()
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_pmu.c284 } while (local64_cmpxchg(&hwc->prev_count, prev, count) != prev); in amdgpu_perf_read()
/linux/arch/arm/mach-imx/
A Dmmdc.c315 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in mmdc_pmu_event_update()
/linux/arch/s390/kernel/
A Dperf_cpum_cf.c556 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in hw_perf_event_reset()
571 } while (local64_cmpxchg(&event->hw.prev_count, prev, new) != prev); in hw_perf_event_update()
/linux/arch/x86/events/intel/
A Dcstate.c370 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in cstate_pmu_event_update()
/linux/arch/alpha/kernel/
A Dperf_event.c317 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in alpha_perf_event_update()
/linux/drivers/dma/idxd/
A Dperfmon.c251 } while (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in perfmon_pmu_event_update()
/linux/arch/x86/events/amd/
A Dibs.c163 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in perf_event_try_update()
/linux/arch/nds32/kernel/
A Dperf_event_cpu.c953 if (local64_cmpxchg(&hwc->prev_count, prev_raw_count, in nds32_pmu_event_update()
/linux/drivers/gpu/drm/i915/
A Di915_pmu.c631 if (local64_cmpxchg(&hwc->prev_count, prev, new) != prev) in i915_pmu_event_read()

Completed in 45 milliseconds

12