Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
page.h File Reference

Go to the source code of this file.

Macros

#define PAGE_SHIFT   12
 
#define PAGE_SIZE   (1UL << PAGE_SHIFT)
 
#define PAGE_MASK   (~(PAGE_SIZE - 1))
 

Macro Definition Documentation

#define PAGE_MASK   (~(PAGE_SIZE - 1))

Definition at line 19 of file page.h.

#define PAGE_SHIFT   12

Definition at line 15 of file page.h.

#define PAGE_SIZE   (1UL << PAGE_SHIFT)

Definition at line 18 of file page.h.