/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | stacktrace.c | 30 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local 64 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user() 70 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
|
H A D | ptrace.c | 54 .windowstart = regs->windowstart, in gpr_get() 98 newregs.windowstart != regs->windowstart) { in gpr_set() 101 rotws = (((newregs.windowstart | in gpr_set() 102 (newregs.windowstart << WSBITS)) >> in gpr_set() 108 regs->windowstart = newregs.windowstart; in gpr_set() 306 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
H A D | mxhead.S | 42 wsr a1, windowstart
|
H A D | entry.S | 162 rsr a3, windowstart 211 * bits 0..3: xxx1 masked lower 4 bits of the rotated windowstart, 237 wsr a3, windowstart # set corresponding WINDOWSTART bit 302 rsr a3, windowstart # need shifted windowstart: windowmask 588 wsr a3, windowstart # restore WINDOWSTART 682 rsr a3, windowstart 926 wsr a0, windowstart 1244 rsr a3, windowstart # a3 = xxxwww1yy 1262 wsr a3, windowstart # sav [all...] |
H A D | signal.c | 56 const unsigned long ws = regs->windowstart; in flush_window_regs_user() 117 regs->windowstart = 1 << wb; in flush_window_regs_user() 192 regs->windowstart = 1; in restore_sigcontext()
|
H A D | head.S | 71 wsr a1, windowstart 347 wsr a1, windowstart
|
H A D | process.c | 238 windowbase, windowstart and wmask. in copy_thread() 259 childregs->windowstart = 1; in copy_thread()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | stacktrace.c | 31 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local 65 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user() 71 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
|
H A D | ptrace.c | 53 .windowstart = regs->windowstart, in gpr_get() 97 newregs.windowstart != regs->windowstart) { in gpr_set() 100 rotws = (((newregs.windowstart | in gpr_set() 101 (newregs.windowstart << WSBITS)) >> in gpr_set() 107 regs->windowstart = newregs.windowstart; in gpr_set() 304 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
H A D | mxhead.S | 43 wsr a1, windowstart
|
H A D | entry.S | 154 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 D | signal.c | 59 const unsigned long ws = regs->windowstart; in flush_window_regs_user() 120 regs->windowstart = 1 << wb; in flush_window_regs_user() 201 regs->windowstart = 1; in restore_sigcontext()
|
H A D | head.S | 73 wsr a1, windowstart 351 wsr a1, windowstart
|
/kernel/linux/linux-5.10/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 50 __u32 windowstart; member
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | xtensa.h | 44 uint32_t windowstart; member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | xtensa.h | 44 uint32_t windowstart; member
|
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/ |
H A D | ptrace.h | 54 __u32 windowstart; member
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 49 wsr a0, windowstart
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | ptrace.h | 65 unsigned long windowstart; /* 52 */ member
|
H A D | processor.h | 207 (regs)->windowstart = 1; \
|
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-elf/ |
H A D | bootstrap.S | 50 wsr a0, windowstart
|
/kernel/linux/linux-6.6/arch/xtensa/include/asm/ |
H A D | ptrace.h | 66 unsigned long windowstart; /* 52 */ member
|
H A D | processor.h | 212 (regs)->windowstart = 1; \
|
/kernel/linux/linux-5.10/arch/xtensa/boot/boot-redboot/ |
H A D | bootstrap.S | 62 wsr a4, windowstart
|
/kernel/linux/linux-6.6/arch/xtensa/boot/boot-redboot/ |
H A D | bootstrap.S | 63 wsr a4, windowstart
|