Home
last modified time | relevance | path

Searched refs:exccause (Results 1 – 10 of 10) sorted by relevance

/arch/xtensa/mm/
Dfault.c41 unsigned int exccause = regs->exccause; in do_page_fault() local
65 is_write = (exccause == EXCCAUSE_STORE_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault()
66 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault()
67 exccause == EXCCAUSE_ITLB_MISS || in do_page_fault()
68 exccause == EXCCAUSE_FETCH_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault()
72 address, exccause, regs->pc, is_write? "w":"", is_exec? "x":""); in do_page_fault()
/arch/xtensa/include/asm/
Dtraps.h21 extern void do_unhandled(struct pt_regs *regs, unsigned long exccause);
Dptrace.h28 unsigned long exccause; /* 16 */ member
/arch/xtensa/kernel/
Dvectors.S77 rsr a0, exccause # retrieve exception cause
104 rsr a0, exccause # retrieve exception cause
269 rsr a0, exccause
286 rsr a3, exccause
339 rsr a0, exccause
452 rsr a0, exccause
533 rsr a0, exccause
631 wsr a0, exccause
Dtraps.c174 void do_unhandled(struct pt_regs *regs, unsigned long exccause) in do_unhandled() argument
183 current->comm, task_pid_nr(current), regs->pc, exccause); in do_unhandled()
191 void do_multihit(struct pt_regs *regs, unsigned long exccause) in do_multihit() argument
Dsetup.c369 unsigned long exccause) in do_probed_exception() argument
373 rcw_exc = exccause; in do_probed_exception()
375 do_unhandled(regs, exccause); in do_probed_exception()
Dcoprocessor.S266 rsr a3, exccause
309 2: rsr a3, exccause
Dalign.S468 rsr a0, exccause
474 rsr a0, exccause
480 rsr a0, exccause
Dasm-offsets.c34 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
Dentry.S365 rsr a0, exccause
722 wsr a2, exccause
1380 rsr a0, exccause