Searched refs:vmemmap (Results 1 - 16 of 16) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/asm-generic/
H A Dmemory_model.h51 #define __pfn_to_page(pfn) (vmemmap + (pfn))
52 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/asm-generic/
H A Dmemory_model.h51 #define __pfn_to_page(pfn) (vmemmap + (pfn))
52 #define __page_to_pfn(page) (unsigned long)((page) - vmemmap)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dpage_64_types.h64 #define vmemmap ((struct page *)VMEMMAP_START) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpage_64_types.h64 #define vmemmap ((struct page *)VMEMMAP_START) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A DMakefile26 obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A DMakefile26 obj-$(CONFIG_SPARSEMEM_VMEMMAP) += sparse-vmemmap.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dinit_64.c187 * Given an address within the vmemmap, determine the pfn of the page that
194 unsigned long offset = page - ((unsigned long)(vmemmap));
201 * Check if this vmemmap page is already initialised. If any section
202 * which overlaps this vmemmap page is initialised then this page is
216 /* On hash-based CPUs, the vmemmap is bolted in the hash table.
218 * On Book3E CPUs, the vmemmap is currently mapped in the top half of
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c187 * Given an address within the vmemmap, determine the pfn of the page that
194 unsigned long offset = page - ((unsigned long)(vmemmap));
201 * Check if this vmemmap page is already initialised. If any section
202 * which overlaps this vmemmap page is initialised then this page is
216 /* On hash-based CPUs, the vmemmap is bolted in the hash table.
218 * On Book3E CPUs, the vmemmap is currently mapped in the top half of
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h100 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h100 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtable_64.h47 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/include/asm/
H A Dpgtable_64.h47 #define vmemmap ((struct page *)VMEMMAP_BASE) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
H A Dpgtable.h223 # define vmemmap ((struct page *)VMALLOC_END) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dpgtable.h223 # define vmemmap ((struct page *)VMALLOC_END) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpgtable.h136 #define vmemmap ((struct page *) VMALLOC_END) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dpgtable.h136 #define vmemmap ((struct page *) VMALLOC_END) macro

Completed in 135 milliseconds