/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | ptrace.c | 53 .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 D | stacktrace.c | 31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local 64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
|
H A D | entry.S | 158 /* 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 D | mxhead.S | 43 wsr a0, windowbase
|
H A D | head.S | 72 wsr a0, windowbase 348 wsr a0, windowbase
|
H A D | vectors.S | 263 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 D | signal.c | 57 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 D | ptrace.c | 52 .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 D | stacktrace.c | 32 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local 65 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
|
H A D | entry.S | 149 /* 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 D | mxhead.S | 44 wsr a0, windowbase
|
H A D | head.S | 74 wsr a0, windowbase 352 wsr a0, windowbase
|
H A D | vectors.S | 264 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 D | signal.c | 60 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 D | ptrace.h | 51 __u32 windowbase; member
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | xtensa.h | 43 uint32_t windowbase; member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | xtensa.h | 43 uint32_t windowbase; member
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 55 __u32 windowbase; member
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 46 wsr a0, windowbase
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | ptrace.h | 64 unsigned long windowbase; /* 48 */ member
|
H A D | processor.h | 206 (regs)->windowbase = 0; \
|
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 47 wsr a0, windowbase
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | ptrace.h | 65 unsigned long windowbase; /* 48 */ member
|
H A D | processor.h | 211 (regs)->windowbase = 0; \
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/ |
H A D | bootstrap.S | 59 rsr a5, windowbase
|