Home
last modified time | relevance | path

Searched refs:cpu_has_pge (Results 1 – 3 of 3) 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()
/external/kernel-headers/original/asm-x86/
Dtlbflush_32.h52 if (cpu_has_pge) \
Dcpufeature_32.h139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro