Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Dkern_stackshot.c182 static boolean_t stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean…
2704 boolean_t copyin_ok = stackshot_copyin_word(task, dqkeyaddr, &dqaddr, FALSE, NULL); in kcdata_record_thread_snapshot()
2708 copyin_ok = stackshot_copyin_word(task, dqserialnumaddr, &dqserialnum, FALSE, NULL); in kcdata_record_thread_snapshot()
2725 copyin_ok = stackshot_copyin_word(task, dqlabeladdr, &actual_dqlabeladdr, FALSE, NULL); in kcdata_record_thread_snapshot()
4107 stackshot_copyin_word(task_t task, uint64_t addr, uint64_t *result, boolean_t try_fault, kdp_fault_… in stackshot_copyin_word() function