Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dkern_stackshot.c442 static boolean_t stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean…
4163 boolean_t copyin_ok = stackshot_copyin_word(task, dqkeyaddr, &dqaddr, FALSE, NULL); in kcdata_record_thread_snapshot()
4167 copyin_ok = stackshot_copyin_word(task, dqserialnumaddr, &dqserialnum, FALSE, NULL); in kcdata_record_thread_snapshot()
4184 copyin_ok = stackshot_copyin_word(task, dqlabeladdr, &actual_dqlabeladdr, FALSE, NULL); in kcdata_record_thread_snapshot()
5561 stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean_t try_fault, kdp_fault_… in stackshot_copyin_word() function