Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/xtensa/mm/
H A Dfault.c39 unsigned int exccause = regs->exccause; in do_page_fault() local
63 is_write = (exccause == EXCCAUSE_STORE_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault()
64 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE || in do_page_fault()
65 exccause == EXCCAUSE_ITLB_MISS || in do_page_fault()
66 exccause == EXCCAUSE_FETCH_CACHE_ATTRIBUTE) ? 1 : 0; in do_page_fault()
70 address, exccause, regs->pc, in do_page_fault()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Ds32c1i_selftest.c44 unsigned long exccause) in do_probed_exception() argument
48 rcw_exc = exccause; in do_probed_exception()
50 do_unhandled(regs, exccause); in do_probed_exception()
H A Dvectors.S78 rsr a0, exccause # retrieve exception cause
105 rsr a0, exccause # retrieve exception cause
271 rsr a0, exccause
288 rsr a3, exccause
340 rsr a0, exccause
453 rsr a0, exccause
536 rsr a0, exccause
639 wsr a0, exccause
H A Dtraps.c180 void do_unhandled(struct pt_regs *regs, unsigned long exccause) in do_unhandled() argument
190 exccause); in do_unhandled()
198 void do_multihit(struct pt_regs *regs, unsigned long exccause) in do_multihit() argument
H A Dcoprocessor.S138 rsr a3, exccause
180 2: rsr a3, exccause
H A Dalign.S465 rsr a0, exccause
471 rsr a0, exccause
477 rsr a0, exccause
H A Dasm-offsets.c35 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
H A Dentry.S792 wsr a2, exccause
1505 rsr a0, exccause
/OK3568_Linux_fs/kernel/sound/soc/sof/xtensa/
H A Dcore.c91 if (xtensa_exception_causes[i].id == xoops->exccause) { in xtensa_dsp_oops()
98 xoops->exccause, xoops->excvaddr, xoops->ps, xoops->sar); in xtensa_dsp_oops()
/OK3568_Linux_fs/u-boot/arch/xtensa/cpu/
H A Dexceptions.c24 regs->exccause, regs->excvaddr, regs->pc); in unhandled_exception()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dtraps.h42 extern void do_unhandled(struct pt_regs *regs, unsigned long exccause);
H A Dptrace.h56 unsigned long exccause; /* 16 */ member
/OK3568_Linux_fs/kernel/include/sound/sof/
H A Dxtensa.h22 uint32_t exccause; member
/OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/
H A Dptrace.h89 unsigned long exccause; /* 16 */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h82 __be32 exccause; member
H A Dhtc_hst.c376 htc_panic->exccause, htc_panic->pc, in ath9k_htc_fw_panic_report()