Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/arm/
H A Dmodel_dep.c993 cpu_data_t *target_cpu_datap; in DebuggerPatchupThreadState() local
997 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in DebuggerPatchupThreadState()
998 statep = target_cpu_datap->cpu_active_thread->machine.kpcb; in DebuggerPatchupThreadState()
999 kstackptr = (vm_offset_t)target_cpu_datap->cpu_active_thread->machine.kstackptr; in DebuggerPatchupThreadState()
1001 target_cpu_datap->ipi_pc = regp->pc; in DebuggerPatchupThreadState()
1002 target_cpu_datap->ipi_lr = regp->lr; in DebuggerPatchupThreadState()
1003 target_cpu_datap->ipi_fp = regp->fp; in DebuggerPatchupThreadState()
1046 cpu_data_t *target_cpu_datap; in DebuggerXCallEnter() local
1082 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in DebuggerXCallEnter()
1084 if ((target_cpu_datap == NULL) || (target_cpu_datap == cpu_data_ptr)) { in DebuggerXCallEnter()
[all …]
H A Dcpu_common.c256 cpu_data_t *target_cpu_datap; in cpu_broadcast_xcall_internal() local
276 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in cpu_broadcast_xcall_internal()
278 if (target_cpu_datap == cpu_data_ptr) { in cpu_broadcast_xcall_internal()
282 if ((target_cpu_datap == NULL) || in cpu_broadcast_xcall_internal()
283target_cpu_datap, signal, ptrauth_nop_cast(void*, ptrauth_auth_and_resign(func, ptrauth_key_functi… in cpu_broadcast_xcall_internal()
360 cpu_data_t *target_cpu_datap; in cpu_xcall_internal() local
371 target_cpu_datap = (cpu_data_t*)CpuDataEntries[cpu_number].cpu_data_vaddr; in cpu_xcall_internal()
372 if (target_cpu_datap == NULL) { in cpu_xcall_internal()
376target_cpu_datap, signal, ptrauth_nop_cast(void*, ptrauth_auth_and_resign(func, ptrauth_key_functi… in cpu_xcall_internal()
/xnu-11417.101.15/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c487 cpu_data_t *target_cpu_datap; in machine_trace_thread64() local
489 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in machine_trace_thread64()
490 if (target_cpu_datap == (cpu_data_t *)NULL) { in machine_trace_thread64()
494 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
499 …if (prevfp >= (target_cpu_datap->excepstack_top - EXCEPSTACK_SIZE) && prevfp < target_cpu_datap->e… in machine_trace_thread64()