Searched refs:X86_FEATURE_PSE (Results 1 – 13 of 13) sorted by relevance
8 #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
62 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ macro
271 return boot_cpu_has(X86_FEATURE_PSE); in has_transparent_hugepage()
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()
182 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()188 if (boot_cpu_has(X86_FEATURE_PSE)) in probe_page_size_mask()
47 if (boot_cpu_has(X86_FEATURE_PSE) && in kasan_populate_pmd()
479 return boot_cpu_has(X86_FEATURE_PSE); in arch_ioremap_pmd_supported()
288 if (!boot_cpu_has(X86_FEATURE_PSE)) in kernel_physical_mapping_init()
1521 else if (boot_cpu_has(X86_FEATURE_PSE)) in vmemmap_populate()1572 if (!boot_cpu_has(X86_FEATURE_PSE)) { in register_page_bootmem_memmap()
237 clear_cpu_cap(c, X86_FEATURE_PSE); in early_init_intel()
878 setup_clear_cpu_cap(X86_FEATURE_PSE); in parse_memopt()
6986 cr4_fixed1_update(X86_CR4_PSE, edx, bit(X86_FEATURE_PSE)); in nested_vmx_cr_fixed1_bits_update()