Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dfpu.h148 extern uint32_t thread_fpsimd_hash(thread_t);
H A Dtrap.c1116 fsig = thread_fpsimd_hash(thread); in user_trap()
1127 uint32_t fsig2 = thread_fpsimd_hash(thread); in user_trap()
H A Dfpu.c1754 thread_fpsimd_hash(thread_t ft) in thread_fpsimd_hash() function