Searched refs:X86_FEATURE_PGE (Results 1 – 6 of 6) sorted by relevance
142 if (boot_cpu_has(X86_FEATURE_PGE)) { in prepare_set()175 if (boot_cpu_has(X86_FEATURE_PGE)) in post_set()
380 * the X86_FEATURE_PGE check is not _required_ because in pti_clone_pgtable() 385 if (boot_cpu_has(X86_FEATURE_PGE)) in pti_clone_pgtable() 416 if (boot_cpu_has(X86_FEATURE_PGE)) in pti_clone_pgtable()
91 if (boot_cpu_has(X86_FEATURE_PGE) && in cea_set_pte()
679 if (cpu_feature_enabled(X86_FEATURE_PGE)) { in cache_disable()707 if (cpu_feature_enabled(X86_FEATURE_PGE)) in cache_enable()
123 set_cpu_cap(c, X86_FEATURE_PGE); in init_amd_k6()
33 #define X86_FEATURE_PGE ( 0*32+13) /* "pge" Page Global Enable */ macro