Searched refs:exccause (Results 1 – 9 of 9) sorted by relevance
| /arch/xtensa/mm/ |
| A D | fault.c | 92 unsigned int exccause = regs->exccause; in do_page_fault() local 118 is_write = (exccause == EXCCAUSE_STORE_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault() 119 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault() 120 exccause == EXCCAUSE_ITLB_MISS || in do_page_fault() 121 exccause == EXCCAUSE_FETCH_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault() 125 address, exccause, regs->pc, in do_page_fault()
|
| /arch/xtensa/kernel/ |
| A D | vectors.S | 78 rsr a0, exccause # retrieve exception cause 105 rsr a0, exccause # retrieve exception cause 272 rsr a0, exccause 293 rsr a3, exccause 345 rsr a0, exccause 459 rsr a0, exccause 545 rsr a0, exccause 650 wsr a0, exccause
|
| A D | s32c1i_selftest.c | 47 rcw_exc = regs->exccause; in do_probed_exception()
|
| A D | align.S | 554 rsr a0, exccause 560 rsr a0, exccause 566 rsr a0, exccause
|
| A D | coprocessor.S | 174 rsr a3, exccause
|
| A D | asm-offsets.c | 36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
|
| A D | traps.c | 211 regs->exccause); in do_unhandled()
|
| A D | entry.S | 805 wsr a2, exccause 1530 rsr a0, exccause
|
| /arch/xtensa/include/asm/ |
| A D | ptrace.h | 57 unsigned long exccause; /* 16 */ member
|
Completed in 11 milliseconds