Home
last modified time | relevance | path

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

/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
/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