Searched refs:cpstate (Results 1 – 1 of 1) sorted by relevance
151 x86_saved_state64_t *cpstate = current_cpu_datap()->cpu_fatal_trap_state; in kern_collectth_state() local154 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 …]