#include <linux/stddef.h>
#include <linux/err.h>
#include <linux/hardirq.h>
#include <linux/mm.h>
#include <linux/module.h>
#include <linux/personality.h>
#include <linux/proc_fs.h>
#include <linux/ptrace.h>
#include <linux/random.h>
#include <linux/slab.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/tick.h>
#include <linux/threads.h>
#include <linux/tracehook.h>
#include <asm/current.h>
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
#include <asm/uaccess.h>
#include <as-layout.h>
#include <kern_util.h>
#include <os.h>
#include <skas.h>
Go to the source code of this file.
|
int | pid_to_processor_id (int pid) |
|
void | free_stack (unsigned long stack, int order) |
|
unsigned long | alloc_stack (int order, int atomic) |
|
void | arch_switch_to (struct task_struct *to) |
|
void * | __switch_to (struct task_struct *from, struct task_struct *to) |
|
void | interrupt_end (void) |
|
void | exit_thread (void) |
|
int | get_current_pid (void) |
|
void | new_thread_handler (void) |
|
void | fork_handler (void) |
|
int | copy_thread (unsigned long clone_flags, unsigned long sp, unsigned long arg, struct task_struct *p, struct pt_regs *regs) |
|
void | initial_thread_cb (void(*proc)(void *), void *arg) |
|
void | default_idle (void) |
|
void | cpu_idle (void) |
|
int | __cant_sleep (void) |
|
int | user_context (unsigned long sp) |
|
void | do_uml_exitcalls (void) |
|
char * | uml_strdup (const char *string) |
|
| EXPORT_SYMBOL (uml_strdup) |
|
int | copy_to_user_proc (void __user *to, void *from, int size) |
|
int | copy_from_user_proc (void *to, void __user *from, int size) |
|
int | clear_user_proc (void __user *buf, int size) |
|
int | strlen_user_proc (char __user *str) |
|
int | smp_sigio_handler (void) |
|
int | cpu (void) |
|
void | set_using_sysemu (int value) |
|
int | get_using_sysemu (void) |
|
int __init | make_proc_sysemu (void) |
|
| late_initcall (make_proc_sysemu) |
|
int | singlestepping (void *t) |
|
unsigned long | arch_align_stack (unsigned long sp) |
|
unsigned long | get_wchan (struct task_struct *p) |
|
int | elf_core_copy_fpregs (struct task_struct *t, elf_fpregset_t *fpu) |
|
unsigned long alloc_stack |
( |
int |
order, |
|
|
int |
atomic |
|
) |
| |
unsigned long arch_align_stack |
( |
unsigned long |
sp | ) |
|
int pid_to_processor_id |
( |
int |
pid | ) |
|