Searched refs:chudxnu_task_read (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kperf/ |
| H A D | callstack.c | 489 chudxnu_task_read( in chudxnu_task_read() function 643 kr = chudxnu_task_read(task, in chudxnu_thread_get_callstack64_internal() 846 kr = chudxnu_task_read(task, in chudxnu_thread_get_callstack64_internal() 986 kr = chudxnu_task_read(task, in chudxnu_thread_get_callstack64_internal() 1217 kr = chudxnu_task_read(task, &tmpWord, (vm_offset_t) &fp->caller, sizeof(uint32_t)); 1235 kr = chudxnu_task_read(task, &tmpWord, (vm_offset_t)&fp->prev, sizeof(uint32_t)); 1297 kr = chudxnu_task_read(task, &currPC, caller, sizeof(uint64_t)); 1313 kr = chudxnu_task_read(task, &prevFP, currFP, sizeof(uint64_t)); 1523 …if (KERN_SUCCESS == chudxnu_task_read(task, &rsp, (addr64_t) u_regs64->isf.rsp, sizeof(uint64_t)) … 1533 if (KERN_SUCCESS == chudxnu_task_read(task, &esp, (addr64_t) u_regs32->uesp, sizeof(uint32_t)) &&
|