|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/clocksource.h>#include <linux/elf.h>#include <linux/err.h>#include <linux/errno.h>#include <linux/gfp.h>#include <linux/mm.h>#include <linux/sched.h>#include <linux/signal.h>#include <linux/slab.h>#include <linux/timekeeper_internal.h>#include <linux/vmalloc.h>#include <asm/cacheflush.h>#include <asm/signal32.h>#include <asm/vdso.h>#include <asm/vdso_datapage.h>Go to the source code of this file.
Functions | |
| arch_initcall (vdso_init) | |
| int | arch_setup_additional_pages (struct linux_binprm *bprm, int uses_interp) |
| const char * | arch_vma_name (struct vm_area_struct *vma) |
| int | in_gate_area_no_mm (unsigned long addr) |
| int | in_gate_area (struct mm_struct *mm, unsigned long addr) |
| struct vm_area_struct * | get_gate_vma (struct mm_struct *mm) |
| void | update_vsyscall (struct timekeeper *tk) |
| void | update_vsyscall_tz (void) |
Variables | |
| char | vdso_start |
| char | vdso_end |
| struct vdso_data * | vdso_data = &vdso_data_store.data |
| arch_initcall | ( | vdso_init | ) |
| int arch_setup_additional_pages | ( | struct linux_binprm * | bprm, |
| int | uses_interp | ||
| ) |
|
read |
| void update_vsyscall | ( | struct timekeeper * | tk | ) |
| char vdso_end |
| char vdso_start |
1.8.2