Searched refs:windowbase (Results 1 – 15 of 15) sorted by relevance
/arch/xtensa/kernel/ |
D | ptrace.c | 56 unsigned long wb = regs->windowbase; in ptrace_getregs() 68 __put_user(regs->windowbase, &gregset->windowbase); in ptrace_getregs() 95 __get_user(wb, &gregset->windowbase); in ptrace_setregs() 103 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs() 110 regs->windowbase = wb; in ptrace_setregs() 211 unsigned long wb = regs->windowbase; in ptrace_peekusr()
|
D | stacktrace.c | 39 unsigned long windowbase = regs->windowbase; in xtensa_backtrace_user() local 67 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user()
|
D | mxhead.S | 43 wsr a0, windowbase
|
D | entry.S | 159 rsr a2, windowbase 236 wsr a2, windowbase # and WINDOWSTART 299 rsr a2, windowbase # don't need to save these, we only 614 1: rsr a0, windowbase 859 wsr a1, windowbase 922 rsr a0, windowbase 1155 rsr a0, windowbase 1180 rsr a0, windowbase 1208 rsr a3, windowbase 1210 wsr a3, windowbase [all …]
|
D | process.c | 249 childregs->windowbase = 0; in copy_thread() 329 wb = regs->windowbase; in xtensa_elf_core_copy_regs()
|
D | head.S | 76 wsr a0, windowbase 352 wsr a0, windowbase
|
D | signal.c | 58 const unsigned long wb = regs->windowbase; in flush_window_regs_user() 192 regs->windowbase = 0; in restore_sigcontext()
|
D | vectors.S | 261 wsr a0, windowbase 427 rsr a2, windowbase 515 rsr a2, windowbase
|
D | asm-offsets.c | 63 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase)); in main()
|
D | traps.c | 444 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 52 wsr a0, windowbase
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 36 unsigned long windowbase; /* 48 */ member
|
D | elf.h | 86 elf_greg_t windowbase; member
|
D | processor.h | 193 regs->windowbase = 0; \
|
/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 57 rsr a5, windowbase
|