Searched refs:from_kernel (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sparc/kernel/ |
A D | unaligned_64.c | 105 unsigned int rd, int from_kernel) in maybe_flush_windows() argument 108 if (from_kernel != 0) in maybe_flush_windows() 172 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in compute_effective_address() local 178 maybe_flush_windows(rs1, 0, rd, from_kernel); in compute_effective_address() 181 maybe_flush_windows(rs1, rs2, rd, from_kernel); in compute_effective_address() 185 if (!from_kernel && test_thread_flag(TIF_32BIT)) in compute_effective_address() 398 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in handle_popc() local 404 maybe_flush_windows(0, 0, rd, from_kernel); in handle_popc() 573 int from_kernel = (regs->tstate & TSTATE_PRIV) != 0; in handle_ld_nf() local 578 maybe_flush_windows(0, 0, rd, from_kernel); in handle_ld_nf() [all …]
|
A D | visemul.c | 141 unsigned int rd, int from_kernel) in maybe_flush_windows() argument 144 if (from_kernel != 0) in maybe_flush_windows()
|
/linux/kernel/bpf/preload/iterators/ |
A D | iterators.c | 17 int from_kernel = 0; variable 53 read(from_kernel, &magic, sizeof(magic)); in main() 85 read(from_kernel, &magic, sizeof(magic)); in main()
|
Completed in 9 milliseconds