Lines Matching refs:bundle_addr
544 unsigned long bundle_addr) in can_boost() argument
549 if (search_exception_tables(bundle_addr + slot) || in can_boost()
689 unsigned long bundle_addr = (unsigned long) (&p->ainsn.insn->bundle); in resume_execution() local
703 regs->cr_iip = (regs->cr_iip - bundle_addr) + in resume_execution()
715 if ((regs->b0 == bundle_addr) || in resume_execution()
716 (regs->b0 == bundle_addr + 0x10)) { in resume_execution()
717 regs->b0 = (regs->b0 - bundle_addr) + in resume_execution()
722 if ((regs->b6 == bundle_addr) || in resume_execution()
723 (regs->b6 == bundle_addr + 0x10)) { in resume_execution()
724 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
729 if ((regs->b7 == bundle_addr) || in resume_execution()
730 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
731 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
741 if (regs->cr_iip == bundle_addr + 0x10) { in resume_execution()
745 if (regs->cr_iip == bundle_addr) { in resume_execution()
757 unsigned long bundle_addr = (unsigned long) &p->ainsn.insn->bundle; in prepare_ss() local
764 regs->cr_iip = bundle_addr & ~0xFULL; in prepare_ss()