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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-xtensa/
H A Dptrace.h100 unsigned long windowstart; /* 52 */ member in struct:pt_regs
H A Delf.h45 elf_greg_t windowstart; member in struct:__anon9582
H A Dprocessor.h157 regs->windowstart = 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dprocess.c229 elfregs->windowstart = regs->windowstart;
279 regs->windowstart = elfregs->windowstart;
H A Dptrace.c104 tmp = regs->windowstart;
176 regs->windowstart = data;
H A Dasm-offsets.c62 DEFINE(PT_WINDOWSTART, offsetof(struct pt_regs, windowstart));
H A Dsignal.c53 * Note that windowbase, windowstart, and wmask are not updated!
59 const unsigned long ws = regs->windowstart;
182 regs->windowstart = 1;
H A Dtraps.c367 regs->windowbase, regs->windowstart, regs->wmask,
H A Dentry.S185 * bits 0..3: xxx1 masked lower 4 bits of the rotated windowstart,
288 rsr a3, WINDOWSTART # need shifted windowstart: windowmask
1219 wsr a2, WINDOWSTART # set corrected windowstart
1353 wsr a3, WINDOWSTART # save shifted windowstart
1369 srl a3, a3 # shift windowstart

Completed in 104 milliseconds