Searched refs:statep (Results 1 – 3 of 3) sorted by relevance
1035 arm_saved_state_t *statep; in DebuggerPatchupThreadState() local1039 statep = target_cpu_datap->cpu_active_thread->machine.kpcb; in DebuggerPatchupThreadState()1046 if (statep != NULL) { in DebuggerPatchupThreadState()1047 statep->ss_64.fp = regp->fp; in DebuggerPatchupThreadState()1048 statep->ss_64.lr = regp->lr; in DebuggerPatchupThreadState()1049 statep->ss_64.sp = regp->sp; in DebuggerPatchupThreadState()1050 statep->ss_64.pc = regp->pc; in DebuggerPatchupThreadState()
2138 struct x86_kernel_state *statep; in machine_stack_attach() local2151 statep = STACK_IKS(stack); in machine_stack_attach()2158 statep->k_rbp = (uint64_t) 0; in machine_stack_attach()2159 statep->k_rip = (uint64_t) Thread_continue; in machine_stack_attach()2160 statep->k_rbx = (uint64_t) thread_continue; in machine_stack_attach()2161 statep->k_rsp = (uint64_t) STACK_IKS(stack); in machine_stack_attach()
7163 get_sockev_state(struct socket *so, u_int32_t *statep) in get_sockev_state() argument7165 u_int32_t state = *(statep); in get_sockev_state()7181 *(statep) = state; in get_sockev_state()