Home
last modified time | relevance | path

Searched refs:X86_FEATURE_PSE (Results 1 – 13 of 13) sorted by relevance

/arch/x86/include/asm/
Drequired-features.h68 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
Dhugetlb.h8 #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
Dcpufeatures.h32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ macro
Dpgtable.h252 return boot_cpu_has(X86_FEATURE_PSE); in has_transparent_hugepage()
/arch/x86/power/
Dhibernate_32.c112 if (boot_cpu_has(X86_FEATURE_PSE)) { in resume_physical_mapping_init()
/arch/x86/mm/
Dinit.c179 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
185 if (boot_cpu_has(X86_FEATURE_PSE)) in probe_page_size_mask()
Dkasan_init_64.c42 if (boot_cpu_has(X86_FEATURE_PSE) && in kasan_populate_pmd()
Dioremap.c390 return boot_cpu_has(X86_FEATURE_PSE); in arch_ioremap_pmd_supported()
Dinit_64.c1407 if (boot_cpu_has(X86_FEATURE_PSE)) in vmemmap_populate()
1458 if (!boot_cpu_has(X86_FEATURE_PSE)) { in register_page_bootmem_memmap()
Dinit_32.c288 if (!boot_cpu_has(X86_FEATURE_PSE)) in kernel_physical_mapping_init()
/arch/x86/kernel/cpu/
Dintel.c211 clear_cpu_cap(c, X86_FEATURE_PSE); in early_init_intel()
/arch/x86/kernel/
De820.c866 setup_clear_cpu_cap(X86_FEATURE_PSE); in parse_memopt()
/arch/x86/kvm/
Dvmx.c10302 cr4_fixed1_update(X86_CR4_PSE, edx, bit(X86_FEATURE_PSE)); in nested_vmx_cr_fixed1_bits_update()