| /arch/x86/include/asm/ |
| A D | pgtable_64_types.h | 113 # define VMALLOC_START vmalloc_base macro 127 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1) 148 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) 157 #define KMSAN_VMALLOC_SHADOW_START (VMALLOC_START + KMSAN_VMALLOC_SHADOW_OFFSET) 158 #define KMSAN_VMALLOC_ORIGIN_START (VMALLOC_START + KMSAN_VMALLOC_ORIGIN_OFFSET)
|
| A D | pgtable_32_areas.h | 20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro 47 #define MODULES_VADDR VMALLOC_START
|
| /arch/arc/include/asm/ |
| A D | processor.h | 87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro 92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 94 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
|
| /arch/m68k/include/asm/ |
| A D | pgtable_mm.h | 91 #define VMALLOC_START 0x0f800000 macro 94 #define VMALLOC_START 0xd0000000 macro 98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro 109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
| A D | pgtable_no.h | 44 #define VMALLOC_START 0 macro
|
| /arch/alpha/mm/ |
| A D | init.c | 158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init() 163 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init() 166 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init() 187 pgd = pgd_offset_k(VMALLOC_START); in callback_init() 188 p4d = p4d_offset(pgd, VMALLOC_START); in callback_init() 189 pud = pud_offset(p4d, VMALLOC_START); in callback_init() 191 pmd = pmd_offset(pud, VMALLOC_START); in callback_init()
|
| /arch/powerpc/include/asm/nohash/32/ |
| A D | pgtable.h | 83 #define IOREMAP_START VMALLOC_START 105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro 107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
| /arch/xtensa/mm/ |
| A D | kasan_init.c | 75 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR); in kasan_init() 81 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
| A D | init.c | 93 VMALLOC_START, VMALLOC_END, in print_vm_layout() 94 (VMALLOC_END - VMALLOC_START) >> 20, in print_vm_layout()
|
| /arch/xtensa/include/asm/ |
| A D | pgtable.h | 68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro 69 #define VMALLOC_END (VMALLOC_START + 0x07FEFFFF) 70 #define TLBTEMP_BASE_1 (VMALLOC_START + 0x08000000) 80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
|
| /arch/csky/include/asm/ |
| A D | memory.h | 13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
|
| /arch/arm/mm/ |
| A D | iomap.c | 40 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
| A D | pageattr.c | 67 !range_in_range(start, size, VMALLOC_START, VMALLOC_END)) in change_memory_common()
|
| /arch/parisc/include/asm/ |
| A D | fixmap.h | 54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
| /arch/arm/include/asm/ |
| A D | pgtable-nommu.h | 62 #define VMALLOC_START 0UL macro
|
| /arch/powerpc/include/asm/nohash/64/ |
| A D | pgtable.h | 36 #define VMALLOC_START KERN_VIRT_START macro 38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
|
| /arch/powerpc/mm/ |
| A D | mem.c | 417 start = VMALLOC_START; in execmem_arch_setup() 434 .start = VMALLOC_START, in execmem_arch_setup() 440 .start = VMALLOC_START, in execmem_arch_setup()
|
| /arch/hexagon/include/asm/ |
| A D | mem-layout.h | 62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|
| /arch/s390/boot/ |
| A D | startup.c | 31 unsigned long __bootdata_preserved(VMALLOC_START); 416 VMALLOC_START = VMALLOC_END - vmalloc_size; in setup_kernel_memory_layout() 417 boot_debug("vmalloc area: 0x%016lx-0x%016lx\n", VMALLOC_START, VMALLOC_END); in setup_kernel_memory_layout() 419 __memcpy_real_area = round_down(VMALLOC_START - MEMCPY_REAL_SIZE, PAGE_SIZE); in setup_kernel_memory_layout()
|
| /arch/mips/include/asm/ |
| A D | pgtable-64.h | 141 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro 148 VMALLOC_START != CKSSEG
|
| /arch/x86/mm/ |
| A D | kasan_init_64.c | 392 kasan_mem_to_shadow((void *)VMALLOC_START)); in kasan_init() 401 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init() 405 kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
| /arch/sh/mm/ |
| A D | init.c | 355 (unsigned long)VMALLOC_START, VMALLOC_END, in mem_init() 356 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
| /arch/sh/include/asm/ |
| A D | pgtable.h | 77 #define VMALLOC_START (P3SEG) macro
|
| /arch/um/include/asm/ |
| A D | pgtable.h | 51 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro 53 #define MODULES_VADDR VMALLOC_START
|
| /arch/arm64/mm/ |
| A D | init.c | 538 .start = VMALLOC_START, in execmem_arch_setup() 544 .start = VMALLOC_START, in execmem_arch_setup()
|