Searched refs:cwp (Results 1 - 16 of 16) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
H A D | helpers.S | 30 rdpr %cwp, %g1 36 wrpr %g3, %cwp 42 2: wrpr %g1, %cwp
|
H A D | utrap.S | 21 rdpr %cwp, %l7
|
H A D | kgdb_64.c | 50 unsigned long pc, cwp; sleeping_thread_to_gdb_regs() local 79 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; sleeping_thread_to_gdb_regs() 81 gdb_regs[GDB_STATE] = (TSTATE_PRIV | TSTATE_IE | cwp); sleeping_thread_to_gdb_regs() 99 unsigned long cwp = regs->tstate & TSTATE_CWP; gdb_regs_to_pt_regs() local 101 regs->tstate = (gdb_regs[GDB_STATE] & ~TSTATE_CWP) | cwp; gdb_regs_to_pt_regs()
|
H A D | urtt_fill.S | 11 rdpr %cwp, %g1 13 wrpr %g1, 0x0, %cwp
|
H A D | winfixup.S | 30 wrpr %g1, %cwp 99 wrpr %g1, %cwp 115 wrpr %g1, %cwp 142 wrpr %g1, %cwp
|
H A D | asm-offsets.c | 32 OFFSET(SC_REG_CWP, saved_context, cwp); sparc64_foo()
|
H A D | kgdb_32.c | 92 unsigned long cwp = regs->psr & PSR_CWP; gdb_regs_to_pt_regs() local 94 regs->psr = (gdb_regs[GDB_PSR] & ~PSR_CWP) | cwp; gdb_regs_to_pt_regs()
|
H A D | hvtramp.S | 39 wrpr %g0, 0, %cwp
|
H A D | etrap_64.S | 67 rdpr %cwp, %g1 69 wrpr %g1, %cwp 129 rdpr %cwp, %l0
|
H A D | rtrap_64.S | 234 rdpr %cwp, %g1 238 wrpr %g1, %cwp 255 wrpr %g1, 0x0, %cwp
|
/linux-4.4.14/arch/sparc/include/asm/ |
H A D | hibernate.h | 12 unsigned long cwp; member in struct:saved_context
|
H A D | switch_to_64.h | 35 "rdpr %%cwp, %%o5\n\t" \ 40 "wrpr %%g1, %%cwp\n\t" \
|
H A D | ttable.h | 275 wrpr %g1, %cwp; \ 333 wrpr %g1, %cwp; \ 367 rdpr %cwp, %g1; \ 370 wrpr %g1, %cwp; \ 432 wrpr %g1, %cwp; \ 466 rdpr %cwp, %g1; \ 469 wrpr %g1, %cwp; \ 512 rdpr %cwp, %g1; \ 514 wrpr %g1, %cwp; \ 534 wrpr %g1, %cwp; \
|
/linux-4.4.14/arch/sparc/power/ |
H A D | hibernate_asm.S | 21 rdpr %cwp, %g2 103 wrpr %g2, %cwp
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | ultra.S | 566 rdpr %cwp, %g3 568 wrpr %g7, %cwp 570 wrpr %g3, %cwp
|
/linux-4.4.14/drivers/mtd/ |
H A D | mtdswap.c | 1226 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; mtdswap_show() local 1248 cwp = d->curr_write_pos; mtdswap_show() 1286 cwp, d->pages_per_eblk - cwp, cwecount); mtdswap_show()
|
Completed in 4862 milliseconds