Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/kern/
H A Dexception.c297 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local
309 old_state_cnt = _MachineStateCount[flavor]; in exception_deliver()
312 &old_state_cnt); in exception_deliver()
313 new_state_cnt = old_state_cnt; in exception_deliver()
326 old_state, old_state_cnt, in exception_deliver()
333 old_state, old_state_cnt, in exception_deliver()
340 (thread_state_t)old_state, old_state_cnt, in exception_deliver()
388 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local
401 old_state_cnt = _MachineStateCount[flavor]; in exception_deliver()
404 &old_state_cnt); in exception_deliver()
[all …]