Searched refs:exccause (Results 1 - 15 of 15) sorted by relevance

/linux-master/sound/soc/sof/intel/
H A Dtelemetry.h22 u32 exccause; member in struct:xtensa_arch_block
H A Dtelemetry.c78 xoops->exccause = block->exccause;
/linux-master/arch/xtensa/mm/
H A Dfault.c92 unsigned int exccause = regs->exccause; local
118 is_write = (exccause == EXCCAUSE_STORE_CACHE_ATTRIBUTE) ? 1 : 0;
119 is_exec = (exccause == EXCCAUSE_ITLB_PRIVILEGE ||
120 exccause == EXCCAUSE_ITLB_MISS ||
121 exccause == EXCCAUSE_FETCH_CACHE_ATTRIBUTE) ? 1 : 0;
125 address, exccause, regs->pc,
/linux-master/include/sound/sof/
H A Dxtensa.h22 uint32_t exccause; member in struct:sof_ipc_dsp_oops_xtensa
/linux-master/sound/soc/sof/xtensa/
H A Dcore.c91 if (xtensa_exception_causes[i].id == xoops->exccause) {
100 xoops->exccause, xoops->excvaddr, xoops->ps, xoops->sar);
/linux-master/arch/xtensa/kernel/
H A Ds32c1i_selftest.c47 rcw_exc = regs->exccause;
H A 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
H A Dalign.S554 rsr a0, exccause
560 rsr a0, exccause
566 rsr a0, exccause
H A Dasm-offsets.c36 DEFINE(PT_EXCCAUSE, offsetof (struct pt_regs, exccause));
H A Dcoprocessor.S174 rsr a3, exccause
H A Dtraps.c211 regs->exccause);
H A Dentry.S377 rsr a2, exccause
805 wsr a2, exccause
1530 rsr a0, exccause
1918 * void system_call (struct pt_regs* regs, int exccause)
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h57 unsigned long exccause; /* 16 */ member in struct:pt_regs
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.h82 __be32 exccause; member in struct:htc_panic_bad_vaddr
H A Dhtc_hst.c381 "exccause: 0x%08x; pc: 0x%08x; badvaddr: 0x%08x.\n",
382 htc_panic->exccause, htc_panic->pc,

Completed in 156 milliseconds