/arch/cris/include/arch-v10/arch/ |
D | pgtable.h | 9 #define VMALLOC_START KSEG_7 macro 12 #define VMALLOC_START KSEG_D macro
|
/arch/cris/include/arch-v32/arch/ |
D | pgtable.h | 8 #define VMALLOC_START KSEG_E macro 11 #define VMALLOC_START KSEG_D macro
|
/arch/x86/include/asm/ |
D | pgtable_64_types.h | 62 #define VMALLOC_START vmalloc_base macro 65 #define VMALLOC_START __VMALLOC_BASE macro 68 #define VMALLOC_END (VMALLOC_START + _AC((VMALLOC_SIZE_TB << 40) - 1, UL))
|
D | pgtable_32_types.h | 33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro 49 #define MODULES_VADDR VMALLOC_START
|
/arch/arc/include/asm/ |
D | processor.h | 125 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro 130 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 132 #define USER_KERNEL_GUTTER (VMALLOC_START - TASK_SIZE)
|
/arch/m68k/include/asm/ |
D | pgtable_mm.h | 87 #define VMALLOC_START 0x0f800000 macro 90 #define VMALLOC_START 0xd0000000 macro 101 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
D | pgtable_no.h | 55 #define VMALLOC_START 0 macro
|
/arch/alpha/mm/ |
D | init.c | 156 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb)) in callback_init() 161 (VMALLOC_START + (unsigned long)crb->dispatch_va in callback_init() 164 (VMALLOC_START + (unsigned long)crb->fixup_va in callback_init() 185 pgd = pgd_offset_k(VMALLOC_START); in callback_init() 187 pmd = pmd_offset(pgd, VMALLOC_START); in callback_init()
|
/arch/powerpc/mm/ |
D | slb.c | 131 :: "r"(mk_vsid_data(VMALLOC_START, mmu_kernel_ssize, vflags)), in __slb_flush_and_rebolt() 132 "r"(mk_esid_data(VMALLOC_START, mmu_kernel_ssize, 1)), in __slb_flush_and_rebolt() 158 slb_shadow_update(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); in slb_vmalloc_update() 334 create_shadowed_slbe(VMALLOC_START, mmu_kernel_ssize, vflags, VMALLOC_INDEX); in slb_initialize()
|
/arch/parisc/include/asm/ |
D | fixmap.h | 26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
/arch/sh/include/asm/ |
D | pgtable.h | 83 #define VMALLOC_START (P3SEG) macro 85 #define VMALLOC_START (0xf0000000) macro
|
/arch/arm64/kernel/ |
D | kaslr.c | 163 module_range = VMALLOC_END - VMALLOC_START - MODULES_VSIZE; in kaslr_early_init() 164 module_alloc_base = VMALLOC_START; in kaslr_early_init()
|
/arch/arm/mm/ |
D | iomap.c | 37 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
/arch/xtensa/mm/ |
D | init.c | 172 VMALLOC_START, VMALLOC_END, in mem_init() 173 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
|
/arch/h8300/include/asm/ |
D | pgtable.h | 44 #define VMALLOC_START 0 macro
|
/arch/frv/include/asm/ |
D | mem-layout.h | 52 #define VMALLOC_START __UL(0xd0000000) macro
|
/arch/xtensa/include/asm/ |
D | fixmap.h | 47 #define FIXADDR_TOP (VMALLOC_START - PAGE_SIZE)
|
/arch/hexagon/include/asm/ |
D | mem-layout.h | 75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 85 #define VMALLOC_START 0UL macro
|
/arch/c6x/include/asm/ |
D | pgtable.h | 23 #define VMALLOC_START 0 macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 45 #define VMALLOC_START KERN_VIRT_START macro 51 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 79 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
/arch/tile/include/asm/ |
D | pgtable_32.h | 71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
|
/arch/mn10300/mm/ |
D | init.c | 61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
|
/arch/s390/kernel/ |
D | setup.c | 91 unsigned long VMALLOC_START; variable 92 EXPORT_SYMBOL(VMALLOC_START); 476 VMALLOC_START = vmax - vmalloc_size; in setup_memory_end() 479 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page)); in setup_memory_end() 482 tmp = VMALLOC_START - tmp * sizeof(struct page); in setup_memory_end()
|
/arch/arm64/mm/ |
D | ioremap.c | 91 if (VMALLOC_START <= addr && addr < VMALLOC_END) in __iounmap()
|