|
Linux Kernel
3.7.1
|
#include <linux/seq_file.h>#include <linux/debugfs.h>#include <linux/module.h>#include <linux/mm.h>#include <asm/sections.h>#include <asm/pgtable.h>Go to the source code of this file.
Data Structures | |
| struct | addr_marker |
| struct | pg_state |
Enumerations | |
| enum | address_markers_idx { IDENTITY_NR = 0, KERNEL_START_NR, KERNEL_END_NR, VMEMMAP_NR, VMALLOC_NR, USER_SPACE_NR = 0, KERNEL_SPACE_NR, VMALLOC_START_NR, VMALLOC_END_NR, FIXADDR_START_NR } |
Functions | |
| device_initcall (pt_dump_init) | |
| enum address_markers_idx |
| IDENTITY_NR | |
| KERNEL_START_NR | |
| KERNEL_END_NR | |
| VMEMMAP_NR | |
| VMALLOC_NR | |
| USER_SPACE_NR | |
| KERNEL_SPACE_NR | |
| VMALLOC_START_NR | |
| VMALLOC_END_NR | |
| FIXADDR_START_NR |
Definition at line 15 of file dump_pagetables.c.
| device_initcall | ( | pt_dump_init | ) |
1.8.2