Linux Kernel
3.7.1
|
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) |
#define __phys_addr | ( | x | ) | __phys_addr_nodebug(x) |
#define __phys_addr_nodebug | ( | x | ) | ((x) - PAGE_OFFSET) |
#define __phys_reloc_hide | ( | x | ) | RELOC_HIDE((x), 0) |