Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dkgdb_32.c94 unsigned long cwp = regs->psr & PSR_CWP; in gdb_regs_to_pt_regs()
96 regs->psr = (gdb_regs[GDB_PSR] & ~PSR_CWP) | cwp; in gdb_regs_to_pt_regs()
/linux/arch/sparc/include/uapi/asm/
H A Dpsr.h22 #define PSR_CWP 0x0000001f /* current window pointer */ macro
H A Dpsrcompat.h8 #define PSR_CWP 0x0000001f /* current window pointer */ macro
/linux/arch/sparc/include/asm/
H A Dprocessor_32.h61 regs->psr = (regs->psr & (PSR_CWP)) | PSR_S; in start_thread()