Searched refs:windowstart (Results 1 – 14 of 14) sorted by relevance
/arch/xtensa/oprofile/ |
D | backtrace.c | 31 unsigned long windowstart = regs->windowstart; in xtensa_backtrace_user() local 56 windowstart = (windowstart << WSBITS | windowstart) >> windowbase; in xtensa_backtrace_user() 62 if (windowstart & (1 << index)) { in xtensa_backtrace_user()
|
/arch/xtensa/kernel/ |
D | ptrace.c | 67 __put_user(regs->windowstart, &gregset->windowstart); in ptrace_getregs() 94 __get_user(ws, &gregset->windowstart); in ptrace_setregs() 103 if (wb != regs->windowbase || ws != regs->windowstart) { in ptrace_setregs() 111 regs->windowstart = ws; in ptrace_setregs() 212 unsigned long ws = regs->windowstart; in ptrace_peekusr()
|
D | process.c | 245 childregs->windowstart = 1; in copy_thread() 327 ws = regs->windowstart; in xtensa_elf_core_copy_regs() 345 elfregs->windowstart = ws; in xtensa_elf_core_copy_regs()
|
D | mxhead.S | 42 wsr a1, windowstart
|
D | entry.S | 139 rsr a3, windowstart 214 wsr a3, windowstart # set corresponding WINDOWSTART bit 521 wsr a3, windowstart # restore WINDOWSTART 615 rsr a3, windowstart 794 wsr a0, windowstart 1117 rsr a3, windowstart # a3 = xxxwww1yy 1135 wsr a3, windowstart # save shifted windowstart 1149 rsr a3, windowstart 1150 srl a3, a3 # shift windowstart 1336 wsr a2, windowstart # set corrected windowstart
|
D | signal.c | 57 const unsigned long ws = regs->windowstart; in flush_window_regs_user() 118 regs->windowstart = 1 << wb; in flush_window_regs_user() 193 regs->windowstart = 1; in restore_sigcontext()
|
D | head.S | 75 wsr a1, windowstart 340 wsr a1, windowstart
|
D | asm-offsets.c | 64 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart)); in main()
|
D | traps.c | 415 regs->windowbase, regs->windowstart, regs->wmask, in show_regs()
|
/arch/xtensa/include/asm/ |
D | ptrace.h | 37 unsigned long windowstart; /* 52 */ member
|
D | processor.h | 163 regs->windowstart = 1;
|
D | elf.h | 85 elf_greg_t windowstart; member
|
/arch/xtensa/boot/boot-elf/ |
D | bootstrap.S | 59 wsr a0, windowstart
|
/arch/xtensa/boot/boot-redboot/ |
D | bootstrap.S | 60 wsr a4, windowstart
|