Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
pgtable-2level-hwdef.h File Reference

Go to the source code of this file.

Macros

#define PTRS_PER_PTE   8192
 
#define PTRS_PER_PGD   1024
 
#define PGDIR_SHIFT   29
 
#define PGDIR_SIZE   (_AC(1, UL) << PGDIR_SHIFT)
 
#define PGDIR_MASK   (~(PGDIR_SIZE-1))
 
#define SECTION_SHIFT   29
 
#define SECTION_SIZE   (_AC(1, UL) << SECTION_SHIFT)
 
#define SECTION_MASK   (~(SECTION_SIZE-1))
 

Macro Definition Documentation

#define PGDIR_MASK   (~(PGDIR_SIZE-1))

Definition at line 34 of file pgtable-2level-hwdef.h.

#define PGDIR_SHIFT   29

Definition at line 32 of file pgtable-2level-hwdef.h.

#define PGDIR_SIZE   (_AC(1, UL) << PGDIR_SHIFT)

Definition at line 33 of file pgtable-2level-hwdef.h.

#define PTRS_PER_PGD   1024

Definition at line 27 of file pgtable-2level-hwdef.h.

#define PTRS_PER_PTE   8192

Definition at line 26 of file pgtable-2level-hwdef.h.

#define SECTION_MASK   (~(SECTION_SIZE-1))

Definition at line 41 of file pgtable-2level-hwdef.h.

#define SECTION_SHIFT   29

Definition at line 39 of file pgtable-2level-hwdef.h.

#define SECTION_SIZE   (_AC(1, UL) << SECTION_SHIFT)

Definition at line 40 of file pgtable-2level-hwdef.h.