Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/arm/
H A Dmodel_dep.c1035 arm_saved_state_t *statep; in DebuggerPatchupThreadState() local
1039 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()
/xnu-12377.81.4/osfmk/i386/
H A Dpcb.c2138 struct x86_kernel_state *statep; in machine_stack_attach() local
2151 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()
/xnu-12377.81.4/bsd/kern/
H A Duipc_socket.c7163 get_sockev_state(struct socket *so, u_int32_t *statep) in get_sockev_state() argument
7165 u_int32_t state = *(statep); in get_sockev_state()
7181 *(statep) = state; in get_sockev_state()