Searched refs:windowbase (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/arch/xtensa/kernel/ |
D | ptrace.c | 59 unsigned long wb = regs->windowbase; in ptrace_getregs() 71 __put_user(regs->windowbase, &gregset->windowbase); in ptrace_getregs() 98 __get_user(wb, &gregset->windowbase); in ptrace_setregs() 106 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs() 113 regs->windowbase = wb; in ptrace_setregs() 215 unsigned long wb = regs->windowbase; in ptrace_peekusr()
|
D | stacktrace.c | 31 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local 59 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
|
D | entry.S | 161 rsr a2, windowbase 238 wsr a2, windowbase # and WINDOWSTART 301 rsr a2, windowbase # don't need to save these, we only 613 1: rsr a0, windowbase 922 wsr a1, windowbase 983 rsr a0, windowbase 1193 rsr a0, windowbase 1218 rsr a0, windowbase 1246 rsr a3, windowbase 1248 wsr a3, windowbase [all …]
|
D | mxhead.S | 43 wsr a0, windowbase
|
D | process.c | 258 childregs->windowbase = 0; in copy_thread() 340 wb = regs->windowbase; in xtensa_elf_core_copy_regs()
|
D | head.S | 76 wsr a0, windowbase 339 wsr a0, windowbase
|
D | vectors.S | 262 wsr a0, windowbase 427 rsr a2, windowbase 514 rsr a2, windowbase
|
D | signal.c | 57 const unsigned long wb = regs->windowbase; in flush_window_regs_user() 191 regs->windowbase = 0; in restore_sigcontext()
|
D | asm-offsets.c | 64 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase)); 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 | 62 unsigned long windowbase; /* 48 */ member
|
D | elf.h | 86 elf_greg_t windowbase; member
|
D | processor.h | 200 regs->windowbase = 0; \
|
/Linux-v4.19/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 56 wsr a0, windowbase
|
/Linux-v4.19/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 59 rsr a5, windowbase
|