Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/pagemap.h>
#include <linux/binfmts.h>
#include <linux/compat.h>
#include <linux/mman.h>
#include <linux/elf.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/sections.h>
#include <arch/sim_def.h>
Go to the source code of this file.
Functions | |
device_initcall (vdso_setup) | |
const char * | arch_vma_name (struct vm_area_struct *vma) |
int | arch_setup_additional_pages (struct linux_binprm *bprm, int executable_stack) |
void | elf_plat_init (struct pt_regs *regs, unsigned long load_addr) |
int arch_setup_additional_pages | ( | struct linux_binprm * | bprm, |
int | executable_stack | ||
) |
device_initcall | ( | vdso_setup | ) |