Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/power/
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-6.3-rc2/arch/x86/include/asm/
A Dhugetlb.h8 #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
A Dvmalloc.h21 return boot_cpu_has(X86_FEATURE_PSE); in arch_vmap_pmd_supported()
A Drequired-features.h58 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
A Dcpufeatures.h32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ macro
A Dpgtable.h250 return boot_cpu_has(X86_FEATURE_PSE); in has_transparent_hugepage()
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Drequired-features.h58 #define NEED_PSE (1<<(X86_FEATURE_PSE) & 31)
A Dcpufeatures.h32 #define X86_FEATURE_PSE ( 0*32+ 3) /* Page Size Extensions */ macro
/linux-6.3-rc2/arch/x86/mm/
A Dinit.c233 if (boot_cpu_has(X86_FEATURE_PSE) && !debug_pagealloc_enabled()) in probe_page_size_mask()
239 if (boot_cpu_has(X86_FEATURE_PSE)) in probe_page_size_mask()
A Dkasan_init_64.c46 if (boot_cpu_has(X86_FEATURE_PSE) && in kasan_populate_pmd()
A Dinit_32.c290 if (!boot_cpu_has(X86_FEATURE_PSE)) in kernel_physical_mapping_init()
A Dinit_64.c1545 else if (boot_cpu_has(X86_FEATURE_PSE)) in vmemmap_populate()
1596 if (!boot_cpu_has(X86_FEATURE_PSE)) { in register_page_bootmem_memmap()
/linux-6.3-rc2/arch/x86/kernel/
A De820.c893 setup_clear_cpu_cap(X86_FEATURE_PSE); in parse_memopt()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dintel.c408 clear_cpu_cap(c, X86_FEATURE_PSE); in early_init_intel()

Completed in 26 milliseconds