Lines Matching refs:bundle_addr
453 unsigned long bundle_addr) in can_boost() argument
458 if (search_exception_tables(bundle_addr + slot) || in can_boost()
598 unsigned long bundle_addr = (unsigned long) (&p->ainsn.insn->bundle); in resume_execution() local
612 regs->cr_iip = (regs->cr_iip - bundle_addr) + in resume_execution()
624 if ((regs->b0 == bundle_addr) || in resume_execution()
625 (regs->b0 == bundle_addr + 0x10)) { in resume_execution()
626 regs->b0 = (regs->b0 - bundle_addr) + in resume_execution()
631 if ((regs->b6 == bundle_addr) || in resume_execution()
632 (regs->b6 == bundle_addr + 0x10)) { in resume_execution()
633 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
638 if ((regs->b7 == bundle_addr) || in resume_execution()
639 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
640 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
650 if (regs->cr_iip == bundle_addr + 0x10) { in resume_execution()
654 if (regs->cr_iip == bundle_addr) { in resume_execution()
666 unsigned long bundle_addr = (unsigned long) &p->ainsn.insn->bundle; in prepare_ss() local
673 regs->cr_iip = bundle_addr & ~0xFULL; in prepare_ss()