Home
last modified time | relevance | path

Searched refs:perf_rdpmc_allowed (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmmu.h63 atomic_t perf_rdpmc_allowed; /* nonzero if rdpmc is allowed */ member
/linux/arch/x86/mm/
H A Dtlb.c756 atomic_read(&mm->context.perf_rdpmc_allowed))) { in cr4_update_pce_mm()
/linux/arch/x86/events/
H A Dcore.c2539 if (atomic_inc_return(&mm->context.perf_rdpmc_allowed) == 1) in x86_pmu_event_mapped()
2548 if (atomic_dec_and_test(&mm->context.perf_rdpmc_allowed)) in x86_pmu_event_unmapped()