| /Linux-v5.4/arch/arc/include/asm/ |
| D | processor.h | 116 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro 121 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 123 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
|
| /Linux-v5.4/arch/alpha/mm/ |
| D | init.c | 157 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init() 162 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init() 165 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init() 186 pgd = pgd_offset_k(VMALLOC_START); in callback_init() 188 pmd = pmd_offset(pgd, VMALLOC_START); in callback_init()
|
| /Linux-v5.4/arch/nds32/mm/ |
| D | init.c | 220 ((CONSISTENT_END) - (CONSISTENT_BASE)) >> 20, VMALLOC_START, in mem_init() 221 (unsigned long)VMALLOC_END, (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 242 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 249 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 250 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | pgtable_64_types.h | 133 # define VMALLOC_START vmalloc_base macro 137 # define VMALLOC_START __VMALLOC_BASE_L4 macro 142 #define VMALLOC_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
|
| D | pgtable_32_types.h | 36 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro 67 #define MODULES_VADDR VMALLOC_START
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | pgtable_mm.h | 88 #define VMALLOC_START 0x0f800000 macro 91 #define VMALLOC_START 0xd0000000 macro 102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
| D | pgtable_no.h | 51 #define VMALLOC_START 0 macro
|
| /Linux-v5.4/arch/xtensa/mm/ |
| D | kasan_init.c | 81 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR); in kasan_init() 87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
| D | init.c | 180 VMALLOC_START, VMALLOC_END, in mem_init() 181 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
| /Linux-v5.4/fs/proc/ |
| D | kcore.c | 217 if (VMALLOC_START > ent->addr) { in kclist_add_private() 218 if (VMALLOC_START - ent->addr < ent->size) in kclist_add_private() 219 ent->size = VMALLOC_START - ent->addr; in kclist_add_private() 627 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) { in add_modules_range() 649 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in proc_kcore_init() 650 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC); in proc_kcore_init()
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgtable.h | 80 #define VMALLOC_START (P3SEG) macro 82 #define VMALLOC_START (0xf0000000) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgtable.h | 91 #define IOREMAP_START VMALLOC_START 113 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro 115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | vmap_stack.h | 23 VMALLOC_START, VMALLOC_END, in arch_alloc_vmap_stack()
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgtable.h | 36 #define VMALLOC_START KERN_VIRT_START macro 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 67 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgtable.h | 89 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro 100 #define VMEMMAP_END (VMALLOC_START - 1) 101 #define VMEMMAP_START (VMALLOC_START - VMEMMAP_SIZE)
|
| /Linux-v5.4/lib/ |
| D | test_vmalloc.c | 95 VMALLOC_START, VMALLOC_END, in random_size_align_alloc_test() 122 VMALLOC_START, VMALLOC_END, in align_shift_alloc_test() 144 VMALLOC_START, VMALLOC_END, in fix_align_alloc_test()
|
| D | test_debug_virtual.c | 27 va = (void *)VMALLOC_START; in test_debug_virtual_init()
|
| /Linux-v5.4/Documentation/xtensa/ |
| D | mmu.rst | 83 | VMALLOC area | VMALLOC_START 0xc0000000 128MB - 64KB 125 | VMALLOC area | VMALLOC_START 0xa0000000 128MB - 64KB 168 | VMALLOC area | VMALLOC_START 0x90000000 128MB - 64KB
|
| /Linux-v5.4/arch/arm/mm/ |
| D | iomap.c | 38 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | fixmap.h | 39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
| /Linux-v5.4/arch/x86/mm/ |
| D | init_32.c | 813 VMALLOC_START, VMALLOC_END, in mem_init() 814 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 839 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 847 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 848 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
| /Linux-v5.4/arch/s390/kernel/ |
| D | setup.c | 115 unsigned long VMALLOC_START; variable 116 EXPORT_SYMBOL(VMALLOC_START); 313 VMALLOC_START, VMALLOC_END, in stack_alloc() 578 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_memory_end() 581 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_memory_end() 584 tmp = VMALLOC_START - tmp * sizeof(struct page); in setup_memory_end()
|
| /Linux-v5.4/arch/h8300/include/asm/ |
| D | pgtable.h | 40 #define VMALLOC_START 0 macro
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | pgtable.h | 71 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro 72 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) 83 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
|
| /Linux-v5.4/arch/hexagon/include/asm/ |
| D | mem-layout.h | 62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|