Searched refs:X86_FEATURE_GBPAGES (Results 1 – 11 of 11) sorted by relevance
187 else if (size == PUD_SIZE && boot_cpu_has(X86_FEATURE_GBPAGES)) in arch_hugetlb_valid_size()197 if (boot_cpu_has(X86_FEATURE_GBPAGES)) in gigantic_pages_init()
82 if (boot_cpu_has(X86_FEATURE_GBPAGES) && in kasan_populate_pud()
255 if (direct_gbpages && boot_cpu_has(X86_FEATURE_GBPAGES)) { in probe_page_size_mask()
14 return boot_cpu_has(X86_FEATURE_GBPAGES); in arch_vmap_pud_supported()
67 #define X86_FEATURE_GBPAGES ( 1*32+26) /* "pdpe1gb" GB pages */ macro
1166 if (boot_cpu_has(X86_FEATURE_GBPAGES)) in setup_arch()
176 if (cpu_feature_enabled(X86_FEATURE_GBPAGES) && in intel_svm_check()
638 kvm_cpu_cap_set(X86_FEATURE_GBPAGES); in kvm_set_cpu_caps()
4443 return tdp_enabled ? boot_cpu_has(X86_FEATURE_GBPAGES) : in guest_can_use_gbpages()4444 guest_cpuid_has(vcpu, X86_FEATURE_GBPAGES); in guest_can_use_gbpages()4571 boot_cpu_has(X86_FEATURE_GBPAGES), in reset_tdp_shadow_zero_bits_mask()5526 else if (boot_cpu_has(X86_FEATURE_GBPAGES)) in kvm_configure_mmu()
1382 while (boot_cpu_has(X86_FEATURE_GBPAGES) && end - start >= PUD_SIZE) { in populate_pud()