Searched refs:windowstart (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/arch/xtensa/kernel/ |
D | ptrace.c | 68 __put_user(regs->windowstart, &gregset->windowstart); in ptrace_getregs() 97 __get_user(regs->windowstart, &gregset->windowstart); in ptrace_setregs() 203 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
D | process.c | 274 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 292 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
D | signal.c | 61 const unsigned long ws = regs->windowstart; in flush_window_regs_user() 122 regs->windowstart = 1 << wb; in flush_window_regs_user() 197 regs->windowstart = 1; in restore_sigcontext()
|
D | asm-offsets.c | 62 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 368 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
D | entry.S | 1190 wsr a2, WINDOWSTART # set corrected windowstart 1305 wsr a3, WINDOWSTART # save shifted windowstart 1320 srl a3, a3 # shift windowstart
|
/linux-3.4.99/arch/xtensa/include/asm/ |
D | ptrace.h | 99 unsigned long windowstart; /* 52 */ member
|
D | processor.h | 162 regs->windowstart = 1;
|
D | elf.h | 85 elf_greg_t windowstart; member
|