Searched refs:has_osxsave (Results 1 – 3 of 3) sorted by relevance
77 boolean_t has_osxsave; in __simd_state_enabled() local80 has_osxsave = !!(cpu_feature2 & CPUID2_OSXSAVE); in __simd_state_enabled()82 if (!has_osxsave) in __simd_state_enabled()
335 boolean_t has_osxsave; in __simd_state_enabled() local339 has_osxsave = !!boot_cpu_has(X86_FEATURE_OSXSAVE); in __simd_state_enabled()341 has_osxsave = B_FALSE; in __simd_state_enabled()343 if (!has_osxsave) in __simd_state_enabled()
214 boolean_t has_osxsave; in __simd_state_enabled() local217 has_osxsave = __cpuid_has_osxsave(); in __simd_state_enabled()218 if (!has_osxsave) in __simd_state_enabled()