Home
last modified time | relevance | path

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

/linux/arch/x86/power/
H A Dhibernate_32.c109 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()
/linux/arch/x86/include/asm/
H A Dhugetlb.h8 #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
H A Dvmalloc.h21 return boot_cpu_has(X86_FEATURE_PSE); in arch_vmap_pmd_supported()
H A Drequired-features.h58 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
H A Dcpufeatures.h32 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */ macro
H A Dpgtable.h327 return boot_cpu_has(X86_FEATURE_PSE); in has_transparent_hugepage()
/linux/tools/arch/x86/include/asm/
H A Drequired-features.h58 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
H A Dcpufeatures.h32 #define X86_FEATURE_PSE ( 0*32+ 3) /* "pse" Page Size Extensions */ macro
/linux/arch/x86/mm/
H A Dinit.c234 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()
H A Dkasan_init_64.c46 if (boot_cpu_has(X86_FEATURE_PSE) && in kasan_populate_pmd()
H A Dinit_32.c285 if (!boot_cpu_has(X86_FEATURE_PSE)) in kernel_physical_mapping_init()
H A Dinit_64.c1541 else if (boot_cpu_has(X86_FEATURE_PSE)) in vmemmap_populate()
1592 if (!boot_cpu_has(X86_FEATURE_PSE)) { in register_page_bootmem_memmap()
/linux/arch/x86/kernel/cpu/
H A Dintel.c275 clear_cpu_cap(c, X86_FEATURE_PSE); in early_init_intel()
/linux/arch/x86/kernel/
H A De820.c895 setup_clear_cpu_cap(X86_FEATURE_PSE); in parse_memopt()