Lines Matching refs:thread_state_t
202 thread_state_t new_state = NULL; in exception_deliver()
308 (thread_state_t)old_state, in exception_deliver()
312 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
336 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
337 (thread_state_t)old_state, old_state_cnt, in exception_deliver()
449 (thread_state_t)old_state, in exception_deliver()
454 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
477 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
478 (thread_state_t)old_state, old_state_cnt, set_flags); in exception_deliver()
519 (thread_state_t)old_state, in exception_deliver()
523 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
555 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
556 (thread_state_t)old_state, old_state_cnt, set_flags); in exception_deliver()