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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dpgtable.h82 #define VMALLOC_OFFSET (8*1024*1024) macro
83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dpgtable.h63 #define VMALLOC_OFFSET (__va_space) macro
64 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dpgtable.h64 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
65 #define VMALLOC_START (P3SEG + VMALLOC_OFFSET)
66 #define VMALLOC_END (P4SEG - VMALLOC_OFFSET)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc32.h113 * to worry about the VMALLOC_OFFSET causing problems. We do have to worry
121 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
123 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
125 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpgtable.h121 * to worry about the VMALLOC_OFFSET causing problems. We do have to worry
129 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
131 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
133 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dpgtable.h81 #define VMALLOC_OFFSET (8*1024*1024) macro
83 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dpgtable.h112 #define VMALLOC_OFFSET (8*1024*1024) macro
113 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) \
114 & ~(VMALLOC_OFFSET-1))

Completed in 165 milliseconds