Home
last modified time | relevance | path

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

/Linux-v6.6/arch/xtensa/mm/
Dfault.c92 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()
/Linux-v6.6/arch/xtensa/kernel/
Dvectors.S78 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
Ds32c1i_selftest.c47 rcw_exc = regs->exccause; in do_probed_exception()
Dalign.S554 rsr a0, exccause
560 rsr a0, exccause
566 rsr a0, exccause
Dcoprocessor.S174 rsr a3, exccause
Dasm-offsets.c36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause)); in main()
Dtraps.c211 regs->exccause); in do_unhandled()
Dentry.S805 wsr a2, exccause
1530 rsr a0, exccause
/Linux-v6.6/sound/soc/sof/xtensa/
Dcore.c91 if (xtensa_exception_causes[i].id == xoops->exccause) { in xtensa_dsp_oops()
100 xoops->exccause, xoops->excvaddr, xoops->ps, xoops->sar); in xtensa_dsp_oops()
/Linux-v6.6/include/sound/sof/
Dxtensa.h22 uint32_t exccause; member
/Linux-v6.6/arch/xtensa/include/asm/
Dptrace.h57 unsigned long exccause; /* 16 */ member
/Linux-v6.6/drivers/net/wireless/ath/ath9k/
Dhtc_hst.h82 __be32 exccause; member
Dhtc_hst.c382 htc_panic->exccause, htc_panic->pc, in ath9k_htc_fw_panic_report()