Searched refs:chudxnu_task_read (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215/osfmk/kperf/ |
| H A D | callstack.c | 526 chudxnu_task_read( in chudxnu_task_read() function 713 kr = chudxnu_task_read(task, in chudxnu_thread_get_callstack64_internal() 857 kr = chudxnu_task_read(task, in chudxnu_thread_get_callstack64_internal() 1088 kr = chudxnu_task_read(task, &tmpWord, (vm_offset_t) &fp->caller, sizeof(uint32_t)); 1106 kr = chudxnu_task_read(task, &tmpWord, (vm_offset_t)&fp->prev, sizeof(uint32_t)); 1168 kr = chudxnu_task_read(task, &currPC, caller, sizeof(uint64_t)); 1184 kr = chudxnu_task_read(task, &prevFP, currFP, sizeof(uint64_t)); 1394 …if (KERN_SUCCESS == chudxnu_task_read(task, &rsp, (addr64_t) u_regs64->isf.rsp, sizeof(uint64_t)) … 1404 if (KERN_SUCCESS == chudxnu_task_read(task, &esp, (addr64_t) u_regs32->uesp, sizeof(uint32_t)) &&
|