blob: 1c20029d2f5a896664d0e5618e80aa7375f0ee64 [file] [log] [blame]
Chris Metcalf867e3592010-05-28 23:09:12 -04001/*
2 * Copyright 2010 Tilera Corporation. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation, version 2.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
11 * NON INFRINGEMENT. See the GNU General Public License for
12 * more details.
13 */
14
15#include <linux/sched.h>
16#include <linux/preempt.h>
17#include <linux/module.h>
18#include <linux/fs.h>
19#include <linux/kprobes.h>
20#include <linux/elfcore.h>
21#include <linux/tick.h>
22#include <linux/init.h>
23#include <linux/mm.h>
24#include <linux/compat.h>
25#include <linux/hardirq.h>
26#include <linux/syscalls.h>
Chris Metcalf0707ad32010-06-25 17:04:17 -040027#include <linux/kernel.h>
Chris Metcalf313ce672011-05-02 14:50:06 -040028#include <linux/tracehook.h>
29#include <linux/signal.h>
Chris Metcalf867e3592010-05-28 23:09:12 -040030#include <asm/stack.h>
Paul Gortmaker34f2c0a2012-04-01 16:38:46 -040031#include <asm/switch_to.h>
Chris Metcalf867e3592010-05-28 23:09:12 -040032#include <asm/homecache.h>
Chris Metcalf0707ad32010-06-25 17:04:17 -040033#include <asm/syscalls.h>
Chris Metcalf313ce672011-05-02 14:50:06 -040034#include <asm/traps.h>
David Howellsbd119c62012-03-28 18:30:03 +010035#include <asm/setup.h>
Chris Metcalf0707ad32010-06-25 17:04:17 -040036#ifdef CONFIG_HARDWALL
37#include <asm/hardwall.h>
38#endif
Chris Metcalf867e3592010-05-28 23:09:12 -040039#include <arch/chip.h>
40#include <arch/abi.h>
David Howellsbd119c62012-03-28 18:30:03 +010041#include <arch/sim_def.h>
Chris Metcalf867e3592010-05-28 23:09:12 -040042
43
44/*
45 * Use the (x86) "idle=poll" option to prefer low latency when leaving the
46 * idle loop over low power while in the idle loop, e.g. if we have
47 * one thread per core and we want to get threads out of futex waits fast.
48 */
49static int no_idle_nap;
50static int __init idle_setup(char *str)
51{
52 if (!str)
53 return -EINVAL;
54
55 if (!strcmp(str, "poll")) {
Chris Metcalf0707ad32010-06-25 17:04:17 -040056 pr_info("using polling idle threads.\n");
Chris Metcalf867e3592010-05-28 23:09:12 -040057 no_idle_nap = 1;
58 } else if (!strcmp(str, "halt"))
59 no_idle_nap = 0;
60 else
61 return -1;
62
63 return 0;
64}
65early_param("idle", idle_setup);
66
67/*
68 * The idle thread. There's no useful work to be
69 * done, so just try to conserve power and have a
70 * low exit latency (ie sit in a loop waiting for
71 * somebody to say that they'd like to reschedule)
72 */
73void cpu_idle(void)
74{
Chris Metcalf867e3592010-05-28 23:09:12 -040075 int cpu = smp_processor_id();
76
77
78 current_thread_info()->status |= TS_POLLING;
79
80 if (no_idle_nap) {
81 while (1) {
82 while (!need_resched())
83 cpu_relax();
84 schedule();
85 }
86 }
87
88 /* endless idle loop with no priority at all */
89 while (1) {
Frederic Weisbecker1268fbc2011-11-17 18:48:14 +010090 tick_nohz_idle_enter();
91 rcu_idle_enter();
Chris Metcalf867e3592010-05-28 23:09:12 -040092 while (!need_resched()) {
93 if (cpu_is_offline(cpu))
94 BUG(); /* no HOTPLUG_CPU */
95
96 local_irq_disable();
97 __get_cpu_var(irq_stat).idle_timestamp = jiffies;
98 current_thread_info()->status &= ~TS_POLLING;
99 /*
100 * TS_POLLING-cleared state must be visible before we
101 * test NEED_RESCHED:
102 */
103 smp_mb();
104
105 if (!need_resched())
106 _cpu_idle();
107 else
108 local_irq_enable();
109 current_thread_info()->status |= TS_POLLING;
110 }
Frederic Weisbecker1268fbc2011-11-17 18:48:14 +0100111 rcu_idle_exit();
112 tick_nohz_idle_exit();
Thomas Gleixnerbd2f5532011-03-21 12:33:18 +0100113 schedule_preempt_disabled();
Chris Metcalf867e3592010-05-28 23:09:12 -0400114 }
115}
116
Chris Metcalf867e3592010-05-28 23:09:12 -0400117/*
Thomas Gleixnerd909a812012-05-05 15:05:47 +0000118 * Release a thread_info structure
Chris Metcalf867e3592010-05-28 23:09:12 -0400119 */
Thomas Gleixnerd909a812012-05-05 15:05:47 +0000120void arch_release_thread_info(struct thread_info *info)
Chris Metcalf867e3592010-05-28 23:09:12 -0400121{
122 struct single_step_state *step_state = info->step_state;
123
Chris Metcalf0707ad32010-06-25 17:04:17 -0400124#ifdef CONFIG_HARDWALL
125 /*
126 * We free a thread_info from the context of the task that has
127 * been scheduled next, so the original task is already dead.
128 * Calling deactivate here just frees up the data structures.
129 * If the task we're freeing held the last reference to a
130 * hardwall fd, it would have been released prior to this point
Chris Metcalfb8ace082012-03-30 16:01:48 -0400131 * anyway via exit_files(), and the hardwall_task.info pointers
132 * would be NULL by now.
Chris Metcalf0707ad32010-06-25 17:04:17 -0400133 */
Chris Metcalfb8ace082012-03-30 16:01:48 -0400134 hardwall_deactivate_all(info->task);
Chris Metcalf0707ad32010-06-25 17:04:17 -0400135#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400136
137 if (step_state) {
138
139 /*
140 * FIXME: we don't munmap step_state->buffer
141 * because the mm_struct for this process (info->task->mm)
142 * has already been zeroed in exit_mm(). Keeping a
143 * reference to it here seems like a bad move, so this
144 * means we can't munmap() the buffer, and therefore if we
145 * ptrace multiple threads in a process, we will slowly
146 * leak user memory. (Note that as soon as the last
147 * thread in a process dies, we will reclaim all user
148 * memory including single-step buffers in the usual way.)
149 * We should either assign a kernel VA to this buffer
150 * somehow, or we should associate the buffer(s) with the
151 * mm itself so we can clean them up that way.
152 */
153 kfree(step_state);
154 }
Chris Metcalf867e3592010-05-28 23:09:12 -0400155}
156
157static void save_arch_state(struct thread_struct *t);
158
Chris Metcalf867e3592010-05-28 23:09:12 -0400159int copy_thread(unsigned long clone_flags, unsigned long sp,
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400160 unsigned long arg,
Al Viro008f1792012-10-23 23:32:21 -0400161 struct task_struct *p, struct pt_regs *unused)
Chris Metcalf867e3592010-05-28 23:09:12 -0400162{
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400163 struct pt_regs *childregs = task_pt_regs(p);
Chris Metcalf867e3592010-05-28 23:09:12 -0400164 unsigned long ksp;
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400165 unsigned long *callee_regs;
Chris Metcalf867e3592010-05-28 23:09:12 -0400166
167 /*
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400168 * Set up the stack and stack pointer appropriately for the
169 * new child to find itself woken up in __switch_to().
170 * The callee-saved registers must be on the stack to be read;
171 * the new task will then jump to assembly support to handle
172 * calling schedule_tail(), etc., and (for userspace tasks)
173 * returning to the context set up in the pt_regs.
Chris Metcalf867e3592010-05-28 23:09:12 -0400174 */
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400175 ksp = (unsigned long) childregs;
176 ksp -= C_ABI_SAVE_AREA_SIZE; /* interrupt-entry save area */
177 ((long *)ksp)[0] = ((long *)ksp)[1] = 0;
178 ksp -= CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long);
179 callee_regs = (unsigned long *)ksp;
180 ksp -= C_ABI_SAVE_AREA_SIZE; /* __switch_to() save area */
181 ((long *)ksp)[0] = ((long *)ksp)[1] = 0;
182 p->thread.ksp = ksp;
Chris Metcalf867e3592010-05-28 23:09:12 -0400183
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400184 /* Record the pid of the task that created this one. */
185 p->thread.creator_pid = current->pid;
186
Al Viro008f1792012-10-23 23:32:21 -0400187 if (unlikely(p->flags & PF_KTHREAD)) {
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400188 /* kernel thread */
189 memset(childregs, 0, sizeof(struct pt_regs));
190 memset(&callee_regs[2], 0,
191 (CALLEE_SAVED_REGS_COUNT - 2) * sizeof(unsigned long));
192 callee_regs[0] = sp; /* r30 = function */
193 callee_regs[1] = arg; /* r31 = arg */
194 childregs->ex1 = PL_ICS_EX1(KERNEL_PL, 0);
195 p->thread.pc = (unsigned long) ret_from_kernel_thread;
196 return 0;
197 }
Chris Metcalf867e3592010-05-28 23:09:12 -0400198
199 /*
200 * Start new thread in ret_from_fork so it schedules properly
201 * and then return from interrupt like the parent.
202 */
203 p->thread.pc = (unsigned long) ret_from_fork;
204
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400205 /*
206 * Do not clone step state from the parent; each thread
207 * must make its own lazily.
208 */
209 task_thread_info(p)->step_state = NULL;
210
Chris Metcalf867e3592010-05-28 23:09:12 -0400211 /*
212 * Copy the registers onto the kernel stack so the
213 * return-from-interrupt code will reload it into registers.
214 */
Al Viro008f1792012-10-23 23:32:21 -0400215 *childregs = *current_pt_regs();
Chris Metcalf867e3592010-05-28 23:09:12 -0400216 childregs->regs[0] = 0; /* return value is zero */
Al Viro008f1792012-10-23 23:32:21 -0400217 if (sp)
218 childregs->sp = sp; /* override with new user stack pointer */
219 memcpy(callee_regs, &childregs->regs[CALLEE_SAVED_FIRST_REG],
Chris Metcalf0f8b9832012-10-19 16:25:12 -0400220 CALLEE_SAVED_REGS_COUNT * sizeof(unsigned long));
Chris Metcalf867e3592010-05-28 23:09:12 -0400221
Al Viro008f1792012-10-23 23:32:21 -0400222 /* Save user stack top pointer so we can ID the stack vm area later. */
223 p->thread.usp0 = childregs->sp;
224
Chris Metcalf867e3592010-05-28 23:09:12 -0400225 /*
Chris Metcalfbc4cf2b2010-12-14 15:57:49 -0500226 * If CLONE_SETTLS is set, set "tp" in the new task to "r4",
227 * which is passed in as arg #5 to sys_clone().
228 */
229 if (clone_flags & CLONE_SETTLS)
Al Viro008f1792012-10-23 23:32:21 -0400230 childregs->tp = childregs->regs[4];
Chris Metcalfbc4cf2b2010-12-14 15:57:49 -0500231
Chris Metcalf867e3592010-05-28 23:09:12 -0400232
233#if CHIP_HAS_TILE_DMA()
234 /*
235 * No DMA in the new thread. We model this on the fact that
236 * fork() clears the pending signals, alarms, and aio for the child.
237 */
238 memset(&p->thread.tile_dma_state, 0, sizeof(struct tile_dma_state));
239 memset(&p->thread.dma_async_tlb, 0, sizeof(struct async_tlb));
240#endif
241
242#if CHIP_HAS_SN_PROC()
243 /* Likewise, the new thread is not running static processor code. */
244 p->thread.sn_proc_running = 0;
245 memset(&p->thread.sn_async_tlb, 0, sizeof(struct async_tlb));
246#endif
247
248#if CHIP_HAS_PROC_STATUS_SPR()
249 /* New thread has its miscellaneous processor state bits clear. */
250 p->thread.proc_status = 0;
251#endif
252
Chris Metcalf0707ad32010-06-25 17:04:17 -0400253#ifdef CONFIG_HARDWALL
254 /* New thread does not own any networks. */
Chris Metcalfb8ace082012-03-30 16:01:48 -0400255 memset(&p->thread.hardwall[0], 0,
256 sizeof(struct hardwall_task) * HARDWALL_TYPES);
Chris Metcalf0707ad32010-06-25 17:04:17 -0400257#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400258
259
260 /*
261 * Start the new thread with the current architecture state
262 * (user interrupt masks, etc.).
263 */
264 save_arch_state(&p->thread);
265
266 return 0;
267}
268
269/*
270 * Return "current" if it looks plausible, or else a pointer to a dummy.
271 * This can be helpful if we are just trying to emit a clean panic.
272 */
273struct task_struct *validate_current(void)
274{
275 static struct task_struct corrupt = { .comm = "<corrupt>" };
276 struct task_struct *tsk = current;
277 if (unlikely((unsigned long)tsk < PAGE_OFFSET ||
Chris Metcalfb287f692012-03-29 14:02:52 -0400278 (high_memory && (void *)tsk > high_memory) ||
Chris Metcalf867e3592010-05-28 23:09:12 -0400279 ((unsigned long)tsk & (__alignof__(*tsk) - 1)) != 0)) {
Chris Metcalf0707ad32010-06-25 17:04:17 -0400280 pr_err("Corrupt 'current' %p (sp %#lx)\n", tsk, stack_pointer);
Chris Metcalf867e3592010-05-28 23:09:12 -0400281 tsk = &corrupt;
282 }
283 return tsk;
284}
285
286/* Take and return the pointer to the previous task, for schedule_tail(). */
287struct task_struct *sim_notify_fork(struct task_struct *prev)
288{
289 struct task_struct *tsk = current;
290 __insn_mtspr(SPR_SIM_CONTROL, SIM_CONTROL_OS_FORK_PARENT |
291 (tsk->thread.creator_pid << _SIM_CONTROL_OPERATOR_BITS));
292 __insn_mtspr(SPR_SIM_CONTROL, SIM_CONTROL_OS_FORK |
293 (tsk->pid << _SIM_CONTROL_OPERATOR_BITS));
294 return prev;
295}
296
297int dump_task_regs(struct task_struct *tsk, elf_gregset_t *regs)
298{
299 struct pt_regs *ptregs = task_pt_regs(tsk);
300 elf_core_copy_regs(regs, ptregs);
301 return 1;
302}
303
304#if CHIP_HAS_TILE_DMA()
305
306/* Allow user processes to access the DMA SPRs */
307void grant_dma_mpls(void)
308{
Chris Metcalfa78c9422010-10-14 16:23:03 -0400309#if CONFIG_KERNEL_PL == 2
310 __insn_mtspr(SPR_MPL_DMA_CPL_SET_1, 1);
311 __insn_mtspr(SPR_MPL_DMA_NOTIFY_SET_1, 1);
312#else
Chris Metcalf867e3592010-05-28 23:09:12 -0400313 __insn_mtspr(SPR_MPL_DMA_CPL_SET_0, 1);
314 __insn_mtspr(SPR_MPL_DMA_NOTIFY_SET_0, 1);
Chris Metcalfa78c9422010-10-14 16:23:03 -0400315#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400316}
317
318/* Forbid user processes from accessing the DMA SPRs */
319void restrict_dma_mpls(void)
320{
Chris Metcalfa78c9422010-10-14 16:23:03 -0400321#if CONFIG_KERNEL_PL == 2
322 __insn_mtspr(SPR_MPL_DMA_CPL_SET_2, 1);
323 __insn_mtspr(SPR_MPL_DMA_NOTIFY_SET_2, 1);
324#else
Chris Metcalf867e3592010-05-28 23:09:12 -0400325 __insn_mtspr(SPR_MPL_DMA_CPL_SET_1, 1);
326 __insn_mtspr(SPR_MPL_DMA_NOTIFY_SET_1, 1);
Chris Metcalfa78c9422010-10-14 16:23:03 -0400327#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400328}
329
330/* Pause the DMA engine, then save off its state registers. */
331static void save_tile_dma_state(struct tile_dma_state *dma)
332{
333 unsigned long state = __insn_mfspr(SPR_DMA_USER_STATUS);
334 unsigned long post_suspend_state;
335
336 /* If we're running, suspend the engine. */
337 if ((state & DMA_STATUS_MASK) == SPR_DMA_STATUS__RUNNING_MASK)
338 __insn_mtspr(SPR_DMA_CTR, SPR_DMA_CTR__SUSPEND_MASK);
339
340 /*
341 * Wait for the engine to idle, then save regs. Note that we
342 * want to record the "running" bit from before suspension,
343 * and the "done" bit from after, so that we can properly
344 * distinguish a case where the user suspended the engine from
345 * the case where the kernel suspended as part of the context
346 * swap.
347 */
348 do {
349 post_suspend_state = __insn_mfspr(SPR_DMA_USER_STATUS);
350 } while (post_suspend_state & SPR_DMA_STATUS__BUSY_MASK);
351
352 dma->src = __insn_mfspr(SPR_DMA_SRC_ADDR);
353 dma->src_chunk = __insn_mfspr(SPR_DMA_SRC_CHUNK_ADDR);
354 dma->dest = __insn_mfspr(SPR_DMA_DST_ADDR);
355 dma->dest_chunk = __insn_mfspr(SPR_DMA_DST_CHUNK_ADDR);
356 dma->strides = __insn_mfspr(SPR_DMA_STRIDE);
357 dma->chunk_size = __insn_mfspr(SPR_DMA_CHUNK_SIZE);
358 dma->byte = __insn_mfspr(SPR_DMA_BYTE);
359 dma->status = (state & SPR_DMA_STATUS__RUNNING_MASK) |
360 (post_suspend_state & SPR_DMA_STATUS__DONE_MASK);
361}
362
363/* Restart a DMA that was running before we were context-switched out. */
364static void restore_tile_dma_state(struct thread_struct *t)
365{
366 const struct tile_dma_state *dma = &t->tile_dma_state;
367
368 /*
369 * The only way to restore the done bit is to run a zero
370 * length transaction.
371 */
372 if ((dma->status & SPR_DMA_STATUS__DONE_MASK) &&
373 !(__insn_mfspr(SPR_DMA_USER_STATUS) & SPR_DMA_STATUS__DONE_MASK)) {
374 __insn_mtspr(SPR_DMA_BYTE, 0);
375 __insn_mtspr(SPR_DMA_CTR, SPR_DMA_CTR__REQUEST_MASK);
376 while (__insn_mfspr(SPR_DMA_USER_STATUS) &
377 SPR_DMA_STATUS__BUSY_MASK)
378 ;
379 }
380
381 __insn_mtspr(SPR_DMA_SRC_ADDR, dma->src);
382 __insn_mtspr(SPR_DMA_SRC_CHUNK_ADDR, dma->src_chunk);
383 __insn_mtspr(SPR_DMA_DST_ADDR, dma->dest);
384 __insn_mtspr(SPR_DMA_DST_CHUNK_ADDR, dma->dest_chunk);
385 __insn_mtspr(SPR_DMA_STRIDE, dma->strides);
386 __insn_mtspr(SPR_DMA_CHUNK_SIZE, dma->chunk_size);
387 __insn_mtspr(SPR_DMA_BYTE, dma->byte);
388
389 /*
390 * Restart the engine if we were running and not done.
391 * Clear a pending async DMA fault that we were waiting on return
392 * to user space to execute, since we expect the DMA engine
393 * to regenerate those faults for us now. Note that we don't
394 * try to clear the TIF_ASYNC_TLB flag, since it's relatively
395 * harmless if set, and it covers both DMA and the SN processor.
396 */
397 if ((dma->status & DMA_STATUS_MASK) == SPR_DMA_STATUS__RUNNING_MASK) {
398 t->dma_async_tlb.fault_num = 0;
399 __insn_mtspr(SPR_DMA_CTR, SPR_DMA_CTR__REQUEST_MASK);
400 }
401}
402
403#endif
404
405static void save_arch_state(struct thread_struct *t)
406{
407#if CHIP_HAS_SPLIT_INTR_MASK()
408 t->interrupt_mask = __insn_mfspr(SPR_INTERRUPT_MASK_0_0) |
409 ((u64)__insn_mfspr(SPR_INTERRUPT_MASK_0_1) << 32);
410#else
411 t->interrupt_mask = __insn_mfspr(SPR_INTERRUPT_MASK_0);
412#endif
413 t->ex_context[0] = __insn_mfspr(SPR_EX_CONTEXT_0_0);
414 t->ex_context[1] = __insn_mfspr(SPR_EX_CONTEXT_0_1);
415 t->system_save[0] = __insn_mfspr(SPR_SYSTEM_SAVE_0_0);
416 t->system_save[1] = __insn_mfspr(SPR_SYSTEM_SAVE_0_1);
417 t->system_save[2] = __insn_mfspr(SPR_SYSTEM_SAVE_0_2);
418 t->system_save[3] = __insn_mfspr(SPR_SYSTEM_SAVE_0_3);
419 t->intctrl_0 = __insn_mfspr(SPR_INTCTRL_0_STATUS);
420#if CHIP_HAS_PROC_STATUS_SPR()
421 t->proc_status = __insn_mfspr(SPR_PROC_STATUS);
422#endif
Chris Metcalfa802fc62010-09-15 11:16:10 -0400423#if !CHIP_HAS_FIXED_INTVEC_BASE()
424 t->interrupt_vector_base = __insn_mfspr(SPR_INTERRUPT_VECTOR_BASE_0);
425#endif
426#if CHIP_HAS_TILE_RTF_HWM()
427 t->tile_rtf_hwm = __insn_mfspr(SPR_TILE_RTF_HWM);
428#endif
429#if CHIP_HAS_DSTREAM_PF()
430 t->dstream_pf = __insn_mfspr(SPR_DSTREAM_PF);
431#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400432}
433
434static void restore_arch_state(const struct thread_struct *t)
435{
436#if CHIP_HAS_SPLIT_INTR_MASK()
437 __insn_mtspr(SPR_INTERRUPT_MASK_0_0, (u32) t->interrupt_mask);
438 __insn_mtspr(SPR_INTERRUPT_MASK_0_1, t->interrupt_mask >> 32);
439#else
440 __insn_mtspr(SPR_INTERRUPT_MASK_0, t->interrupt_mask);
441#endif
442 __insn_mtspr(SPR_EX_CONTEXT_0_0, t->ex_context[0]);
443 __insn_mtspr(SPR_EX_CONTEXT_0_1, t->ex_context[1]);
444 __insn_mtspr(SPR_SYSTEM_SAVE_0_0, t->system_save[0]);
445 __insn_mtspr(SPR_SYSTEM_SAVE_0_1, t->system_save[1]);
446 __insn_mtspr(SPR_SYSTEM_SAVE_0_2, t->system_save[2]);
447 __insn_mtspr(SPR_SYSTEM_SAVE_0_3, t->system_save[3]);
448 __insn_mtspr(SPR_INTCTRL_0_STATUS, t->intctrl_0);
449#if CHIP_HAS_PROC_STATUS_SPR()
450 __insn_mtspr(SPR_PROC_STATUS, t->proc_status);
451#endif
Chris Metcalfa802fc62010-09-15 11:16:10 -0400452#if !CHIP_HAS_FIXED_INTVEC_BASE()
453 __insn_mtspr(SPR_INTERRUPT_VECTOR_BASE_0, t->interrupt_vector_base);
454#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400455#if CHIP_HAS_TILE_RTF_HWM()
Chris Metcalfa802fc62010-09-15 11:16:10 -0400456 __insn_mtspr(SPR_TILE_RTF_HWM, t->tile_rtf_hwm);
457#endif
458#if CHIP_HAS_DSTREAM_PF()
459 __insn_mtspr(SPR_DSTREAM_PF, t->dstream_pf);
Chris Metcalf867e3592010-05-28 23:09:12 -0400460#endif
461}
462
463
464void _prepare_arch_switch(struct task_struct *next)
465{
466#if CHIP_HAS_SN_PROC()
467 int snctl;
468#endif
469#if CHIP_HAS_TILE_DMA()
470 struct tile_dma_state *dma = &current->thread.tile_dma_state;
471 if (dma->enabled)
472 save_tile_dma_state(dma);
473#endif
474#if CHIP_HAS_SN_PROC()
475 /*
476 * Suspend the static network processor if it was running.
477 * We do not suspend the fabric itself, just like we don't
478 * try to suspend the UDN.
479 */
480 snctl = __insn_mfspr(SPR_SNCTL);
481 current->thread.sn_proc_running =
482 (snctl & SPR_SNCTL__FRZPROC_MASK) == 0;
483 if (current->thread.sn_proc_running)
484 __insn_mtspr(SPR_SNCTL, snctl | SPR_SNCTL__FRZPROC_MASK);
485#endif
486}
487
488
Chris Metcalf867e3592010-05-28 23:09:12 -0400489struct task_struct *__sched _switch_to(struct task_struct *prev,
490 struct task_struct *next)
491{
492 /* DMA state is already saved; save off other arch state. */
493 save_arch_state(&prev->thread);
494
495#if CHIP_HAS_TILE_DMA()
496 /*
497 * Restore DMA in new task if desired.
498 * Note that it is only safe to restart here since interrupts
499 * are disabled, so we can't take any DMATLB miss or access
500 * interrupts before we have finished switching stacks.
501 */
502 if (next->thread.tile_dma_state.enabled) {
503 restore_tile_dma_state(&next->thread);
504 grant_dma_mpls();
505 } else {
506 restrict_dma_mpls();
507 }
508#endif
509
510 /* Restore other arch state. */
511 restore_arch_state(&next->thread);
512
513#if CHIP_HAS_SN_PROC()
514 /*
515 * Restart static network processor in the new process
516 * if it was running before.
517 */
518 if (next->thread.sn_proc_running) {
519 int snctl = __insn_mfspr(SPR_SNCTL);
520 __insn_mtspr(SPR_SNCTL, snctl & ~SPR_SNCTL__FRZPROC_MASK);
521 }
522#endif
523
Chris Metcalf0707ad32010-06-25 17:04:17 -0400524#ifdef CONFIG_HARDWALL
525 /* Enable or disable access to the network registers appropriately. */
Chris Metcalfb8ace082012-03-30 16:01:48 -0400526 hardwall_switch_tasks(prev, next);
Chris Metcalf0707ad32010-06-25 17:04:17 -0400527#endif
Chris Metcalf867e3592010-05-28 23:09:12 -0400528
529 /*
530 * Switch kernel SP, PC, and callee-saved registers.
531 * In the context of the new task, return the old task pointer
532 * (i.e. the task that actually called __switch_to).
Chris Metcalfa78c9422010-10-14 16:23:03 -0400533 * Pass the value to use for SYSTEM_SAVE_K_0 when we reset our sp.
Chris Metcalf867e3592010-05-28 23:09:12 -0400534 */
535 return __switch_to(prev, next, next_current_ksp0(next));
536}
537
Chris Metcalf313ce672011-05-02 14:50:06 -0400538/*
539 * This routine is called on return from interrupt if any of the
540 * TIF_WORK_MASK flags are set in thread_info->flags. It is
541 * entered with interrupts disabled so we don't miss an event
542 * that modified the thread_info flags. If any flag is set, we
543 * handle it and return, and the calling assembly code will
544 * re-disable interrupts, reload the thread flags, and call back
545 * if more flags need to be handled.
546 *
547 * We return whether we need to check the thread_info flags again
548 * or not. Note that we don't clear TIF_SINGLESTEP here, so it's
549 * important that it be tested last, and then claim that we don't
550 * need to recheck the flags.
551 */
552int do_work_pending(struct pt_regs *regs, u32 thread_info_flags)
553{
Chris Metcalffc327e22012-04-28 18:51:43 -0400554 /* If we enter in kernel mode, do nothing and exit the caller loop. */
555 if (!user_mode(regs))
556 return 0;
557
Chris Metcalfc19c6c92012-10-12 15:38:54 -0400558 /* Enable interrupts; they are disabled again on return to caller. */
559 local_irq_enable();
560
Chris Metcalf313ce672011-05-02 14:50:06 -0400561 if (thread_info_flags & _TIF_NEED_RESCHED) {
562 schedule();
563 return 1;
564 }
565#if CHIP_HAS_TILE_DMA() || CHIP_HAS_SN_PROC()
566 if (thread_info_flags & _TIF_ASYNC_TLB) {
567 do_async_page_fault(regs);
568 return 1;
569 }
570#endif
571 if (thread_info_flags & _TIF_SIGPENDING) {
572 do_signal(regs);
573 return 1;
574 }
575 if (thread_info_flags & _TIF_NOTIFY_RESUME) {
576 clear_thread_flag(TIF_NOTIFY_RESUME);
577 tracehook_notify_resume(regs);
Chris Metcalf313ce672011-05-02 14:50:06 -0400578 return 1;
579 }
580 if (thread_info_flags & _TIF_SINGLESTEP) {
Chris Metcalffc327e22012-04-28 18:51:43 -0400581 single_step_once(regs);
Chris Metcalf313ce672011-05-02 14:50:06 -0400582 return 0;
583 }
584 panic("work_pending: bad flags %#x\n", thread_info_flags);
585}
586
Chris Metcalfbc4cf2b2010-12-14 15:57:49 -0500587/* Note there is an implicit fifth argument if (clone_flags & CLONE_SETTLS). */
Chris Metcalf6b14e412012-10-23 13:30:54 -0400588SYSCALL_DEFINE4(clone, unsigned long, clone_flags, unsigned long, newsp,
589 void __user *, parent_tidptr, void __user *, child_tidptr)
Chris Metcalf867e3592010-05-28 23:09:12 -0400590{
Al Viro008f1792012-10-23 23:32:21 -0400591 return do_fork(clone_flags, newsp, current_pt_regs(), 0,
Chris Metcalf867e3592010-05-28 23:09:12 -0400592 parent_tidptr, child_tidptr);
593}
594
Chris Metcalf867e3592010-05-28 23:09:12 -0400595unsigned long get_wchan(struct task_struct *p)
596{
597 struct KBacktraceIterator kbt;
598
599 if (!p || p == current || p->state == TASK_RUNNING)
600 return 0;
601
602 for (KBacktraceIterator_init(&kbt, p, NULL);
603 !KBacktraceIterator_end(&kbt);
604 KBacktraceIterator_next(&kbt)) {
605 if (!in_sched_functions(kbt.it.pc))
606 return kbt.it.pc;
607 }
608
609 return 0;
610}
611
Chris Metcalf867e3592010-05-28 23:09:12 -0400612/* Flush thread state. */
613void flush_thread(void)
614{
615 /* Nothing */
616}
617
618/*
619 * Free current thread data structures etc..
620 */
621void exit_thread(void)
622{
623 /* Nothing */
624}
625
Chris Metcalf867e3592010-05-28 23:09:12 -0400626void show_regs(struct pt_regs *regs)
627{
628 struct task_struct *tsk = validate_current();
Chris Metcalf0707ad32010-06-25 17:04:17 -0400629 int i;
630
631 pr_err("\n");
632 pr_err(" Pid: %d, comm: %20s, CPU: %d\n",
Chris Metcalf867e3592010-05-28 23:09:12 -0400633 tsk->pid, tsk->comm, smp_processor_id());
Chris Metcalf0707ad32010-06-25 17:04:17 -0400634#ifdef __tilegx__
635 for (i = 0; i < 51; i += 3)
636 pr_err(" r%-2d: "REGFMT" r%-2d: "REGFMT" r%-2d: "REGFMT"\n",
637 i, regs->regs[i], i+1, regs->regs[i+1],
638 i+2, regs->regs[i+2]);
639 pr_err(" r51: "REGFMT" r52: "REGFMT" tp : "REGFMT"\n",
640 regs->regs[51], regs->regs[52], regs->tp);
641 pr_err(" sp : "REGFMT" lr : "REGFMT"\n", regs->sp, regs->lr);
642#else
Chris Metcalf7040dea2010-09-15 11:17:05 -0400643 for (i = 0; i < 52; i += 4)
Chris Metcalf0707ad32010-06-25 17:04:17 -0400644 pr_err(" r%-2d: "REGFMT" r%-2d: "REGFMT
645 " r%-2d: "REGFMT" r%-2d: "REGFMT"\n",
646 i, regs->regs[i], i+1, regs->regs[i+1],
647 i+2, regs->regs[i+2], i+3, regs->regs[i+3]);
648 pr_err(" r52: "REGFMT" tp : "REGFMT" sp : "REGFMT" lr : "REGFMT"\n",
649 regs->regs[52], regs->tp, regs->sp, regs->lr);
650#endif
651 pr_err(" pc : "REGFMT" ex1: %ld faultnum: %ld\n",
Chris Metcalf867e3592010-05-28 23:09:12 -0400652 regs->pc, regs->ex1, regs->faultnum);
653
654 dump_stack_regs(regs);
655}