Lines Matching defs:saved
2212 Psetbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t *saved)
2257 *saved = (ulong_t)old;
2265 Pdelbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t saved)
2267 instr_t old = (instr_t)saved;
2305 ulong_t saved) /* the saved instruction */
2324 instr_t old = (instr_t)saved;
2397 Pxecbkpt(struct ps_prochandle *P, ulong_t saved)
2411 P->status.pr_lwp.pr_reg[R_PC], saved);
3673 Lxecbkpt(struct ps_lwphandle *L, ulong_t saved)
3686 L->lwp_status.pr_reg[R_PC], saved);