Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/arm/ !
H A Dmodel_dep.c1030 cpu_data_t *target_cpu_datap; in DebuggerPatchupThreadState() local
1034 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in DebuggerPatchupThreadState()
1035 statep = target_cpu_datap->cpu_active_thread->machine.kpcb; in DebuggerPatchupThreadState()
1036 kstackptr = (vm_offset_t)target_cpu_datap->cpu_active_thread->machine.kstackptr; in DebuggerPatchupThreadState()
1038 target_cpu_datap->ipi_pc = regp->pc; in DebuggerPatchupThreadState()
1039 target_cpu_datap->ipi_lr = regp->lr; in DebuggerPatchupThreadState()
1040 target_cpu_datap->ipi_fp = regp->fp; in DebuggerPatchupThreadState()
1083 cpu_data_t *target_cpu_datap; in DebuggerXCallEnter() local
1119 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in DebuggerXCallEnter()
1121 if ((target_cpu_datap == NULL) || (target_cpu_datap == cpu_data_ptr)) { in DebuggerXCallEnter()
[all …]
H A Dcpu_common.c273 cpu_data_t *target_cpu_datap; in cpu_broadcast_xcall_internal() local
293 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in cpu_broadcast_xcall_internal()
295 if (target_cpu_datap == cpu_data_ptr) { in cpu_broadcast_xcall_internal()
299 if ((target_cpu_datap == NULL) || in cpu_broadcast_xcall_internal()
300target_cpu_datap, signal, ptrauth_nop_cast(void*, ptrauth_auth_and_resign(func, ptrauth_key_functi… in cpu_broadcast_xcall_internal()
377 cpu_data_t *target_cpu_datap; in cpu_xcall_internal() local
388 target_cpu_datap = (cpu_data_t*)CpuDataEntries[cpu_number].cpu_data_vaddr; in cpu_xcall_internal()
389 if (target_cpu_datap == NULL) { in cpu_xcall_internal()
393target_cpu_datap, signal, ptrauth_nop_cast(void*, ptrauth_auth_and_resign(func, ptrauth_key_functi… in cpu_xcall_internal()
/xnu-12377.1.9/osfmk/kdp/ml/arm/ !
H A Dkdp_machdep.c488 cpu_data_t *target_cpu_datap; in machine_trace_thread64() local
490 target_cpu_datap = (cpu_data_t *)CpuDataEntries[cpu].cpu_data_vaddr; in machine_trace_thread64()
491 if (target_cpu_datap == (cpu_data_t *)NULL) { in machine_trace_thread64()
495 …if (prevfp >= (target_cpu_datap->intstack_top - INTSTACK_SIZE) && prevfp < target_cpu_datap->intst… in machine_trace_thread64()
500 …if (prevfp >= (target_cpu_datap->excepstack_top - EXCEPSTACK_SIZE) && prevfp < target_cpu_datap->e… in machine_trace_thread64()