Home
last modified time | relevance | path

Searched refs:windowstart (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/arch/xtensa/kernel/
Dstacktrace.c30 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local
59 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
65 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
Dptrace.c70 __put_user(regs->windowstart, &gregset->windowstart); in ptrace_getregs()
97 __get_user(ws, &gregset->windowstart); in ptrace_setregs()
106 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs()
114 regs->windowstart = ws; in ptrace_setregs()
216 unsigned long ws = regs->windowstart; in ptrace_peekusr()
Dprocess.c257 childregs->windowstart = 1; in copy_thread()
341 ws = regs->windowstart; in xtensa_elf_core_copy_regs()
359 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
Dentry.S162 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
1219 rsr a3, windowstart # a3 = xxxwww1yy
1237 wsr a3, windowstart # save shifted windowstart
1251 rsr a3, windowstart
1252 srl a3, a3 # shift windowstart
1436 wsr a2, windowstart # set corrected windowstart
Dmxhead.S42 wsr a1, windowstart
Dsignal.c56 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()
Dhead.S75 wsr a1, windowstart
338 wsr a1, windowstart
Dasm-offsets.c65 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
Dtraps.c475 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
/Linux-v4.19/arch/xtensa/include/asm/
Dptrace.h63 unsigned long windowstart; /* 52 */ member
Delf.h85 elf_greg_t windowstart; member
Dprocessor.h201 regs->windowstart = 1;
/Linux-v4.19/arch/xtensa/boot/boot-elf/
Dbootstrap.S59 wsr a0, windowstart
/Linux-v4.19/arch/xtensa/boot/boot-redboot/
Dbootstrap.S62 wsr a4, windowstart