Searched refs:statep (Results 1 – 3 of 3) sorted by relevance
996 arm_saved_state_t *statep; in DebuggerPatchupThreadState() local1000 statep = target_cpu_datap->cpu_active_thread->machine.kpcb; in DebuggerPatchupThreadState()1007 if (statep != NULL) { in DebuggerPatchupThreadState()1008 statep->ss_64.fp = regp->fp; in DebuggerPatchupThreadState()1009 statep->ss_64.lr = regp->lr; in DebuggerPatchupThreadState()1010 statep->ss_64.sp = regp->sp; in DebuggerPatchupThreadState()1011 statep->ss_64.pc = regp->pc; in DebuggerPatchupThreadState()
2139 struct x86_kernel_state *statep; in machine_stack_attach() local2152 statep = STACK_IKS(stack); in machine_stack_attach()2159 statep->k_rbp = (uint64_t) 0; in machine_stack_attach()2160 statep->k_rip = (uint64_t) Thread_continue; in machine_stack_attach()2161 statep->k_rbx = (uint64_t) thread_continue; in machine_stack_attach()2162 statep->k_rsp = (uint64_t) STACK_IKS(stack); in machine_stack_attach()
7212 get_sockev_state(struct socket *so, u_int32_t *statep) in get_sockev_state() argument7214 u_int32_t state = *(statep); in get_sockev_state()7230 *(statep) = state; in get_sockev_state()