Searched refs:windowstart (Results 1 – 15 of 15) sorted by relevance
/Linux-v5.4/arch/xtensa/kernel/ |
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()
|
D | ptrace.c | 54 .windowstart = regs->windowstart, in gpr_get() 95 newregs.windowstart != regs->windowstart) { in gpr_set() 98 rotws = (((newregs.windowstart | in gpr_set() 99 (newregs.windowstart << WSBITS)) >> in gpr_set() 105 regs->windowstart = newregs.windowstart; in gpr_set() 305 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
D | entry.S | 162 rsr a3, windowstart 237 wsr a3, windowstart # set corresponding WINDOWSTART bit 583 wsr a3, windowstart # restore WINDOWSTART 677 rsr a3, windowstart 921 wsr a0, windowstart 1234 rsr a3, windowstart # a3 = xxxwww1yy 1252 wsr a3, windowstart # save shifted windowstart 1266 rsr a3, windowstart 1267 srl a3, a3 # shift windowstart 1451 wsr a2, windowstart # set corrected windowstart
|
D | mxhead.S | 42 wsr a1, windowstart
|
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()
|
D | head.S | 71 wsr a1, windowstart 340 wsr a1, windowstart
|
D | process.c | 259 childregs->windowstart = 1; in copy_thread()
|
D | asm-offsets.c | 65 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 476 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/Linux-v5.4/arch/xtensa/include/uapi/asm/ |
D | ptrace.h | 50 __u32 windowstart; member
|
/Linux-v5.4/include/sound/sof/ |
D | xtensa.h | 44 uint32_t windowstart; member
|
/Linux-v5.4/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 49 wsr a0, windowstart
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | ptrace.h | 65 unsigned long windowstart; /* 52 */ member
|
D | processor.h | 206 (regs)->windowstart = 1; \
|
/Linux-v5.4/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 62 wsr a4, windowstart
|