Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/kern/
H A Dkern_stackshot.c452 static boolean_t stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean…
4386 boolean_t copyin_ok = stackshot_copyin_word(task, dqkeyaddr, &dqaddr, FALSE, NULL); in kcdata_record_thread_snapshot()
4390 copyin_ok = stackshot_copyin_word(task, dqserialnumaddr, &dqserialnum, FALSE, NULL); in kcdata_record_thread_snapshot()
4407 copyin_ok = stackshot_copyin_word(task, dqlabeladdr, &actual_dqlabeladdr, FALSE, NULL); in kcdata_record_thread_snapshot()
5813 stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean_t try_fault, kdp_fault_… in stackshot_copyin_word() function