|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/err.h>#include <linux/sched.h>#include <linux/mm.h>#include <linux/init.h>#include <linux/binfmts.h>#include <linux/elf.h>#include <linux/vmalloc.h>#include <linux/unistd.h>#include <asm/vdso.h>#include <asm/uasm.h>Go to the source code of this file.
Macros | |
| #define | __NR_O32_sigreturn 4119 |
| #define | __NR_O32_rt_sigreturn 4193 |
| #define | __NR_N32_rt_sigreturn 6211 |
Functions | |
| subsys_initcall (init_vdso) | |
| int | arch_setup_additional_pages (struct linux_binprm *bprm, int uses_interp) |
| const char * | arch_vma_name (struct vm_area_struct *vma) |
| int arch_setup_additional_pages | ( | struct linux_binprm * | bprm, |
| int | uses_interp | ||
| ) |
| subsys_initcall | ( | init_vdso | ) |
1.8.2