boot_cpu_has
return boot_cpu_has(X86_FEATURE_HYPERVISOR);
if (args->flags & I915_MMAP_WC && !boot_cpu_has(X86_FEATURE_PAT)) {
!boot_cpu_has(X86_FEATURE_HYPERVISOR))
return boot_cpu_has(X86_FEATURE_HYPERVISOR);