Searched refs:TSTATE_CWP (Results 1 – 7 of 7) sorted by relevance
/linux/arch/sparc/kernel/ |
A D | winfixup.S | 27 and %g1, TSTATE_CWP, %g1 95 and %g1, TSTATE_CWP, %g1 115 and %g1, TSTATE_CWP, %g1 142 and %g1, TSTATE_CWP, %g1
|
A D | kgdb_64.c | 100 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 D | utrap.S | 23 andn %l6, TSTATE_CWP, %l6
|
A D | process_64.c | 600 (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 D | processor_64.h | 100 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 D | psrcompat.h | 30 return ((tstate & TSTATE_CWP) | in tstate_to_psr()
|
A D | pstate.h | 76 #define TSTATE_CWP _AC(0x000000000000001f,UL) /* Curr Win-Pointer. */ macro
|
Completed in 9 milliseconds