Lines Matching refs:trans_exc_code
75 unsigned long trans_exc_code; in get_fault_type() local
77 trans_exc_code = regs->int_parm_long & 3; in get_fault_type()
78 if (likely(trans_exc_code == 0)) { in get_fault_type()
87 if (trans_exc_code == 2) { in get_fault_type()
96 if (trans_exc_code == 1) { in get_fault_type()
389 unsigned long trans_exc_code; in do_exception() local
405 trans_exc_code = regs->int_parm_long; in do_exception()
427 address = trans_exc_code & __FAIL_ADDR_MASK; in do_exception()
432 if ((trans_exc_code & store_indication) == 0x400) in do_exception()
528 unsigned long trans_exc_code; in do_protection_exception() local
532 trans_exc_code = regs->int_parm_long; in do_protection_exception()
545 if (unlikely(!(trans_exc_code & 4))) { in do_protection_exception()
549 if (unlikely(MACHINE_HAS_NX && (trans_exc_code & 0x80))) { in do_protection_exception()
550 regs->int_parm_long = (trans_exc_code & ~PAGE_MASK) | in do_protection_exception()