Searched refs:windowbase (Results 1 - 17 of 17) sorted by relevance

/linux-master/arch/xtensa/kernel/
H A Dptrace.c52 .windowbase = regs->windowbase,
58 regs->areg + XCHAL_NUM_AREGS - regs->windowbase * 4,
59 regs->windowbase * 16);
60 memcpy(newregs.a + regs->windowbase * 4,
62 (WSBITS - regs->windowbase) * 16);
81 if (newregs.windowbase >= XCHAL_NUM_AREGS / 4)
96 if (newregs.windowbase != regs->windowbase ||
102 newregs.windowbase)
[all...]
H A Dmxhead.S44 wsr a0, windowbase
H A Dstacktrace.c33 unsigned long windowbase = regs->windowbase; local
66 windowstart = (windowstart << WSBITS | windowstart) >> windowbase;
H A Dentry.S149 /* Rotate ws so that the current windowbase is at bit0. */
153 rsr a2, windowbase
237 wsr a2, windowbase # and WINDOWSTART
298 /* Rotate ws so that the current windowbase is at bit0. */
301 rsr a2, windowbase # don't need to save these, we only
596 wsr a2, windowbase # switch to user's saved WB
625 rsr a0, windowbase
943 wsr a1, windowbase
1009 rsr a0, windowbase
1243 rsr a0, windowbase
[all...]
H A Dhead.S74 wsr a0, windowbase
352 wsr a0, windowbase
H A Dvectors.S264 wsr a0, windowbase
434 rsr a2, windowbase
492 * We get here with windowbase set to the window that was being spilled and
524 rsr a2, windowbase
H A Dsignal.c60 const unsigned long wb = regs->windowbase;
200 regs->windowbase = 0;
H A Dasm-offsets.c65 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase));
H A Dprocess.c306 windowbase, windowstart and wmask.
328 childregs->windowbase = 0;
H A Dtraps.c547 regs->windowbase, regs->windowstart, regs->wmask,
/linux-master/include/sound/sof/
H A Dxtensa.h43 uint32_t windowbase; member in struct:sof_ipc_dsp_oops_xtensa
/linux-master/arch/xtensa/include/uapi/asm/
H A Dptrace.h55 __u32 windowbase; member in struct:user_pt_regs
/linux-master/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S47 wsr a0, windowbase
/linux-master/arch/xtensa/include/asm/
H A Dptrace.h65 unsigned long windowbase; /* 48 */ member in struct:pt_regs
H A Dprocessor.h211 (regs)->windowbase = 0; \
/linux-master/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S60 rsr a5, windowbase
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1844 #define SYSCALL_RET(_regs) (_regs).a[(_regs).windowbase * 4 + 2]

Completed in 198 milliseconds