Searched refs:old_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exception.c | 291 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 304 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver() 307 &old_state_cnt, get_flags); in exception_deliver() 308 new_state_cnt = old_state_cnt; in exception_deliver() 321 old_state, old_state_cnt, in exception_deliver() 328 old_state, old_state_cnt, in exception_deliver() 335 (thread_state_t)old_state, old_state_cnt, in exception_deliver() 413 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 444 old_state_cnt = (flavor < THREAD_STATE_FLAVORS) ? _MachineStateCount[flavor] : 0; in exception_deliver() 447 &old_state_cnt, get_flags); in exception_deliver() [all …]
|