Home
last modified time | relevance | path

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

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