Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Drestartable.h151 extern void thread_reset_pcs_will_fault(struct thread *thread);
H A Drestartable.c348 thread_reset_pcs_will_fault(thread_t thread) in thread_reset_pcs_will_fault() function
/xnu-8020.140.41/osfmk/arm/
H A Dtrap.c338 thread_reset_pcs_will_fault(thread); in sleh_abort()
/xnu-8020.140.41/osfmk/i386/
H A Dtrap.c963 thread_reset_pcs_will_fault(thread); in user_trap()
/xnu-8020.140.41/osfmk/arm64/
H A Dsleh.c644 thread_reset_pcs_will_fault(thread); in sleh_synchronous()