/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() 192 unsigned long vaddr = VMALLOC_START; in callback_init() 219 console_remap_vm.addr = (void *) VMALLOC_START; in callback_init() 220 console_remap_vm.size = vaddr - VMALLOC_START; in callback_init()
|
/arch/cris/include/arch-v10/arch/ |
D | pgtable.h | 9 #define VMALLOC_START KSEG_7 macro 12 #define VMALLOC_START KSEG_D macro
|
/arch/h8300/include/asm/ |
D | pgtable.h | 62 #define VMALLOC_START 0 macro 69 #define VMALLOC_START 0 macro
|
/arch/powerpc/mm/ |
D | slb.c | 142 :: "r"(mk_vsid_data(VMALLOC_START, mmu_kernel_ssize, vflags)), in slb_flush_and_rebolt() 143 "r"(mk_esid_data(VMALLOC_START, mmu_kernel_ssize, 1)), in slb_flush_and_rebolt() 154 slb_shadow_update(VMALLOC_START, mmu_kernel_ssize, vflags, 1); in slb_vmalloc_update() 314 create_shadowed_slbe(VMALLOC_START, mmu_kernel_ssize, vflags, 1); in slb_initialize()
|
D | init_64.c | 132 kclist_add(&kcore_vmem, (void *)VMALLOC_START, VMALLOC_END-VMALLOC_START); in setup_kcore()
|
D | init_32.c | 280 kclist_add(&kcore_vmem, (void *)VMALLOC_START, in setup_kcore() 281 VMALLOC_END-VMALLOC_START); in setup_kcore()
|
/arch/m68k/include/asm/ |
D | pgtable_mm.h | 83 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro 87 #define VMALLOC_START 0x0f800000 macro
|
D | pgtable_no.h | 65 #define VMALLOC_START 0 macro
|
/arch/cris/include/arch-v32/arch/ |
D | pgtable.h | 5 #define VMALLOC_START KSEG_D macro
|
/arch/sh/include/asm/ |
D | pgtable.h | 82 #define VMALLOC_START (P3SEG) macro 84 #define VMALLOC_START (0xf0000000) macro
|
/arch/parisc/include/asm/ |
D | fixmap.h | 26 #define VMALLOC_START ((unsigned long)vmalloc_start) macro
|
/arch/mips/include/asm/ |
D | pgtable-64.h | 104 #define VMALLOC_START MAP_BASE macro 106 (VMALLOC_START + PTRS_PER_PGD * PTRS_PER_PMD * PTRS_PER_PTE * PAGE_SIZE) 108 VMALLOC_START != CKSSEG
|
/arch/arm/mach-ixp4xx/include/mach/ |
D | io.h | 70 if ((__force u32)addr >= VMALLOC_START) in __ixp4xx_iounmap() 99 if (addr >= VMALLOC_START) { in __ixp4xx_writeb() 123 if (addr >= VMALLOC_START) { in __ixp4xx_writew() 145 if (addr >= VMALLOC_START) { in __ixp4xx_writel() 166 if (addr >= VMALLOC_START) in __ixp4xx_readb() 190 if (addr >= VMALLOC_START) in __ixp4xx_readw() 214 if (addr >= VMALLOC_START) in __ixp4xx_readl()
|
/arch/arm/mm/ |
D | iomap.c | 49 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
|
D | ioremap.c | 120 memcpy(pgd_offset(mm, VMALLOC_START), in __check_kvm_seq() 121 pgd_offset_k(VMALLOC_START), in __check_kvm_seq() 123 pgd_index(VMALLOC_START))); in __check_kvm_seq()
|
/arch/arm/include/asm/ |
D | pgtable-nommu.h | 89 #define VMALLOC_START 0 macro
|
/arch/x86/mm/ |
D | init_32.c | 1042 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in mem_init() 1043 VMALLOC_END-VMALLOC_START); in mem_init() 1074 VMALLOC_START, VMALLOC_END, in mem_init() 1075 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init() 1100 BUILD_BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 1108 BUG_ON(VMALLOC_START >= VMALLOC_END); in mem_init() 1109 BUG_ON((unsigned long)high_memory > VMALLOC_START); in mem_init()
|
D | fault.c | 505 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 530 if (!(address >= VMALLOC_START && address < VMALLOC_END)) in vmalloc_fault() 902 for (address = VMALLOC_START & PMD_MASK; 917 for (address = VMALLOC_START & PGDIR_MASK; address <= VMALLOC_END;
|
D | dump_pagetables.c | 46 { VMALLOC_START, "vmalloc() Area" }, 333 address_markers[2].start_address = VMALLOC_START; in pt_dump_init()
|
/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 40 #define VMALLOC_START ASM_CONST(0xD000000000000000) macro 42 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) 57 #define IOREMAP_END (VMALLOC_START + PGTABLE_RANGE) 66 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
|
/arch/sh/mm/ |
D | init.c | 227 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START, in mem_init() 228 VMALLOC_END - VMALLOC_START); in mem_init()
|
/arch/mn10300/mm/ |
D | init.c | 60 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
|
/arch/blackfin/include/asm/ |
D | pgtable.h | 92 #define VMALLOC_START 0 macro
|
/arch/cris/kernel/ |
D | traps.c | 46 module_start = VMALLOC_START; in show_trace()
|
/arch/x86/include/asm/ |
D | pgtable_32.h | 60 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
|