Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
page.h File Reference
#include <linux/const.h>

Go to the source code of this file.

Macros

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

Macro Definition Documentation

#define PAGE_MASK   (~((1 << PAGE_SHIFT) - 1))

Definition at line 67 of file page.h.

#define PAGE_SIZE   (1UL << PAGE_SHIFT)

Definition at line 66 of file page.h.