Searched refs:PSR_CWP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpsr.h21 #define PSR_CWP 0x0000001f /* current window pointer */ macro
H A Dpsrcompat.h7 #define PSR_CWP 0x0000001f /* current window pointer */ macro
H A Dprocessor_32.h86 regs->psr = (regs->psr & (PSR_CWP)) | PSR_S;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dkgdb_32.c90 unsigned long cwp = regs->psr & PSR_CWP;
92 regs->psr = (gdb_regs[GDB_PSR] & ~PSR_CWP) | cwp;

Completed in 105 milliseconds