Searched refs:windowstart (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/arch/xtensa/kernel/ ! |
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()
|
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()
|
D | mxhead.S | 43 wsr a1, windowstart
|
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
|
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()
|
D | head.S | 73 wsr a1, windowstart 351 wsr a1, windowstart
|
D | process.c | 326 childregs->windowstart = 1; in copy_thread()
|
D | asm-offsets.c | 66 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 547 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/linux-6.6.21/arch/xtensa/include/uapi/asm/ ! |
D | ptrace.h | 54 __u32 windowstart; member
|
/linux-6.6.21/include/sound/sof/ ! |
D | xtensa.h | 44 uint32_t windowstart; member
|
/linux-6.6.21/arch/xtensa/boot/boot-elf/ ! |
D | bootstrap.S | 50 wsr a0, windowstart
|
/linux-6.6.21/arch/xtensa/include/asm/ ! |
D | ptrace.h | 66 unsigned long windowstart; /* 52 */ member
|
D | processor.h | 212 (regs)->windowstart = 1; \
|
/linux-6.6.21/arch/xtensa/boot/boot-redboot/ ! |
D | bootstrap.S | 63 wsr a4, windowstart
|