Searched refs:from_kernel (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/sparc/kernel/ |
D | unaligned_64.c | 104 unsigned int rd, int from_kernel) in maybe_flush_windows() argument 107 if (from_kernel != 0) in maybe_flush_windows() 171 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in compute_effective_address() local 177 maybe_flush_windows(rs1, 0, rd, from_kernel); in compute_effective_address() 180 maybe_flush_windows(rs1, rs2, rd, from_kernel); in compute_effective_address() 184 if (!from_kernel && test_thread_flag(TIF_32BIT)) in compute_effective_address() 397 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in handle_popc() local 403 maybe_flush_windows(0, 0, rd, from_kernel); in handle_popc() 406 maybe_flush_windows(0, insn & 0x1f, rd, from_kernel); in handle_popc() 572 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in handle_ld_nf() local [all …]
|
D | visemul.c | 140 unsigned int rd, int from_kernel) in maybe_flush_windows() argument 143 if (from_kernel != 0) in maybe_flush_windows()
|