Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations | Functions
dump_pagetables.c File Reference
#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)
 

Enumeration Type Documentation

Enumerator:
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.

Function Documentation

device_initcall ( pt_dump_init  )