Searched refs:exccause (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/arch/xtensa/include/asm/ |
H A D | traps.h | 18 * void (*)(struct pt_regs *regs, unsigned long exccause); 21 extern void do_unhandled(struct pt_regs *regs, unsigned long exccause);
|
H A D | ptrace.h | 28 unsigned long exccause; /* 16 */ member in struct:pt_regs
|
/linux-4.4.14/arch/xtensa/mm/ |
H A D | fault.c | 42 unsigned int exccause = regs->exccause; do_page_fault() local 66 is_write = (exccause == EXCCAUSE_STORE_CACHE_ATTRIBUTE) ? 1 : 0; do_page_fault() 67 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || do_page_fault() 68 exccause == EXCCAUSE_ITLB_MISS || do_page_fault() 69 exccause == EXCCAUSE_FETCH_CACHE_ATTRIBUTE) ? 1 : 0; do_page_fault() 73 address, exccause, regs->pc, is_write? "w":"", is_exec? "x":""); do_page_fault()
|
/linux-4.4.14/arch/xtensa/kernel/ |
H A D | traps.c | 178 void do_unhandled(struct pt_regs *regs, unsigned long exccause) do_unhandled() argument 187 current->comm, task_pid_nr(current), regs->pc, exccause); do_unhandled() 195 void do_multihit(struct pt_regs *regs, unsigned long exccause) do_multihit() argument
|
H A D | coprocessor.S | 266 rsr a3, exccause 309 2: rsr a3, exccause
|
H A D | vectors.S | 77 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 536 rsr a0, exccause 637 wsr a0, exccause
|
H A D | align.S | 468 rsr a0, exccause 474 rsr a0, exccause 480 rsr a0, exccause
|
H A D | setup.c | 372 unsigned long exccause) do_probed_exception() 376 rcw_exc = exccause; do_probed_exception() 378 do_unhandled(regs, exccause); do_probed_exception() 371 do_probed_exception(struct pt_regs *regs, unsigned long exccause) do_probed_exception() argument
|
H A D | asm-offsets.c | 34 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); main()
|
H A D | entry.S | 377 rsr a2, exccause 425 rsr a2, exccause 786 wsr a2, exccause 1444 rsr a0, exccause 1820 * void system_call (struct pt_regs* regs, int exccause)
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
H A D | htc_hst.h | 82 __be32 exccause; member in struct:htc_panic_bad_vaddr
|
H A D | htc_hst.c | 371 "exccause: 0x%08x; pc: 0x%08x; badvaddr: 0x%08x.\n", ath9k_htc_fw_panic_report() 372 htc_panic->exccause, htc_panic->pc, ath9k_htc_fw_panic_report()
|
Completed in 480 milliseconds