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()
392 unsigned long trans_exc_code; in do_exception() local
408 trans_exc_code = regs->int_parm_long; in do_exception()
430 address = trans_exc_code & __FAIL_ADDR_MASK; in do_exception()
435 if (access == VM_WRITE || (trans_exc_code & store_indication) == 0x400) in do_exception()
547 unsigned long trans_exc_code; in do_protection_exception() local
551 trans_exc_code = regs->int_parm_long; in do_protection_exception()
564 if (unlikely(!(trans_exc_code & 4))) { in do_protection_exception()
568 if (unlikely(MACHINE_HAS_NX && (trans_exc_code & 0x80))) { in do_protection_exception()
569 regs->int_parm_long = (trans_exc_code & ~PAGE_MASK) | in do_protection_exception()