Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Drestartable.c186 _ranges_lookup(struct restartable_ranges *rr, mach_vm_address_t pc) in _ranges_lookup() function
493 return _ranges_lookup(task->t_rr_ranges, machine_thread_pc(thread)) != 0; in thread_reset_pcs_in_range()
508 pc = _ranges_lookup(rr, machine_thread_pc(thread)); in thread_reset_pcs_ast()