Home
last modified time | relevance | path

Searched refs:TSTATE_CWP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dwinfixup.S27 and %g1, TSTATE_CWP, %g1
95 and %g1, TSTATE_CWP, %g1
115 and %g1, TSTATE_CWP, %g1
142 and %g1, TSTATE_CWP, %g1
H A Dkgdb_64.c100 unsigned long cwp = regs->tstate & TSTATE_CWP; in gdb_regs_to_pt_regs()
102 regs->tstate = (gdb_regs[GDB_STATE] & ~TSTATE_CWP) | cwp; in gdb_regs_to_pt_regs()
H A Dutrap.S23 andn %l6, TSTATE_CWP, %l6
H A Dprocess_64.c593 (current_pt_regs()->tstate + 1) & TSTATE_CWP; in copy_thread()
607 (regs->tstate + 1) & TSTATE_CWP; in copy_thread()
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_64.h96 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (__asi << 24UL); \
140 …regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM) | (__asi << 2…
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dpsrcompat.h30 return ((tstate & TSTATE_CWP) | in tstate_to_psr()
H A Dpstate.h76 #define TSTATE_CWP _AC(0x000000000000001f,UL) /* Curr Win-Pointer. */ macro
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c179 const uint64_t TSTATE_CWP = 0x1f; in do_getpsr() local
187 return ((tstate & TSTATE_CWP) | in do_getpsr()