Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c151 x86_saved_state64_t *cpstate = current_cpu_datap()->cpu_fatal_trap_state; in kern_collectth_state() local
154 if ((current_thread() == thread) && (cpstate != NULL)) { in kern_collectth_state()
155 tstate->rax = cpstate->rax; in kern_collectth_state()
156 tstate->rbx = cpstate->rbx; in kern_collectth_state()
157 tstate->rcx = cpstate->rcx; in kern_collectth_state()
158 tstate->rdx = cpstate->rdx; in kern_collectth_state()
159 tstate->rdi = cpstate->rdi; in kern_collectth_state()
160 tstate->rsi = cpstate->rsi; in kern_collectth_state()
161 tstate->rbp = cpstate->rbp; in kern_collectth_state()
162 tstate->r8 = cpstate->r8; in kern_collectth_state()
[all …]