Home
last modified time | relevance | path

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

/openbmc/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()
H A Dprocess_32.c309 ti->kwim = 1 << (((psr & PSR_CWP) + 1) % nwindows);
H A Dentry.S963 andn %l0, PSR_CWP, %l0
965 and %l1, PSR_CWP, %l1
/openbmc/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
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_32.h61 regs->psr = (regs->psr & (PSR_CWP)) | PSR_S; in start_thread()
/openbmc/qemu/target/sparc/
H A Dwin_helper.c105 cpu_set_cwp(env, val & PSR_CWP); in cpu_put_psr_raw()
178 if ((new_psr & PSR_CWP) >= env->nwindows) { in helper_wrpsr()
H A Dcpu.h116 #define PSR_CWP 0x1f macro
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()