Home
last modified time | relevance | path

Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dpgtable_mm.h104 #define VMALLOC_OFFSET (8*1024*1024) macro
105 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h112 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
114 …e VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
116 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_32_areas.h14 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
65 #define VMALLOC_OFFSET PAGE_SIZE macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h45 #define VMALLOC_OFFSET (__va_space) macro
46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h50 #define VMALLOC_OFFSET (8*1024*1024) macro
51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h188 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dpgtable_32.c82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dporting.rst100 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the
103 VMALLOC_OFFSET
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dmmu.c1145 (void *)(VMALLOC_END - (240 << 20) - VMALLOC_OFFSET);