Searched defs:cpu_has_pge (Results 1 – 2 of 2) sorted by relevance
24 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, &boot_cpu_data.x86_capability)) macro26 #define cpu_has_pge (test_bit(X86_FEATURE_PGE, boot_cpu_data.x86_capability)) macro
139 #define cpu_has_pge boot_cpu_has(X86_FEATURE_PGE) macro