Lines Matching refs:bundle_addr
539 unsigned long bundle_addr) in can_boost() argument
544 if (search_exception_tables(bundle_addr + slot) || in can_boost()
684 unsigned long bundle_addr = (unsigned long) (&p->ainsn.insn->bundle); in resume_execution() local
698 regs->cr_iip = (regs->cr_iip - bundle_addr) + in resume_execution()
710 if ((regs->b0 == bundle_addr) || in resume_execution()
711 (regs->b0 == bundle_addr + 0x10)) { in resume_execution()
712 regs->b0 = (regs->b0 - bundle_addr) + in resume_execution()
717 if ((regs->b6 == bundle_addr) || in resume_execution()
718 (regs->b6 == bundle_addr + 0x10)) { in resume_execution()
719 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
724 if ((regs->b7 == bundle_addr) || in resume_execution()
725 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
726 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
736 if (regs->cr_iip == bundle_addr + 0x10) { in resume_execution()
740 if (regs->cr_iip == bundle_addr) { in resume_execution()
752 unsigned long bundle_addr = (unsigned long) &p->ainsn.insn->bundle; in prepare_ss() local
759 regs->cr_iip = bundle_addr & ~0xFULL; in prepare_ss()