Lines Matching refs:thread_state_t
203 thread_state_t new_state = NULL; in exception_deliver()
309 (thread_state_t)old_state, in exception_deliver()
313 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
337 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
338 (thread_state_t)old_state, old_state_cnt, in exception_deliver()
450 (thread_state_t)old_state, in exception_deliver()
455 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
478 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
479 (thread_state_t)old_state, old_state_cnt, set_flags); in exception_deliver()
520 (thread_state_t)old_state, in exception_deliver()
524 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
556 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
557 (thread_state_t)old_state, old_state_cnt, set_flags); in exception_deliver()