Lines Matching defs:saved
2055 Psetbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t *saved)
2100 *saved = (ulong_t)old;
2108 Pdelbkpt(struct ps_prochandle *P, uintptr_t address, ulong_t saved)
2110 instr_t old = (instr_t)saved;
2148 ulong_t saved) /* the saved instruction */
2167 instr_t old = (instr_t)saved;
2240 Pxecbkpt(struct ps_prochandle *P, ulong_t saved)
2254 P->status.pr_lwp.pr_reg[R_PC], saved);
3513 Lxecbkpt(struct ps_lwphandle *L, ulong_t saved)
3526 L->lwp_status.pr_reg[R_PC], saved);