Searched refs:boot_cpu_has (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/include/asm/
H A Dcpufeature.h60 #define boot_cpu_has static_cpu_has macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_memcpy.c179 !boot_cpu_has(X86_FEATURE_HYPERVISOR))
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_virt.h284 return boot_cpu_has(X86_FEATURE_HYPERVISOR);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_mman.c77 if (args->flags & I915_MMAP_WC && !boot_cpu_has(X86_FEATURE_PAT))
932 if (boot_cpu_has(X86_FEATURE_PAT))
988 if (!boot_cpu_has(X86_FEATURE_PAT))
998 if (!boot_cpu_has(X86_FEATURE_PAT))
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_device.c669 return boot_cpu_has(X86_FEATURE_HYPERVISOR);

Completed in 144 milliseconds