Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/kernel/
Dwinfixup.S26 and %g1, TSTATE_CWP, %g1
94 and %g1, TSTATE_CWP, %g1
114 and %g1, TSTATE_CWP, %g1
141 and %g1, TSTATE_CWP, %g1
Dkgdb_64.c99 unsigned long cwp = regs->tstate & TSTATE_CWP; in gdb_regs_to_pt_regs()
101 regs->tstate = (gdb_regs[GDB_STATE] & ~TSTATE_CWP) | cwp; in gdb_regs_to_pt_regs()
Dutrap.S22 andn %l6, TSTATE_CWP, %l6
Dprocess_64.c642 (current_pt_regs()->tstate + 1) & TSTATE_CWP; in copy_thread()
657 (regs->tstate + 1) & TSTATE_CWP; in copy_thread()
/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_64.h111 regs->tstate = (regs->tstate & (TSTATE_CWP)) | (TSTATE_INITIAL_MM|TSTATE_IE) | (__asi << 24UL); \
155 …regs->tstate = (regs->tstate & (TSTATE_CWP))|(TSTATE_INITIAL_MM|TSTATE_IE|TSTATE_AM) | (__asi << 2…
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dpsrcompat.h29 return ((tstate & TSTATE_CWP) | in tstate_to_psr()
Dpstate.h65 #define TSTATE_CWP _AC(0x000000000000001f,UL) /* Curr Win-Pointer. */ macro