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

/linux-master/include/sound/sof/
H A Dxtensa.h44 uint32_t windowstart; member in struct:sof_ipc_dsp_oops_xtensa
/linux-master/arch/xtensa/kernel/
H A Dmxhead.S43 wsr a1, windowstart
H A Dstacktrace.c32 unsigned long windowstart = regs->windowstart; local
66 windowstart = (windowstart << WSBITS | windowstart) >> windowbase;
72 if (windowstart & (1 << index)) {
H A Dptrace.c53 .windowstart = regs->windowstart,
97 newregs.windowstart != regs->windowstart) {
100 rotws = (((newregs.windowstart |
101 (newregs.windowstart << WSBITS)) >>
107 regs->windowstart = newregs.windowstart;
304 unsigned long ws = regs->windowstart;
H A Dhead.S73 wsr a1, windowstart
351 wsr a1, windowstart
H A Dentry.S154 rsr a3, windowstart
210 * bits 0..3: xxx1 masked lower 4 bits of the rotated windowstart,
236 wsr a3, windowstart # set corresponding WINDOWSTART bit
302 rsr a3, windowstart # need shifted windowstart: windowmask
594 wsr a3, windowstart # restore WINDOWSTART
692 rsr a3, windowstart
942 wsr a0, windowstart
1269 rsr a3, windowstart # a3 = xxxwww1yy
1287 wsr a3, windowstart # sav
[all...]
H A Dsignal.c59 const unsigned long ws = regs->windowstart;
120 regs->windowstart = 1 << wb;
201 regs->windowstart = 1;
H A Dasm-offsets.c66 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
H A Dprocess.c306 windowbase, windowstart and wmask.
327 childregs->windowstart = 1;
H A Dtraps.c547 regs->windowbase, regs->windowstart, regs->wmask,
/linux-master/arch/xtensa/include/uapi/asm/
H A Dptrace.h54 __u32 windowstart; member in struct:user_pt_regs
/linux-master/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S50 wsr a0, windowstart
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h66 unsigned long windowstart; /* 52 */ member in struct:pt_regs
H A Dprocessor.h212 (regs)->windowstart = 1; \
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S63 wsr a4, windowstart

Completed in 877 milliseconds