Searched refs:windowstart (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/xtensa/kernel/ |
| H A D | stacktrace.c | 32 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local 66 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user() 72 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
|
| H A D | entry.S | 154 rsr a3, windowstart 236 wsr a3, windowstart # set corresponding WINDOWSTART bit 594 wsr a3, windowstart # restore WINDOWSTART 692 rsr a3, windowstart 942 wsr a0, windowstart 1269 rsr a3, windowstart # a3 = xxxwww1yy 1287 wsr a3, windowstart # save shifted windowstart 1301 rsr a3, windowstart 1302 srl a3, a3 # shift windowstart 1486 wsr a2, windowstart # set corrected windowstart
|
| H A D | mxhead.S | 43 wsr a1, windowstart
|
| 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 | process.c | 327 childregs->windowstart = 1; in copy_thread()
|
| H A D | asm-offsets.c | 67 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | ptrace.h | 54 __u32 windowstart; member
|
| /linux/include/sound/sof/ |
| H A D | xtensa.h | 44 uint32_t windowstart; member
|
| /linux/arch/xtensa/boot/boot-elf/ |
| H A D | bootstrap.S | 50 wsr a0, windowstart
|
| /linux/arch/xtensa/include/asm/ |
| H A D | ptrace.h | 66 unsigned long windowstart; /* 52 */ member
|
| H A D | processor.h | 210 (regs)->windowstart = 1; \
|
| /linux/arch/xtensa/boot/boot-redboot/ |
| H A D | bootstrap.S | 63 wsr a4, windowstart
|