Searched defs:VMALLOC_END (Results 1 – 12 of 12) sorted by relevance
111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro113 #define VMALLOC_END ioremap_bot macro
133 #define VMALLOC_END VMEMORY_END macro151 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
55 #define VMALLOC_END (KERNEL_MAP_END) macro
86 #define VMALLOC_END (PKMAP_BASE - (2 * PAGE_SIZE)) macro88 #define VMALLOC_END (FIXADDR_START - (2 * PAGE_SIZE)) macro110 #define VMALLOC_END \ macro114 #define VMALLOC_END \ macro
103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
63 #define VMALLOC_END 0xffffffffUL macro
193 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro195 #define VMALLOC_END ioremap_bot macro
44 #define VMALLOC_END PAGE_OFFSET macro1253 #define VMALLOC_END TASK_SIZE macro
25 #define VMALLOC_END (VMEMMAP_START - SZ_8M) macro28 #define VMALLOC_END (VMEMMAP_START + VMEMMAP_UNUSED_NPAGES * sizeof(struct page) - SZ_8M) macro
247 #define VMALLOC_END __vmalloc_end macro