Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm/
H A Dmodel_dep.c996 arm_saved_state_t *statep; in DebuggerPatchupThreadState() local
1000 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()
/xnu-11215.61.5/osfmk/i386/
H A Dpcb.c2139 struct x86_kernel_state *statep; in machine_stack_attach() local
2152 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()
/xnu-11215.61.5/bsd/kern/
H A Duipc_socket.c7212 get_sockev_state(struct socket *so, u_int32_t *statep) in get_sockev_state() argument
7214 u_int32_t state = *(statep); in get_sockev_state()
7230 *(statep) = state; in get_sockev_state()