/arch/x86/include/asm/ |
D | pgtable_32_types.h | 62 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro 64 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) macro 68 #define MODULES_END VMALLOC_END 71 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
|
D | pgtable_64_types.h | 142 #define VMALLOC_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1) macro
|
/arch/nds32/mm/ |
D | init.c | 221 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 241 BUILD_BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init() 242 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 248 BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init() 249 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
/arch/m68k/include/asm/ |
D | pgtable_mm.h | 89 #define VMALLOC_END m68k_vmalloc_end macro 92 #define VMALLOC_END 0xe0000000 macro 103 #define VMALLOC_END KMAP_START macro
|
D | pgtable_no.h | 53 #define VMALLOC_END 0xffffffff macro
|
/arch/unicore32/mm/ |
D | mmu.c | 217 md->virtual >= PAGE_OFFSET && md->virtual < VMALLOC_END) { in create_mapping() 248 static void * __initdata vmalloc_min = (void *)(VMALLOC_END - SZ_128M); 266 if (vmalloc_reserve > VMALLOC_END - (PAGE_OFFSET + SZ_32M)) { in early_vmalloc() 267 vmalloc_reserve = VMALLOC_END - (PAGE_OFFSET + SZ_32M); in early_vmalloc() 273 vmalloc_min = (void *)(VMALLOC_END - vmalloc_reserve); in early_vmalloc() 321 addr < VMALLOC_END; addr += PGDIR_SIZE) in prepare_page_table() 358 for (addr = VMALLOC_END; addr; addr += PGDIR_SIZE) in devicemaps_init()
|
/arch/arm64/include/asm/ |
D | vmap_stack.h | 23 VMALLOC_START, VMALLOC_END, in arch_alloc_vmap_stack()
|
/arch/arm64/kernel/ |
D | scs.c | 29 VMALLOC_START, VMALLOC_END, in scs_init_irq()
|
/arch/arm/mm/ |
D | iomap.c | 39 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
D | pageattr.c | 51 !in_range(start, size, VMALLOC_START, VMALLOC_END)) in change_memory_common()
|
/arch/parisc/include/asm/ |
D | fixmap.h | 40 #define VMALLOC_END (KERNEL_MAP_END) macro
|
/arch/ia64/mm/ |
D | contig.c | 199 VMALLOC_END -= map_size; in paging_init() 200 vmem_map = (struct page *) VMALLOC_END; in paging_init()
|
/arch/h8300/include/asm/ |
D | pgtable.h | 41 #define VMALLOC_END 0xffffffff macro
|
/arch/hexagon/include/asm/ |
D | mem-layout.h | 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
/arch/xtensa/mm/ |
D | init.c | 180 VMALLOC_START, VMALLOC_END, in mem_init() 181 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/arch/x86/mm/ |
D | init_32.c | 813 VMALLOC_START, VMALLOC_END, in mem_init() 814 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 836 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 839 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 845 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 847 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 72 #define VMALLOC_END 0xffffffffUL macro
|
/arch/c6x/include/asm/ |
D | pgtable.h | 21 #define VMALLOC_END 0xffffffff macro
|
/arch/ia64/include/asm/ |
D | meminit.h | 63 extern unsigned long VMALLOC_END;
|
D | pgtable.h | 228 extern unsigned long VMALLOC_END; 232 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 10))) macro 233 # define vmemmap ((struct page *)VMALLOC_END) 235 # define VMALLOC_END (RGN_BASE(RGN_GATE) + (1UL << (4*PAGE_SHIFT - 9))) macro
|
/arch/arc/include/asm/ |
D | processor.h | 121 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|
/arch/mips/include/asm/ |
D | pgtable-32.h | 105 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro 107 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
|
/arch/arc/mm/ |
D | highmem.c | 134 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE)); in kmap_init()
|
/arch/sparc/kernel/ |
D | ktlb.S | 224 sethi %hi(VMALLOC_END), %g5 225 ldx [%g5 + %lo(VMALLOC_END)], %g5
|
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 92 #define IOREMAP_END VMALLOC_END 117 #define VMALLOC_END ioremap_bot macro
|