Searched refs:windowstart (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dptrace.h99 unsigned long windowstart; /* 52 */ member in struct:pt_regs
H A Delf.h85 elf_greg_t windowstart; member in struct:__anon10673
H A Dprocessor.h162 regs->windowstart = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dptrace.c69 __put_user(regs->windowstart, &gregset->windowstart);
98 __get_user(regs->windowstart, &gregset->windowstart);
201 unsigned long ws = regs->windowstart;
H A Dprocess.c273 ws = regs->windowstart;
291 elfregs->windowstart = ws;
H A Dsignal.c61 const unsigned long ws = regs->windowstart;
122 regs->windowstart = 1 << wb;
197 regs->windowstart = 1;
H A Dasm-offsets.c62 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
H A Dtraps.c368 regs->windowbase, regs->windowstart, regs->wmask,
H A Dentry.S186 * bits 0..3: xxx1 masked lower 4 bits of the rotated windowstart,
277 rsr a3, WINDOWSTART # need shifted windowstart: windowmask
1190 wsr a2, WINDOWSTART # set corrected windowstart
1305 wsr a3, WINDOWSTART # save shifted windowstart
1320 srl a3, a3 # shift windowstart

Completed in 37 milliseconds