Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dmmu.h61 atomic_t perf_rdpmc_allowed; /* nonzero if rdpmc is allowed */ member
/linux-6.12.1/arch/x86/mm/
Dtlb.c472 atomic_read(&mm->context.perf_rdpmc_allowed))) { in cr4_update_pce_mm()
/linux-6.12.1/arch/x86/events/
Dcore.c2515 if (atomic_inc_return(&mm->context.perf_rdpmc_allowed) == 1) in x86_pmu_event_mapped()
2524 if (atomic_dec_and_test(&mm->context.perf_rdpmc_allowed)) in x86_pmu_event_unmapped()