Home
last modified time | relevance | path

Searched refs:direct_gbpages (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dinit.h10 bool direct_gbpages; /* PUD level 1GB page support */ member
H A Dpgtable.h997 extern int direct_gbpages;
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dinit.c202 early_param_on_off("gbpages", "nogbpages", direct_gbpages, CONFIG_X86_DIRECT_GBPAGES);
235 direct_gbpages = 0; in probe_page_size_mask()
255 if (direct_gbpages && boot_cpu_has(X86_FEATURE_GBPAGES)) { in probe_page_size_mask()
259 direct_gbpages = 0; in probe_page_size_mask()
H A Dident_map.c34 if (info->direct_gbpages) { in ident_pud_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmachine_kexec_64.c214 if (direct_gbpages) in init_pgtable()
215 info.direct_gbpages = true; in init_pgtable()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c191 if (!direct_gbpages) in check_bugs()
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dset_memory.c108 if (direct_gbpages) in arch_report_meminfo()