Searched refs:PSR_CWP (Results 1 – 9 of 9) sorted by relevance
94 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()
309 ti->kwim = 1 << (((psr & PSR_CWP) + 1) % nwindows);
963 andn %l0, PSR_CWP, %l0965 and %l1, PSR_CWP, %l1
22 #define PSR_CWP 0x0000001f /* current window pointer */ macro
8 #define PSR_CWP 0x0000001f /* current window pointer */ macro
61 regs->psr = (regs->psr & (PSR_CWP)) | PSR_S; in start_thread()
105 cpu_set_cwp(env, val & PSR_CWP); in cpu_put_psr_raw()178 if ((new_psr & PSR_CWP) >= env->nwindows) { in helper_wrpsr()
116 #define PSR_CWP 0x1f macro
193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()