Searched refs:X86_FEATURE_PSE (Results 1 – 14 of 14) sorted by relevance
109 if (boot_cpu_has(X86_FEATURE_PSE)) { in resume_physical_mapping_init()157 if (boot_cpu_has(X86_FEATURE_PSE)) { in set_up_temporary_text_mapping()
8 #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
21 return boot_cpu_has(X86_FEATURE_PSE); in arch_vmap_pmd_supported()
58 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
32 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */ macro
327 return boot_cpu_has(X86_FEATURE_PSE); in has_transparent_hugepage()
234 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()240 if (boot_cpu_has(X86_FEATURE_PSE)) in probe_page_size_mask()
46 if (boot_cpu_has(X86_FEATURE_PSE) && in kasan_populate_pmd()
285 if (!boot_cpu_has(X86_FEATURE_PSE)) in kernel_physical_mapping_init()
1541 else if (boot_cpu_has(X86_FEATURE_PSE)) in vmemmap_populate()1592 if (!boot_cpu_has(X86_FEATURE_PSE)) { in register_page_bootmem_memmap()
275 clear_cpu_cap(c, X86_FEATURE_PSE); in early_init_intel()
895 setup_clear_cpu_cap(X86_FEATURE_PSE); in parse_memopt()