Searched refs:supervisor (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.140.41/osfmk/kperf/ |
| H A D | callstack.c | 545 boolean_t supervisor = FALSE; in chudxnu_thread_get_callstack64_internal() local 566 supervisor = ARM_SUPERVISOR_MODE(state->cpsr); in chudxnu_thread_get_callstack64_internal() 569 if (!user_only && !supervisor) { in chudxnu_thread_get_callstack64_internal() 599 buffer[bufferIndex++] = chudxnu_vm_unslide(currPC, supervisor); // save PC in position 0. in chudxnu_thread_get_callstack64_internal() 625 if (supervisor) { in chudxnu_thread_get_callstack64_internal() 663 buffer[bufferIndex++] = chudxnu_vm_unslide(pc, supervisor); in chudxnu_thread_get_callstack64_internal() 682 buffer[bufferIndex++] = chudxnu_vm_unslide(currLR, supervisor); in chudxnu_thread_get_callstack64_internal() 684 buffer[bufferIndex++] = chudxnu_vm_unslide(currSP, supervisor); in chudxnu_thread_get_callstack64_internal() 1050 #define VALID_STACK_ADDRESS(supervisor, addr, minKernAddr, maxKernAddr) (supervisor ? (addr>=minK… argument 1052 #define VALID_STACK_ADDRESS64(supervisor, addr, minKernAddr, maxKernAddr) \ argument [all …]
|