Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dptrace.c53 .windowbase = regs->windowbase, in gpr_get()
59 regs->areg + XCHAL_NUM_AREGS - regs->windowbase * 4, in gpr_get()
60 regs->windowbase * 16); in gpr_get()
61 memcpy(newregs.a + regs->windowbase * 4, in gpr_get()
63 (WSBITS - regs->windowbase) * 16); in gpr_get()
82 if (newregs.windowbase >= XCHAL_NUM_AREGS / 4) in gpr_set()
97 if (newregs.windowbase != regs->windowbase || in gpr_set()
103 newregs.windowbase) in gpr_set()
[all...]
H A Dstacktrace.c31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local
64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
H A Dentry.S158 /* Rotate ws so that the current windowbase is at bit0. */
161 rsr a2, windowbase
238 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
590 wsr a2, windowbase # switch to user's saved WB
618 1: rsr a0, windowbase
927 wsr a1, windowbase
991 rsr a0, windowbase
1218 rsr a0, windowbase
[all...]
H A Dmxhead.S43 wsr a0, windowbase
H A Dhead.S72 wsr a0, windowbase
348 wsr a0, windowbase
H A Dvectors.S263 wsr a0, windowbase
428 rsr a2, windowbase
483 * We get here with windowbase set to the window that was being spilled and
515 rsr a2, windowbase
H A Dsignal.c57 const unsigned long wb = regs->windowbase; in flush_window_regs_user()
191 regs->windowbase = 0; in restore_sigcontext()
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dptrace.c52 .windowbase = regs->windowbase, in gpr_get()
58 regs->areg + XCHAL_NUM_AREGS - regs->windowbase * 4, in gpr_get()
59 regs->windowbase * 16); in gpr_get()
60 memcpy(newregs.a + regs->windowbase * 4, in gpr_get()
62 (WSBITS - regs->windowbase) * 16); in gpr_get()
81 if (newregs.windowbase >= XCHAL_NUM_AREGS / 4) in gpr_set()
96 if (newregs.windowbase != regs->windowbase || in gpr_set()
102 newregs.windowbase) in gpr_set()
[all...]
H A Dstacktrace.c32 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local
65 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
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 Dmxhead.S44 wsr a0, windowbase
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; in flush_window_regs_user()
200 regs->windowbase = 0; in restore_sigcontext()
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/
H A Dptrace.h51 __u32 windowbase; member
/kernel/linux/linux-5.10/include/sound/sof/
H A Dxtensa.h43 uint32_t windowbase; member
/kernel/linux/linux-6.6/include/sound/sof/
H A Dxtensa.h43 uint32_t windowbase; member
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
H A Dptrace.h55 __u32 windowbase; member
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S46 wsr a0, windowbase
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dptrace.h64 unsigned long windowbase; /* 48 */ member
H A Dprocessor.h206 (regs)->windowbase = 0; \
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S47 wsr a0, windowbase
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dptrace.h65 unsigned long windowbase; /* 48 */ member
H A Dprocessor.h211 (regs)->windowbase = 0; \
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S59 rsr a5, windowbase

Completed in 10 milliseconds

12