Lines Matching refs:bundle_addr
526 unsigned long bundle_addr) in can_boost() argument
531 if (search_exception_tables(bundle_addr + slot) || in can_boost()
671 unsigned long bundle_addr = (unsigned long) (&p->ainsn.insn->bundle); in resume_execution() local
685 regs->cr_iip = (regs->cr_iip - bundle_addr) + in resume_execution()
697 if ((regs->b0 == bundle_addr) || in resume_execution()
698 (regs->b0 == bundle_addr + 0x10)) { in resume_execution()
699 regs->b0 = (regs->b0 - bundle_addr) + in resume_execution()
704 if ((regs->b6 == bundle_addr) || in resume_execution()
705 (regs->b6 == bundle_addr + 0x10)) { in resume_execution()
706 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
711 if ((regs->b7 == bundle_addr) || in resume_execution()
712 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
713 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
723 if (regs->cr_iip == bundle_addr + 0x10) { in resume_execution()
727 if (regs->cr_iip == bundle_addr) { in resume_execution()
739 unsigned long bundle_addr = (unsigned long) &p->ainsn.insn->bundle; in prepare_ss() local
746 regs->cr_iip = bundle_addr & ~0xFULL; in prepare_ss()