Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
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
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()
A Dutrap.S23 andn %l6, TSTATE_CWP, %l6
A Dprocess_64.c600 (current_pt_regs()->tstate + 1) & TSTATE_CWP; in copy_thread()
615 (regs->tstate + 1) & TSTATE_CWP; in copy_thread()
/linux/arch/sparc/include/asm/
A Dprocessor_64.h100 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (__asi << 24UL); \
144 …regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM) | (__asi << 2…
/linux/arch/sparc/include/uapi/asm/
A Dpsrcompat.h30 return ((tstate & TSTATE_CWP) | in tstate_to_psr()
A Dpstate.h76 #define TSTATE_CWP _AC(0x000000000000001f,UL) /* Curr Win-Pointer. */ macro

Completed in 9 milliseconds