Searched refs:thread_fpsimd_hash (Results 1 – 3 of 3) sorted by relevance
149 extern uint32_t thread_fpsimd_hash(thread_t);
1205 fsig = do_simd_hash ? thread_fpsimd_hash(thread) : 0; in user_trap()1216 uint32_t fsig2 = thread_fpsimd_hash(thread); in user_trap()
1771 thread_fpsimd_hash(thread_t ft) in thread_fpsimd_hash() function