VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / ia64 / kernel / process.c
1 /*
2  * Architecture-specific setup.
3  *
4  * Copyright (C) 1998-2003 Hewlett-Packard Co
5  *      David Mosberger-Tang <davidm@hpl.hp.com>
6  */
7 #define __KERNEL_SYSCALLS__     /* see <asm/unistd.h> */
8 #include <linux/config.h>
9
10 #include <linux/cpu.h>
11 #include <linux/pm.h>
12 #include <linux/elf.h>
13 #include <linux/errno.h>
14 #include <linux/kallsyms.h>
15 #include <linux/kernel.h>
16 #include <linux/mm.h>
17 #include <linux/module.h>
18 #include <linux/notifier.h>
19 #include <linux/personality.h>
20 #include <linux/sched.h>
21 #include <linux/slab.h>
22 #include <linux/smp_lock.h>
23 #include <linux/stddef.h>
24 #include <linux/thread_info.h>
25 #include <linux/unistd.h>
26 #include <linux/efi.h>
27 #include <linux/interrupt.h>
28
29 #include <asm/cpu.h>
30 #include <asm/delay.h>
31 #include <asm/elf.h>
32 #include <asm/ia32.h>
33 #include <asm/irq.h>
34 #include <asm/pgalloc.h>
35 #include <asm/processor.h>
36 #include <asm/sal.h>
37 #include <asm/tlbflush.h>
38 #include <asm/uaccess.h>
39 #include <asm/unwind.h>
40 #include <asm/user.h>
41
42 #ifdef CONFIG_PERFMON
43 # include <asm/perfmon.h>
44 #endif
45
46 #include "sigframe.h"
47
48 void (*ia64_mark_idle)(int);
49
50
51 void
52 ia64_do_show_stack (struct unw_frame_info *info, void *arg)
53 {
54         unsigned long ip, sp, bsp;
55         char buf[128];                  /* don't make it so big that it overflows the stack! */
56
57         printk("\nCall Trace:\n");
58         do {
59                 unw_get_ip(info, &ip);
60                 if (ip == 0)
61                         break;
62
63                 unw_get_sp(info, &sp);
64                 unw_get_bsp(info, &bsp);
65                 snprintf(buf, sizeof(buf),
66                          " [<%016lx>] %%s\n"
67                          "                                sp=%016lx bsp=%016lx\n",
68                          ip, sp, bsp);
69                 print_symbol(buf, ip);
70         } while (unw_unwind(info) >= 0);
71 }
72
73 void
74 show_stack (struct task_struct *task, unsigned long *sp)
75 {
76         if (!task)
77                 unw_init_running(ia64_do_show_stack, 0);
78         else {
79                 struct unw_frame_info info;
80
81                 unw_init_from_blocked_task(&info, task);
82                 ia64_do_show_stack(&info, 0);
83         }
84 }
85
86 void
87 dump_stack (void)
88 {
89         show_stack(NULL, NULL);
90 }
91
92 EXPORT_SYMBOL(dump_stack);
93
94 void
95 show_regs (struct pt_regs *regs)
96 {
97         unsigned long ip = regs->cr_iip + ia64_psr(regs)->ri;
98
99         print_modules();
100         printk("\nPid: %d, CPU %d, comm: %20s\n", current->pid, smp_processor_id(), current->comm);
101         printk("psr : %016lx ifs : %016lx ip  : [<%016lx>]    %s\n",
102                regs->cr_ipsr, regs->cr_ifs, ip, print_tainted());
103         print_symbol("ip is at %s\n", ip);
104         printk("unat: %016lx pfs : %016lx rsc : %016lx\n",
105                regs->ar_unat, regs->ar_pfs, regs->ar_rsc);
106         printk("rnat: %016lx bsps: %016lx pr  : %016lx\n",
107                regs->ar_rnat, regs->ar_bspstore, regs->pr);
108         printk("ldrs: %016lx ccv : %016lx fpsr: %016lx\n",
109                regs->loadrs, regs->ar_ccv, regs->ar_fpsr);
110         printk("csd : %016lx ssd : %016lx\n", regs->ar_csd, regs->ar_ssd);
111         printk("b0  : %016lx b6  : %016lx b7  : %016lx\n", regs->b0, regs->b6, regs->b7);
112         printk("f6  : %05lx%016lx f7  : %05lx%016lx\n",
113                regs->f6.u.bits[1], regs->f6.u.bits[0],
114                regs->f7.u.bits[1], regs->f7.u.bits[0]);
115         printk("f8  : %05lx%016lx f9  : %05lx%016lx\n",
116                regs->f8.u.bits[1], regs->f8.u.bits[0],
117                regs->f9.u.bits[1], regs->f9.u.bits[0]);
118         printk("f10 : %05lx%016lx f11 : %05lx%016lx\n",
119                regs->f10.u.bits[1], regs->f10.u.bits[0],
120                regs->f11.u.bits[1], regs->f11.u.bits[0]);
121
122         printk("r1  : %016lx r2  : %016lx r3  : %016lx\n", regs->r1, regs->r2, regs->r3);
123         printk("r8  : %016lx r9  : %016lx r10 : %016lx\n", regs->r8, regs->r9, regs->r10);
124         printk("r11 : %016lx r12 : %016lx r13 : %016lx\n", regs->r11, regs->r12, regs->r13);
125         printk("r14 : %016lx r15 : %016lx r16 : %016lx\n", regs->r14, regs->r15, regs->r16);
126         printk("r17 : %016lx r18 : %016lx r19 : %016lx\n", regs->r17, regs->r18, regs->r19);
127         printk("r20 : %016lx r21 : %016lx r22 : %016lx\n", regs->r20, regs->r21, regs->r22);
128         printk("r23 : %016lx r24 : %016lx r25 : %016lx\n", regs->r23, regs->r24, regs->r25);
129         printk("r26 : %016lx r27 : %016lx r28 : %016lx\n", regs->r26, regs->r27, regs->r28);
130         printk("r29 : %016lx r30 : %016lx r31 : %016lx\n", regs->r29, regs->r30, regs->r31);
131
132         if (user_mode(regs)) {
133                 /* print the stacked registers */
134                 unsigned long val, *bsp, ndirty;
135                 int i, sof, is_nat = 0;
136
137                 sof = regs->cr_ifs & 0x7f;      /* size of frame */
138                 ndirty = (regs->loadrs >> 19);
139                 bsp = ia64_rse_skip_regs((unsigned long *) regs->ar_bspstore, ndirty);
140                 for (i = 0; i < sof; ++i) {
141                         get_user(val, ia64_rse_skip_regs(bsp, i));
142                         printk("r%-3u:%c%016lx%s", 32 + i, is_nat ? '*' : ' ', val,
143                                ((i == sof - 1) || (i % 3) == 2) ? "\n" : " ");
144                 }
145         } else
146                 show_stack(NULL, NULL);
147 }
148
149 void
150 do_notify_resume_user (sigset_t *oldset, struct sigscratch *scr, long in_syscall)
151 {
152         if (fsys_mode(current, &scr->pt)) {
153                 /* defer signal-handling etc. until we return to privilege-level 0.  */
154                 if (!ia64_psr(&scr->pt)->lp)
155                         ia64_psr(&scr->pt)->lp = 1;
156                 return;
157         }
158
159 #ifdef CONFIG_PERFMON
160         if (current->thread.pfm_needs_checking)
161                 pfm_handle_work();
162 #endif
163
164         /* deal with pending signal delivery */
165         if (test_thread_flag(TIF_SIGPENDING))
166                 ia64_do_signal(oldset, scr, in_syscall);
167 }
168
169 static int pal_halt = 1;
170 static int __init nohalt_setup(char * str)
171 {
172         pal_halt = 0;
173         return 1;
174 }
175 __setup("nohalt", nohalt_setup);
176
177 /*
178  * We use this if we don't have any better idle routine..
179  */
180 void
181 default_idle (void)
182 {
183         unsigned long pmu_active = ia64_getreg(_IA64_REG_PSR) & (IA64_PSR_PP | IA64_PSR_UP);
184
185         while (!need_resched())
186                 if (pal_halt && !pmu_active)
187                         safe_halt();
188 }
189
190 #ifdef CONFIG_HOTPLUG_CPU
191 /* We don't actually take CPU down, just spin without interrupts. */
192 static inline void play_dead(void)
193 {
194         extern void ia64_cpu_local_tick (void);
195         /* Ack it */
196         __get_cpu_var(cpu_state) = CPU_DEAD;
197
198         /* We shouldn't have to disable interrupts while dead, but
199          * some interrupts just don't seem to go away, and this makes
200          * it "work" for testing purposes. */
201         max_xtp();
202         local_irq_disable();
203         /* Death loop */
204         while (__get_cpu_var(cpu_state) != CPU_UP_PREPARE)
205                 cpu_relax();
206
207         /*
208          * Enable timer interrupts from now on
209          * Not required if we put processor in SAL_BOOT_RENDEZ mode.
210          */
211         local_flush_tlb_all();
212         cpu_set(smp_processor_id(), cpu_online_map);
213         wmb();
214         ia64_cpu_local_tick ();
215         local_irq_enable();
216 }
217 #else
218 static inline void play_dead(void)
219 {
220         BUG();
221 }
222 #endif /* CONFIG_HOTPLUG_CPU */
223
224 void __attribute__((noreturn))
225 cpu_idle (void *unused)
226 {
227         void (*mark_idle)(int) = ia64_mark_idle;
228
229         /* endless idle loop with no priority at all */
230         while (1) {
231                 void (*idle)(void) = pm_idle;
232                 if (!idle)
233                         idle = default_idle;
234
235 #ifdef CONFIG_SMP
236                 if (!need_resched())
237                         min_xtp();
238 #endif
239                 while (!need_resched()) {
240                         if (mark_idle)
241                                 (*mark_idle)(1);
242                         (*idle)();
243                 }
244
245                 if (mark_idle)
246                         (*mark_idle)(0);
247
248 #ifdef CONFIG_SMP
249                 normal_xtp();
250 #endif
251                 schedule();
252                 check_pgt_cache();
253                 if (cpu_is_offline(smp_processor_id()))
254                         play_dead();
255         }
256 }
257
258 void
259 ia64_save_extra (struct task_struct *task)
260 {
261 #ifdef CONFIG_PERFMON
262         unsigned long info;
263 #endif
264
265         if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0)
266                 ia64_save_debug_regs(&task->thread.dbr[0]);
267
268 #ifdef CONFIG_PERFMON
269         if ((task->thread.flags & IA64_THREAD_PM_VALID) != 0)
270                 pfm_save_regs(task);
271
272         info = __get_cpu_var(pfm_syst_info);
273         if (info & PFM_CPUINFO_SYST_WIDE)
274                 pfm_syst_wide_update_task(task, info, 0);
275 #endif
276
277 #ifdef CONFIG_IA32_SUPPORT
278         if (IS_IA32_PROCESS(ia64_task_regs(task)))
279                 ia32_save_state(task);
280 #endif
281 }
282
283 void
284 ia64_load_extra (struct task_struct *task)
285 {
286 #ifdef CONFIG_PERFMON
287         unsigned long info;
288 #endif
289
290         if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0)
291                 ia64_load_debug_regs(&task->thread.dbr[0]);
292
293 #ifdef CONFIG_PERFMON
294         if ((task->thread.flags & IA64_THREAD_PM_VALID) != 0)
295                 pfm_load_regs(task);
296
297         info = __get_cpu_var(pfm_syst_info);
298         if (info & PFM_CPUINFO_SYST_WIDE) 
299                 pfm_syst_wide_update_task(task, info, 1);
300 #endif
301
302 #ifdef CONFIG_IA32_SUPPORT
303         if (IS_IA32_PROCESS(ia64_task_regs(task)))
304                 ia32_load_state(task);
305 #endif
306 }
307
308 /*
309  * Copy the state of an ia-64 thread.
310  *
311  * We get here through the following  call chain:
312  *
313  *      from user-level:        from kernel:
314  *
315  *      <clone syscall>         <some kernel call frames>
316  *      sys_clone                  :
317  *      do_fork                 do_fork
318  *      copy_thread             copy_thread
319  *
320  * This means that the stack layout is as follows:
321  *
322  *      +---------------------+ (highest addr)
323  *      |   struct pt_regs    |
324  *      +---------------------+
325  *      | struct switch_stack |
326  *      +---------------------+
327  *      |                     |
328  *      |    memory stack     |
329  *      |                     | <-- sp (lowest addr)
330  *      +---------------------+
331  *
332  * Observe that we copy the unat values that are in pt_regs and switch_stack.  Spilling an
333  * integer to address X causes bit N in ar.unat to be set to the NaT bit of the register,
334  * with N=(X & 0x1ff)/8.  Thus, copying the unat value preserves the NaT bits ONLY if the
335  * pt_regs structure in the parent is congruent to that of the child, modulo 512.  Since
336  * the stack is page aligned and the page size is at least 4KB, this is always the case,
337  * so there is nothing to worry about.
338  */
339 int
340 copy_thread (int nr, unsigned long clone_flags,
341              unsigned long user_stack_base, unsigned long user_stack_size,
342              struct task_struct *p, struct pt_regs *regs)
343 {
344         extern char ia64_ret_from_clone, ia32_ret_from_clone;
345         struct switch_stack *child_stack, *stack;
346         unsigned long rbs, child_rbs, rbs_size;
347         struct pt_regs *child_ptregs;
348         int retval = 0;
349
350 #ifdef CONFIG_SMP
351         /*
352          * For SMP idle threads, fork_by_hand() calls do_fork with
353          * NULL regs.
354          */
355         if (!regs)
356                 return 0;
357 #endif
358
359         stack = ((struct switch_stack *) regs) - 1;
360
361         child_ptregs = (struct pt_regs *) ((unsigned long) p + IA64_STK_OFFSET) - 1;
362         child_stack = (struct switch_stack *) child_ptregs - 1;
363
364         /* copy parent's switch_stack & pt_regs to child: */
365         memcpy(child_stack, stack, sizeof(*child_ptregs) + sizeof(*child_stack));
366
367         rbs = (unsigned long) current + IA64_RBS_OFFSET;
368         child_rbs = (unsigned long) p + IA64_RBS_OFFSET;
369         rbs_size = stack->ar_bspstore - rbs;
370
371         /* copy the parent's register backing store to the child: */
372         memcpy((void *) child_rbs, (void *) rbs, rbs_size);
373
374         if (likely(user_mode(child_ptregs))) {
375                 if ((clone_flags & CLONE_SETTLS) && !IS_IA32_PROCESS(regs))
376                         child_ptregs->r13 = regs->r16;  /* see sys_clone2() in entry.S */
377                 if (user_stack_base) {
378                         child_ptregs->r12 = user_stack_base + user_stack_size - 16;
379                         child_ptregs->ar_bspstore = user_stack_base;
380                         child_ptregs->ar_rnat = 0;
381                         child_ptregs->loadrs = 0;
382                 }
383         } else {
384                 /*
385                  * Note: we simply preserve the relative position of
386                  * the stack pointer here.  There is no need to
387                  * allocate a scratch area here, since that will have
388                  * been taken care of by the caller of sys_clone()
389                  * already.
390                  */
391                 child_ptregs->r12 = (unsigned long) child_ptregs - 16; /* kernel sp */
392                 child_ptregs->r13 = (unsigned long) p;          /* set `current' pointer */
393         }
394         child_stack->ar_bspstore = child_rbs + rbs_size;
395         if (IS_IA32_PROCESS(regs))
396                 child_stack->b0 = (unsigned long) &ia32_ret_from_clone;
397         else
398                 child_stack->b0 = (unsigned long) &ia64_ret_from_clone;
399
400         /* copy parts of thread_struct: */
401         p->thread.ksp = (unsigned long) child_stack - 16;
402
403         /* stop some PSR bits from being inherited.
404          * the psr.up/psr.pp bits must be cleared on fork but inherited on execve()
405          * therefore we must specify them explicitly here and not include them in
406          * IA64_PSR_BITS_TO_CLEAR.
407          */
408         child_ptregs->cr_ipsr = ((child_ptregs->cr_ipsr | IA64_PSR_BITS_TO_SET)
409                                  & ~(IA64_PSR_BITS_TO_CLEAR | IA64_PSR_PP | IA64_PSR_UP));
410
411         /*
412          * NOTE: The calling convention considers all floating point
413          * registers in the high partition (fph) to be scratch.  Since
414          * the only way to get to this point is through a system call,
415          * we know that the values in fph are all dead.  Hence, there
416          * is no need to inherit the fph state from the parent to the
417          * child and all we have to do is to make sure that
418          * IA64_THREAD_FPH_VALID is cleared in the child.
419          *
420          * XXX We could push this optimization a bit further by
421          * clearing IA64_THREAD_FPH_VALID on ANY system call.
422          * However, it's not clear this is worth doing.  Also, it
423          * would be a slight deviation from the normal Linux system
424          * call behavior where scratch registers are preserved across
425          * system calls (unless used by the system call itself).
426          */
427 #       define THREAD_FLAGS_TO_CLEAR    (IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID \
428                                          | IA64_THREAD_PM_VALID)
429 #       define THREAD_FLAGS_TO_SET      0
430         p->thread.flags = ((current->thread.flags & ~THREAD_FLAGS_TO_CLEAR)
431                            | THREAD_FLAGS_TO_SET);
432         ia64_drop_fpu(p);       /* don't pick up stale state from a CPU's fph */
433 #ifdef CONFIG_IA32_SUPPORT
434         /*
435          * If we're cloning an IA32 task then save the IA32 extra
436          * state from the current task to the new task
437          */
438         if (IS_IA32_PROCESS(ia64_task_regs(current))) {
439                 ia32_save_state(p);
440                 if (clone_flags & CLONE_SETTLS)
441                         retval = ia32_clone_tls(p, child_ptregs);
442
443                 /* Copy partially mapped page list */
444                 if (!retval)
445                         retval = ia32_copy_partial_page_list(p, clone_flags);
446         }
447 #endif
448
449 #ifdef CONFIG_PERFMON
450         if (current->thread.pfm_context)
451                 pfm_inherit(p, child_ptregs);
452 #endif
453         return retval;
454 }
455
456 static void
457 do_copy_task_regs (struct task_struct *task, struct unw_frame_info *info, void *arg)
458 {
459         unsigned long mask, sp, nat_bits = 0, ip, ar_rnat, urbs_end, cfm;
460         elf_greg_t *dst = arg;
461         struct pt_regs *pt;
462         char nat;
463         int i;
464
465         memset(dst, 0, sizeof(elf_gregset_t));  /* don't leak any kernel bits to user-level */
466
467         if (unw_unwind_to_user(info) < 0)
468                 return;
469
470         unw_get_sp(info, &sp);
471         pt = (struct pt_regs *) (sp + 16);
472
473         urbs_end = ia64_get_user_rbs_end(task, pt, &cfm);
474
475         if (ia64_sync_user_rbs(task, info->sw, pt->ar_bspstore, urbs_end) < 0)
476                 return;
477
478         ia64_peek(task, info->sw, urbs_end, (long) ia64_rse_rnat_addr((long *) urbs_end),
479                   &ar_rnat);
480
481         /*
482          * coredump format:
483          *      r0-r31
484          *      NaT bits (for r0-r31; bit N == 1 iff rN is a NaT)
485          *      predicate registers (p0-p63)
486          *      b0-b7
487          *      ip cfm user-mask
488          *      ar.rsc ar.bsp ar.bspstore ar.rnat
489          *      ar.ccv ar.unat ar.fpsr ar.pfs ar.lc ar.ec
490          */
491
492         /* r0 is zero */
493         for (i = 1, mask = (1UL << i); i < 32; ++i) {
494                 unw_get_gr(info, i, &dst[i], &nat);
495                 if (nat)
496                         nat_bits |= mask;
497                 mask <<= 1;
498         }
499         dst[32] = nat_bits;
500         unw_get_pr(info, &dst[33]);
501
502         for (i = 0; i < 8; ++i)
503                 unw_get_br(info, i, &dst[34 + i]);
504
505         unw_get_rp(info, &ip);
506         dst[42] = ip + ia64_psr(pt)->ri;
507         dst[43] = cfm;
508         dst[44] = pt->cr_ipsr & IA64_PSR_UM;
509
510         unw_get_ar(info, UNW_AR_RSC, &dst[45]);
511         /*
512          * For bsp and bspstore, unw_get_ar() would return the kernel
513          * addresses, but we need the user-level addresses instead:
514          */
515         dst[46] = urbs_end;     /* note: by convention PT_AR_BSP points to the end of the urbs! */
516         dst[47] = pt->ar_bspstore;
517         dst[48] = ar_rnat;
518         unw_get_ar(info, UNW_AR_CCV, &dst[49]);
519         unw_get_ar(info, UNW_AR_UNAT, &dst[50]);
520         unw_get_ar(info, UNW_AR_FPSR, &dst[51]);
521         dst[52] = pt->ar_pfs;   /* UNW_AR_PFS is == to pt->cr_ifs for interrupt frames */
522         unw_get_ar(info, UNW_AR_LC, &dst[53]);
523         unw_get_ar(info, UNW_AR_EC, &dst[54]);
524         unw_get_ar(info, UNW_AR_CSD, &dst[55]);
525         unw_get_ar(info, UNW_AR_SSD, &dst[56]);
526 }
527
528 void
529 do_dump_task_fpu (struct task_struct *task, struct unw_frame_info *info, void *arg)
530 {
531         elf_fpreg_t *dst = arg;
532         int i;
533
534         memset(dst, 0, sizeof(elf_fpregset_t)); /* don't leak any "random" bits */
535
536         if (unw_unwind_to_user(info) < 0)
537                 return;
538
539         /* f0 is 0.0, f1 is 1.0 */
540
541         for (i = 2; i < 32; ++i)
542                 unw_get_fr(info, i, dst + i);
543
544         ia64_flush_fph(task);
545         if ((task->thread.flags & IA64_THREAD_FPH_VALID) != 0)
546                 memcpy(dst + 32, task->thread.fph, 96*16);
547 }
548
549 void
550 do_copy_regs (struct unw_frame_info *info, void *arg)
551 {
552         do_copy_task_regs(current, info, arg);
553 }
554
555 void
556 do_dump_fpu (struct unw_frame_info *info, void *arg)
557 {
558         do_dump_task_fpu(current, info, arg);
559 }
560
561 int
562 dump_task_regs(struct task_struct *task, elf_gregset_t *regs)
563 {
564         struct unw_frame_info tcore_info;
565
566         if (current == task) {
567                 unw_init_running(do_copy_regs, regs);
568         } else {
569                 memset(&tcore_info, 0, sizeof(tcore_info));
570                 unw_init_from_blocked_task(&tcore_info, task);
571                 do_copy_task_regs(task, &tcore_info, regs);
572         }
573         return 1;
574 }
575
576 void
577 ia64_elf_core_copy_regs (struct pt_regs *pt, elf_gregset_t dst)
578 {
579         unw_init_running(do_copy_regs, dst);
580 }
581
582 int
583 dump_task_fpu (struct task_struct *task, elf_fpregset_t *dst)
584 {
585         struct unw_frame_info tcore_info;
586
587         if (current == task) {
588                 unw_init_running(do_dump_fpu, dst);
589         } else {
590                 memset(&tcore_info, 0, sizeof(tcore_info));
591                 unw_init_from_blocked_task(&tcore_info, task);
592                 do_dump_task_fpu(task, &tcore_info, dst);
593         }
594         return 1;
595 }
596
597 int
598 dump_fpu (struct pt_regs *pt, elf_fpregset_t dst)
599 {
600         unw_init_running(do_dump_fpu, dst);
601         return 1;       /* f0-f31 are always valid so we always return 1 */
602 }
603
604 asmlinkage long
605 sys_execve (char *filename, char **argv, char **envp, struct pt_regs *regs)
606 {
607         int error;
608
609         filename = getname(filename);
610         error = PTR_ERR(filename);
611         if (IS_ERR(filename))
612                 goto out;
613         error = do_execve(filename, argv, envp, regs);
614         putname(filename);
615 out:
616         return error;
617 }
618
619 pid_t
620 kernel_thread (int (*fn)(void *), void *arg, unsigned long flags)
621 {
622         extern void start_kernel_thread (void);
623         unsigned long *helper_fptr = (unsigned long *) &start_kernel_thread;
624         struct {
625                 struct switch_stack sw;
626                 struct pt_regs pt;
627         } regs;
628
629         memset(&regs, 0, sizeof(regs));
630         regs.pt.cr_iip = helper_fptr[0];        /* set entry point (IP) */
631         regs.pt.r1 = helper_fptr[1];            /* set GP */
632         regs.pt.r9 = (unsigned long) fn;        /* 1st argument */
633         regs.pt.r11 = (unsigned long) arg;      /* 2nd argument */
634         /* Preserve PSR bits, except for bits 32-34 and 37-45, which we can't read.  */
635         regs.pt.cr_ipsr = ia64_getreg(_IA64_REG_PSR) | IA64_PSR_BN;
636         regs.pt.cr_ifs = 1UL << 63;             /* mark as valid, empty frame */
637         regs.sw.ar_fpsr = regs.pt.ar_fpsr = ia64_getreg(_IA64_REG_AR_FPSR);
638         regs.sw.ar_bspstore = (unsigned long) current + IA64_RBS_OFFSET;
639
640         return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs.pt, 0, NULL, NULL);
641 }
642 EXPORT_SYMBOL(kernel_thread);
643
644 /* This gets called from kernel_thread() via ia64_invoke_thread_helper().  */
645 int
646 kernel_thread_helper (int (*fn)(void *), void *arg)
647 {
648 #ifdef CONFIG_IA32_SUPPORT
649         if (IS_IA32_PROCESS(ia64_task_regs(current))) {
650                 /* A kernel thread is always a 64-bit process. */
651                 current->thread.map_base  = DEFAULT_MAP_BASE;
652                 current->thread.task_size = DEFAULT_TASK_SIZE;
653                 ia64_set_kr(IA64_KR_IO_BASE, current->thread.old_iob);
654                 ia64_set_kr(IA64_KR_TSSD, current->thread.old_k1);
655         }
656 #endif
657         return (*fn)(arg);
658 }
659
660 /*
661  * Flush thread state.  This is called when a thread does an execve().
662  */
663 void
664 flush_thread (void)
665 {
666         /* drop floating-point and debug-register state if it exists: */
667         current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID);
668         ia64_drop_fpu(current);
669         if (IS_IA32_PROCESS(ia64_task_regs(current)))
670                 ia32_drop_partial_page_list(current);
671 }
672
673 /*
674  * Clean up state associated with current thread.  This is called when
675  * the thread calls exit().
676  */
677 void
678 exit_thread (void)
679 {
680         ia64_drop_fpu(current);
681 #ifdef CONFIG_PERFMON
682        /* if needed, stop monitoring and flush state to perfmon context */
683         if (current->thread.pfm_context)
684                 pfm_exit_thread(current);
685
686         /* free debug register resources */
687         if (current->thread.flags & IA64_THREAD_DBG_VALID)
688                 pfm_release_debug_registers(current);
689 #endif
690         if (IS_IA32_PROCESS(ia64_task_regs(current)))
691                 ia32_drop_partial_page_list(current);
692 }
693
694 unsigned long
695 get_wchan (struct task_struct *p)
696 {
697         struct unw_frame_info info;
698         unsigned long ip;
699         int count = 0;
700
701         /*
702          * Note: p may not be a blocked task (it could be current or
703          * another process running on some other CPU.  Rather than
704          * trying to determine if p is really blocked, we just assume
705          * it's blocked and rely on the unwind routines to fail
706          * gracefully if the process wasn't really blocked after all.
707          * --davidm 99/12/15
708          */
709         unw_init_from_blocked_task(&info, p);
710         do {
711                 if (unw_unwind(&info) < 0)
712                         return 0;
713                 unw_get_ip(&info, &ip);
714                 if (!in_sched_functions(ip))
715                         return ip;
716         } while (count++ < 16);
717         return 0;
718 }
719
720 void
721 cpu_halt (void)
722 {
723         pal_power_mgmt_info_u_t power_info[8];
724         unsigned long min_power;
725         int i, min_power_state;
726
727         if (ia64_pal_halt_info(power_info) != 0)
728                 return;
729
730         min_power_state = 0;
731         min_power = power_info[0].pal_power_mgmt_info_s.power_consumption;
732         for (i = 1; i < 8; ++i)
733                 if (power_info[i].pal_power_mgmt_info_s.im
734                     && power_info[i].pal_power_mgmt_info_s.power_consumption < min_power) {
735                         min_power = power_info[i].pal_power_mgmt_info_s.power_consumption;
736                         min_power_state = i;
737                 }
738
739         while (1)
740                 ia64_pal_halt(min_power_state);
741 }
742
743 void
744 machine_restart (char *restart_cmd)
745 {
746         (*efi.reset_system)(EFI_RESET_WARM, 0, 0, 0);
747 }
748
749 EXPORT_SYMBOL(machine_restart);
750
751 void
752 machine_halt (void)
753 {
754         cpu_halt();
755 }
756
757 EXPORT_SYMBOL(machine_halt);
758
759 void
760 machine_power_off (void)
761 {
762         if (pm_power_off)
763                 pm_power_off();
764         machine_halt();
765 }
766
767 EXPORT_SYMBOL(machine_power_off);