Lines Matching defs:saved
2251 Psetbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t *saved)
2296 *saved = (ulong_t)old;
2304 Pdelbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t saved)
2306 instr_t old = (instr_t)saved;
2344 ulong_t saved) /* the saved instruction */
2363 instr_t old = (instr_t)saved;
2436 Pxecbkpt(struct ps_prochandle *P, ulong_t saved)
2450 P->status.pr_lwp.pr_reg[R_PC], saved);
3712 Lxecbkpt(struct ps_lwphandle *L, ulong_t saved)
3725 L->lwp_status.pr_reg[R_PC], saved);