Home | History | Annotate | Download | only in ia64

Lines Matching refs:bsp

545 /* Return true if BSP points to a word that's stored on register
548 rbs_contains (struct rbs_area *rbs, unw_word_t bsp)
553 test is (bsp >= rbs->end - rbs->size) && (bsp < rbs->end). We
555 result = bsp - rbs->end > ~rbs->size;
557 (long) bsp, (long) (rbs->end - rbs->size), (long) rbs->end, result);
562 rbs_get_rnat_loc (struct rbs_area *rbs, unw_word_t bsp)
564 unw_word_t rnat_addr = rse_rnat_addr (bsp);
580 rbs_loc (struct rbs_area *rbs, unw_word_t bsp)
583 return IA64_LOC_UC_ADDR (bsp, 0);
585 return IA64_LOC_ADDR (bsp, 0);
598 addr = rse_skip_regs (c->bsp, regs_to_skip);