Home
last modified time | relevance | path

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

/linux-4.4.14/arch/xtensa/kernel/
Dstacktrace.c38 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local
67 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
73 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
Dptrace.c67 __put_user(regs->windowstart, &gregset->windowstart); in ptrace_getregs()
94 __get_user(ws, &gregset->windowstart); in ptrace_setregs()
103 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs()
111 regs->windowstart = ws; in ptrace_setregs()
212 unsigned long ws = regs->windowstart; in ptrace_peekusr()
Dprocess.c245 childregs->windowstart = 1; in copy_thread()
327 ws = regs->windowstart; in xtensa_elf_core_copy_regs()
345 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
Dentry.S160 rsr a3, windowstart
235 wsr a3, windowstart # set corresponding WINDOWSTART bit
584 wsr a3, windowstart # restore WINDOWSTART
678 rsr a3, windowstart
858 wsr a0, windowstart
1181 rsr a3, windowstart # a3 = xxxwww1yy
1199 wsr a3, windowstart # save shifted windowstart
1213 rsr a3, windowstart
1214 srl a3, a3 # shift windowstart
1400 wsr a2, windowstart # set corrected windowstart
Dmxhead.S42 wsr a1, windowstart
Dsignal.c57 const unsigned long ws = regs->windowstart; in flush_window_regs_user()
118 regs->windowstart = 1 << wb; in flush_window_regs_user()
193 regs->windowstart = 1; in restore_sigcontext()
Dhead.S75 wsr a1, windowstart
345 wsr a1, windowstart
Dasm-offsets.c64 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
Dtraps.c444 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
/linux-4.4.14/arch/xtensa/boot/boot-elf/
Dbootstrap.S55 wsr a0, windowstart
/linux-4.4.14/arch/xtensa/include/asm/
Dptrace.h37 unsigned long windowstart; /* 52 */ member
Delf.h85 elf_greg_t windowstart; member
Dprocessor.h190 regs->windowstart = 1;
/linux-4.4.14/arch/xtensa/boot/boot-redboot/
Dbootstrap.S60 wsr a4, windowstart