Go to the documentation of this file. 1 #ifndef _ASM_X86_PAGE_32_H
2 #define _ASM_X86_PAGE_32_H
8 #ifdef CONFIG_HUGETLB_PAGE
9 #define HAVE_ARCH_HUGETLB_UNMAPPED_AREA
12 #define __phys_addr_nodebug(x) ((x) - PAGE_OFFSET)
13 #ifdef CONFIG_DEBUG_VIRTUAL
16 #define __phys_addr(x) __phys_addr_nodebug(x)
18 #define __phys_reloc_hide(x) RELOC_HIDE((x), 0)
21 #define pfn_valid(pfn) ((pfn) < max_mapnr)
24 #ifdef CONFIG_X86_USE_3DNOW
37 #include <linux/string.h>