Home
last modified time | relevance | path

Searched refs:thread_fpsimd_hash_enabled (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/osfmk/i386/
H A Dfpu.h150 extern bool thread_fpsimd_hash_enabled(void);
H A Dfpu.c1765 thread_fpsimd_hash_enabled(void) in thread_fpsimd_hash_enabled() function
H A Dtrap.c1203 bool do_simd_hash = thread_fpsimd_hash_enabled(); in user_trap()