Searched refs:VMALLOC_OFFSET (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_32_types.h27 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpgtable_mm.h82 #define VMALLOC_OFFSET (8*1024*1024) macro
83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h89 * to worry about the VMALLOC_OFFSET causing problems. We do have to worry
97 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
99 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
101 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable.h48 #define VMALLOC_OFFSET (__va_space) macro
49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpgtable.h62 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
63 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
64 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable.h39 #define VMALLOC_OFFSET (8*1024*1024) macro
40 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpgtable_32.c111 /* Add VMALLOC_OFFSET to the parsed value due to vm area guard hole*/
112 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h93 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro

Completed in 68 milliseconds