Searched refs:t_base (Results 1 – 7 of 7) sorted by relevance
248 int t_base; member409 int32_t t_base; member
245 int t_base; member406 int32_t t_base; member
72 if (ep->e_code >= tp->t_base && ep->e_code <= tp->t_bnd) in sbd_err_log()76 txt = tp->t_text[ep->e_code - tp->t_base]; in sbd_err_log()
3975 uint64_t s_base, t_base; in drmach_swap_pa() local3986 t_base = t_mem->slice_base; in drmach_swap_pa()3988 s_mem->slice_base = t_base; in drmach_swap_pa()3989 s_mem->base_pa = (s_mem->base_pa - s_base) + t_base; in drmach_swap_pa()3992 ml->ml_address = ml->ml_address - s_base + t_base; in drmach_swap_pa()3996 t_mem->base_pa = (t_mem->base_pa - t_base) + s_base; in drmach_swap_pa()3999 ml->ml_address = ml->ml_address - t_base + s_base; in drmach_swap_pa()
1074 uint64_t s_base, t_base; in sbdp_copy_rename__relocatable() local1089 t_base = (uint64_t)t_sbp->bpa; in sbdp_copy_rename__relocatable()1100 t_pa = t_base + (ml->ml_address - s_base); in sbdp_copy_rename__relocatable()
621 if ((code >= eptr->t_base) && (code <= eptr->t_bnd)) { in mod_estr()628 index = code - eptr->t_base; in mod_estr()