Searched refs:cpu_has_pge (Results 1 – 1 of 1) sorted by relevance
22 #ifndef cpu_has_pge24 #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)) macro54 if (cpu_has_pge) in set_pte_phys()