Searched refs:X86_FEATURE_GBPAGES (Results 1 – 12 of 12) sorted by relevance
158 else if (size == PUD_SIZE && boot_cpu_has(X86_FEATURE_GBPAGES)) in arch_hugetlb_valid_size()168 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
1239 if (boot_cpu_has(X86_FEATURE_GBPAGES)) in setup_arch()
128 #define X86_FEATURE_GBPAGES KVM_X86_CPU_FEATURE(0x80000001, 0, EDX, 26) macro
159 if (cpu_feature_enabled(X86_FEATURE_GBPAGES) && in intel_svm_check()
4626 return tdp_enabled ? boot_cpu_has(X86_FEATURE_GBPAGES) : in guest_can_use_gbpages()4627 guest_cpuid_has(vcpu, X86_FEATURE_GBPAGES); in guest_can_use_gbpages()4754 boot_cpu_has(X86_FEATURE_GBPAGES), in reset_tdp_shadow_zero_bits_mask()5689 else if (boot_cpu_has(X86_FEATURE_GBPAGES)) in kvm_configure_mmu()
691 kvm_cpu_cap_set(X86_FEATURE_GBPAGES); in kvm_set_cpu_caps()
1428 while (boot_cpu_has(X86_FEATURE_GBPAGES) && end - start >= PUD_SIZE) { in populate_pud()