/Linux-v4.19/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)
|
/Linux-v4.19/arch/nds32/mm/ |
D | init.c | 216 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 236 BUILD_BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init() 237 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 243 BUG_ON(VMALLOC_END > CONSISTENT_BASE); in mem_init() 244 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init()
|
/Linux-v4.19/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 | 57 #define VMALLOC_END 0xffffffff macro
|
/Linux-v4.19/arch/unicore32/mm/ |
D | mmu.c | 222 md->virtual >= PAGE_OFFSET && md->virtual < VMALLOC_END) { in create_mapping() 253 static void * __initdata vmalloc_min = (void *)(VMALLOC_END - SZ_128M); 271 if (vmalloc_reserve > VMALLOC_END - (PAGE_OFFSET + SZ_32M)) { in early_vmalloc() 272 vmalloc_reserve = VMALLOC_END - (PAGE_OFFSET + SZ_32M); in early_vmalloc() 278 vmalloc_min = (void *)(VMALLOC_END - vmalloc_reserve); in early_vmalloc() 326 addr < VMALLOC_END; addr += PGDIR_SIZE) in prepare_page_table() 360 for (addr = VMALLOC_END; addr; addr += PGDIR_SIZE) in devicemaps_init()
|
D | init.c | 358 VMALLOC_START, VMALLOC_END, in mem_init() 359 DIV_ROUND_UP((VMALLOC_END - VMALLOC_START), SZ_1M), in mem_init()
|
/Linux-v4.19/arch/ia64/mm/ |
D | contig.c | 199 VMALLOC_END -= map_size; in paging_init() 200 vmem_map = (struct page *) VMALLOC_END; in paging_init()
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | fixmap.h | 28 #define VMALLOC_END (KERNEL_MAP_END) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | vmap_stack.h | 23 VMALLOC_START, VMALLOC_END, in arch_alloc_vmap_stack()
|
/Linux-v4.19/arch/xtensa/mm/ |
D | init.c | 180 VMALLOC_START, VMALLOC_END, in mem_init() 181 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/arm/mm/ |
D | iomap.c | 39 (unsigned long)addr < VMALLOC_END) in pci_iounmap()
|
/Linux-v4.19/Documentation/xtensa/ |
D | mmu.txt | 78 +------------------+ VMALLOC_END 120 +------------------+ VMALLOC_END 163 +------------------+ VMALLOC_END
|
/Linux-v4.19/arch/s390/kernel/ |
D | setup.c | 98 unsigned long VMALLOC_END; variable 99 EXPORT_SYMBOL(VMALLOC_END); 299 VMALLOC_END = (memparse(arg, &arg) + PAGE_SIZE - 1) & PAGE_MASK; in parse_vmalloc() 471 vmalloc_size = VMALLOC_END ?: (128UL << 30) - MODULES_LEN; in setup_memory_end() 481 VMALLOC_END = MODULES_VADDR; in setup_memory_end()
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | pgtable.h | 47 #define VMALLOC_END 0xffffffff macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
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
|
D | meminit.h | 63 extern unsigned long VMALLOC_END;
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 75 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) macro 76 #define TLBTEMP_BASE_1 (VMALLOC_END + 1) 87 #define VMALLOC_END __XTENSA_UL_CONST(0xffffffff) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | mem-layout.h | 116 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable-32.h | 73 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro 75 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | pgtable.h | 24 #define VMALLOC_END 0xffffffff macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-nommu.h | 87 #define VMALLOC_END 0xffffffffUL macro
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ktlb.S | 224 sethi %hi(VMALLOC_END), %g5 225 ldx [%g5 + %lo(VMALLOC_END)], %g5
|
/Linux-v4.19/arch/arc/include/asm/ |
D | processor.h | 132 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
|
/Linux-v4.19/Documentation/arm/ |
D | memory.txt | 50 VMALLOC_START VMALLOC_END-1 vmalloc() / ioremap() space. 56 of the high_memory variable, and VMALLOC_END
|