Home
last modified time | relevance | path

Searched refs:VMALLOC_START (Results 1 – 25 of 96) sorted by relevance

1234

/arch/cris/include/arch-v10/arch/
Dpgtable.h9 #define VMALLOC_START KSEG_7 macro
12 #define VMALLOC_START KSEG_D macro
/arch/cris/include/arch-v32/arch/
Dpgtable.h8 #define VMALLOC_START KSEG_E macro
11 #define VMALLOC_START KSEG_D macro
/arch/x86/include/asm/
Dpgtable_64_types.h62 #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))
Dpgtable_32_types.h33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
49 #define MODULES_VADDR VMALLOC_START
/arch/arc/include/asm/
Dprocessor.h125 #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/
Dpgtable_mm.h87 #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
Dpgtable_no.h55 #define VMALLOC_START 0 macro
/arch/alpha/mm/
Dinit.c156 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/
Dslb.c131 :: "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/
Dfixmap.h26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/arch/sh/include/asm/
Dpgtable.h83 #define VMALLOC_START (P3SEG) macro
85 #define VMALLOC_START (0xf0000000) macro
/arch/arm64/kernel/
Dkaslr.c163 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/
Diomap.c37 if ((unsigned long)addr >= VMALLOC_START && in pci_iounmap()
/arch/xtensa/mm/
Dinit.c172 VMALLOC_START, VMALLOC_END, in mem_init()
173 (VMALLOC_END - VMALLOC_START) >> 20, in mem_init()
/arch/h8300/include/asm/
Dpgtable.h44 #define VMALLOC_START 0 macro
/arch/frv/include/asm/
Dmem-layout.h52 #define VMALLOC_START __UL(0xd0000000) macro
/arch/xtensa/include/asm/
Dfixmap.h47 #define FIXADDR_TOP (VMALLOC_START - PAGE_SIZE)
/arch/hexagon/include/asm/
Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/arch/arm/include/asm/
Dpgtable-nommu.h85 #define VMALLOC_START 0UL macro
/arch/c6x/include/asm/
Dpgtable.h23 #define VMALLOC_START 0 macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable.h45 #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/
Dpgtable_32.h71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
/arch/mn10300/mm/
Dinit.c61 for (loop = VMALLOC_START / (PAGE_SIZE * PTRS_PER_PTE); in paging_init()
/arch/s390/kernel/
Dsetup.c91 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/
Dioremap.c91 if (VMALLOC_START <= addr && addr < VMALLOC_END) in __iounmap()

1234