Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/include/asm/
Dmmu_context.h28 void cr4_update_pce(void *ignored);
/linux-6.1.9/arch/x86/mm/
Dtlb.c480 void cr4_update_pce(void *ignored) in cr4_update_pce() function
/linux-6.1.9/arch/x86/events/
Dcore.c2539 on_each_cpu_mask(mm_cpumask(mm), cr4_update_pce, NULL, 1); in x86_pmu_event_mapped()
2548 on_each_cpu_mask(mm_cpumask(mm), cr4_update_pce, NULL, 1); in x86_pmu_event_unmapped()
2604 on_each_cpu(cr4_update_pce, NULL, 1); in set_attr_rdpmc()