Home
last modified time | relevance | path

Searched refs:kpcb (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/osfmk/kdp/ml/arm/
H A Dkdp_vm.c346 void *kpcb = processor->active_thread->machine.kpcb; in kern_collectth_state() local
347 if (kpcb != NULL) { in kern_collectth_state()
348 arm_saved_state_t *saved_state = (arm_saved_state_t *)kpcb; in kern_collectth_state()
H A Dkdp_machdep.c427 struct arm_saved_state *state = thread->machine.kpcb; in machine_trace_thread64()
/xnu-12377.81.4/osfmk/arm/
H A Dthread.h120 arm_saved_state_t * kpcb; /* pointer to kernel GPR state */ member
H A Dmodel_dep.c1039 statep = target_cpu_datap->cpu_active_thread->machine.kpcb; in DebuggerPatchupThreadState()
1380 current_thread()->machine.kpcb = regs; in DebuggerXCall()
1455 current_thread()->machine.kpcb = NULL; in DebuggerXCall()
/xnu-12377.81.4/osfmk/arm64/
H A Dsleh.c1241 current_thread()->machine.kpcb = state; in handle_uncategorized()
1249 current_thread()->machine.kpcb = NULL; in handle_uncategorized()
H A Dpcb.c426 thread->machine.kpcb = NULL; in machine_thread_create()