Lines Matching refs:trans_exc_code
76 unsigned long trans_exc_code; in get_fault_type() local
78 trans_exc_code = regs->int_parm_long & 3; in get_fault_type()
79 if (likely(trans_exc_code == 0)) { in get_fault_type()
89 if (trans_exc_code == 2) in get_fault_type()
91 if (trans_exc_code == 1) { in get_fault_type()
337 unsigned long trans_exc_code; in do_exception() local
354 trans_exc_code = regs->int_parm_long; in do_exception()
355 address = trans_exc_code & __FAIL_ADDR_MASK; in do_exception()
356 is_write = (trans_exc_code & store_indication) == 0x400; in do_exception()
487 unsigned long trans_exc_code; in do_protection_exception() local
491 trans_exc_code = regs->int_parm_long; in do_protection_exception()
504 if (unlikely(!(trans_exc_code & 4))) { in do_protection_exception()
508 if (unlikely(MACHINE_HAS_NX && (trans_exc_code & 0x80))) { in do_protection_exception()
509 regs->int_parm_long = (trans_exc_code & ~PAGE_MASK) | in do_protection_exception()