Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dmmu_context.h22 void cr4_update_pce(void *ignored);
/openbmc/linux/arch/x86/events/
H A Dcore.c2514 on_each_cpu_mask(mm_cpumask(mm), cr4_update_pce, NULL, 1); in x86_pmu_event_mapped()
2523 on_each_cpu_mask(mm_cpumask(mm), cr4_update_pce, NULL, 1); in x86_pmu_event_unmapped()
2579 on_each_cpu(cr4_update_pce, NULL, 1); in set_attr_rdpmc()
/openbmc/linux/arch/x86/mm/
H A Dtlb.c486 void cr4_update_pce(void *ignored) in cr4_update_pce() function