X86_FEATURE_PSE
#define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
return boot_cpu_has(X86_FEATURE_PSE);
return boot_cpu_has(X86_FEATURE_PSE);
clear_cpu_cap(c, X86_FEATURE_PSE);
setup_clear_cpu_cap(X86_FEATURE_PSE);
cpu_feature_enabled(X86_FEATURE_PSE)) {
if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled())
if (boot_cpu_has(X86_FEATURE_PSE))
if (!boot_cpu_has(X86_FEATURE_PSE))
else if (boot_cpu_has(X86_FEATURE_PSE))
if (!boot_cpu_has(X86_FEATURE_PSE) || !pmd_leaf(*pmd)) {
if (boot_cpu_has(X86_FEATURE_PSE) &&
if (!cpu_feature_enabled(X86_FEATURE_PSE))
if (boot_cpu_has(X86_FEATURE_PSE)) {
if (boot_cpu_has(X86_FEATURE_PSE)) {