Searched refs:windowstart (Results 1 – 14 of 14) sorted by relevance
/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 | process.c | 254 childregs->windowstart = 1; in copy_thread() 338 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 356 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
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() 250 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
D | mxhead.S | 42 wsr a1, windowstart
|
D | entry.S | 160 rsr a3, windowstart 235 wsr a3, windowstart # set corresponding WINDOWSTART bit 590 wsr a3, windowstart # restore WINDOWSTART 684 rsr a3, windowstart 924 wsr a0, windowstart 1247 rsr a3, windowstart # a3 = xxxwww1yy 1265 wsr a3, windowstart # save shifted windowstart 1279 rsr a3, windowstart 1280 srl a3, a3 # shift windowstart 1466 wsr a2, windowstart # set corrected windowstart
|
D | signal.c | 58 const unsigned long ws = regs->windowstart; in flush_window_regs_user() 119 regs->windowstart = 1 << wb; in flush_window_regs_user() 194 regs->windowstart = 1; in restore_sigcontext()
|
D | head.S | 75 wsr a1, windowstart 346 wsr a1, windowstart
|
D | asm-offsets.c | 65 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 480 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 60 wsr a0, windowstart
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 76 unsigned long windowstart; /* 52 */ member
|
D | elf.h | 85 elf_greg_t windowstart; member
|
D | processor.h | 206 regs->windowstart = 1;
|
/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 61 wsr a4, windowstart
|