Home
last modified time | relevance | path

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

/external/oprofile/module/x86/
Dop_fixmap.c22 #ifndef cpu_has_pge
24 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, &boot_cpu_data.x86_capability)) macro
26 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, boot_cpu_data.x86_capability)) macro
54 if (cpu_has_pge) in set_pte_phys()