X86_FEATURE_GBPAGES
return boot_cpu_has(X86_FEATURE_GBPAGES);
kvm_cpu_cap_set(X86_FEATURE_GBPAGES);
allow_gbpages = tdp_enabled ? boot_cpu_has(X86_FEATURE_GBPAGES) :
guest_cpu_cap_has(vcpu, X86_FEATURE_GBPAGES);
guest_cpu_cap_change(vcpu, X86_FEATURE_GBPAGES, allow_gbpages);
guest_cpu_cap_has(vcpu, X86_FEATURE_GBPAGES),
guest_cpu_cap_has(vcpu, X86_FEATURE_GBPAGES),
boot_cpu_has(X86_FEATURE_GBPAGES),
else if (boot_cpu_has(X86_FEATURE_GBPAGES))
else if (size == PUD_SIZE && boot_cpu_has(X86_FEATURE_GBPAGES))
if (boot_cpu_has(X86_FEATURE_GBPAGES))
if (boot_cpu_has(X86_FEATURE_GBPAGES))
if (direct_gbpages && boot_cpu_has(X86_FEATURE_GBPAGES)) {
if (boot_cpu_has(X86_FEATURE_GBPAGES) &&
while (boot_cpu_has(X86_FEATURE_GBPAGES) && end - start >= PUD_SIZE) {
if (cpu_feature_enabled(X86_FEATURE_GBPAGES) &&