Searched refs:windowstart (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/xtensa/kernel/ |
D | stacktrace.c | 30 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()
|
D | ptrace.c | 70 __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()
|
D | process.c | 257 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()
|
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 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
|
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 | 75 wsr a1, windowstart 338 wsr a1, windowstart
|
D | asm-offsets.c | 65 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 475 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | ptrace.h | 63 unsigned long windowstart; /* 52 */ member
|
D | elf.h | 85 elf_greg_t windowstart; member
|
D | processor.h | 201 regs->windowstart = 1;
|
/Linux-v4.19/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 59 wsr a0, windowstart
|
/Linux-v4.19/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 62 wsr a4, windowstart
|