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

Go to the source code of this file.

Macros

#define __phys_addr_nodebug(x)   ((x) - PAGE_OFFSET)
 
#define __phys_addr(x)   __phys_addr_nodebug(x)
 
#define __phys_reloc_hide(x)   RELOC_HIDE((x), 0)
 

Macro Definition Documentation

#define __phys_addr (   x)    __phys_addr_nodebug(x)

Definition at line 16 of file page_32.h.

#define __phys_addr_nodebug (   x)    ((x) - PAGE_OFFSET)

Definition at line 12 of file page_32.h.

#define __phys_reloc_hide (   x)    RELOC_HIDE((x), 0)

Definition at line 18 of file page_32.h.