Searched refs:windowbase (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/kernel/
H A Dptrace.c58 unsigned long wb = regs->windowbase;
70 __put_user(regs->windowbase, &gregset->windowbase);
99 __get_user(wb, &gregset->windowbase);
106 regs->windowbase = wb;
200 unsigned long wb = regs->windowbase;
H A Dsignal.c62 const unsigned long wb = regs->windowbase;
196 regs->windowbase = 0;
H A Dasm-offsets.c61 DEFINE(PT_WINDOWBASE, offsetof (struct pt_regs, windowbase));
H A Dprocess.c272 wb = regs->windowbase;
H A Dtraps.c368 regs->windowbase, regs->windowstart, regs->wmask,
H A Dentry.S133 /* Rotate ws so that the current windowbase is at bit0. */
273 /* Rotate ws so that the current windowbase is at bit0. */
1176 rsr a2, WINDOWBASE # get current windowbase (a2 is saved)
1281 * Rotate ws so that the current windowbase is at bit 0.
1299 /* We want 1 at the top, so that we return to the current windowbase */
1360 srli a11, a3, 2 # shift windowbase by 2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dptrace.h98 unsigned long windowbase; /* 48 */ member in struct:pt_regs
H A Delf.h86 elf_greg_t windowbase; member in struct:__anon10673
H A Dprocessor.h161 regs->windowbase = 0; \

Completed in 111 milliseconds