Searched refs:VMALLOC_START (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/arch/x86/include/asm/
H A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
47 #define MODULES_VADDR VMALLOC_START
H A Dpgtable_64_types.h134 # define VMALLOC_START vmalloc_base macro
138 # define VMALLOC_START __VMALLOC_BASE_L4 macro
146 * For KMSAN builds, VMALLOC_START..VMEMORY_END is 4 times bigger than
147 * VMALLOC_START..VMALLOC_END (see below).
149 #define VMEMORY_END (VMALLOC_START + (VMALLOC_SIZE_TB << 40) - 1)
159 * 1st quarter: VMALLOC_START to VMALLOC_END - new vmalloc area
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1)
179 #define KMSAN_VMALLOC_SHADOW_START (VMALLOC_START + KMSAN_VMALLOC_SHADOW_OFFSET)
180 #define KMSAN_VMALLOC_ORIGIN_START (VMALLOC_START + KMSAN_VMALLOC_ORIGIN_OFFSET)
/linux-master/include/linux/
H A Dioremap.h14 #define IOREMAP_START VMALLOC_START
/linux-master/arch/csky/include/asm/
H A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
/linux-master/arch/parisc/include/asm/
H A Dfixmap.h54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux-master/arch/arc/include/asm/
H A Dprocessor.h87 #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)
/linux-master/arch/arm/mm/
H A Diomap.c40 if ((unsigned long)addr >= VMALLOC_START &&
H A Dpageattr.c67 !range_in_range(start, size, VMALLOC_START, VMALLOC_END))
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h91 #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
H A Dpgtable_no.h44 #define VMALLOC_START 0 macro
/linux-master/arch/alpha/mm/
H A Dinit.c158 if (srm_fixup(VMALLOC_START, (unsigned long)hwrpb))
163 (VMALLOC_START + (unsigned long)crb->dispatch_va
166 (VMALLOC_START + (unsigned long)crb->fixup_va
187 pgd = pgd_offset_k(VMALLOC_START);
188 p4d = p4d_offset(pgd, VMALLOC_START);
189 pud = pud_offset(p4d, VMALLOC_START);
191 pmd = pmd_offset(pud, VMALLOC_START);
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h83 #define IOREMAP_START VMALLOC_START
98 * from VMALLOC_START). For this reason we have ioremap_bot to check when
105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux-master/lib/
H A Dtest_debug_virtual.c27 va = (void *)VMALLOC_START;
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
68 * Create the space between VMALLOC_START and FIXADDR_TOP backwards
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h62 #define VMALLOC_START 0UL macro
/linux-master/arch/xtensa/mm/
H A Dkasan_init.c79 BUILD_BUG_ON(VMALLOC_START < KASAN_START_VADDR);
85 populate(kasan_mem_to_shadow((void *)VMALLOC_START),
H A Dinit.c144 VMALLOC_START, VMALLOC_END,
145 (VMALLOC_END - VMALLOC_START) >> 20,
/linux-master/scripts/gdb/linux/
H A Dvmalloc.py20 return addr >= pg_ops.VMALLOC_START and addr < pg_ops.VMALLOC_END
/linux-master/arch/s390/boot/
H A Dstartup.c25 unsigned long __bootdata_preserved(VMALLOC_START);
309 VMALLOC_START = VMALLOC_END - vmalloc_size;
312 pages = VMALLOC_START / (PAGE_SIZE + sizeof(struct page));
315 vmemmap_start = round_down(VMALLOC_START - pages * sizeof(struct page), rte_size);
323 VMALLOC_START = max(vmemmap_start + vmemmap_size, VMALLOC_START);
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h36 #define VMALLOC_START KERN_VIRT_START macro
38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h68 #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
/linux-master/fs/proc/
H A Dkcore.c214 if (VMALLOC_START > ent->addr) {
215 if (VMALLOC_START - ent->addr < ent->size)
216 ent->size = VMALLOC_START - ent->addr;
678 if (MODULES_VADDR != VMALLOC_START && MODULES_END != VMALLOC_END) {
699 kclist_add(&kcore_vmalloc, (void *)VMALLOC_START,
700 VMALLOC_END - VMALLOC_START, KCORE_VMALLOC);
/linux-master/mm/kmsan/
H A Dkmsan.h208 return ((u64)addr >= VMALLOC_START) && ((u64)addr < VMALLOC_END);
/linux-master/kernel/
H A Dscs.c46 s = __vmalloc_node_range(SCS_SIZE, 1, VMALLOC_START, VMALLOC_END,
/linux-master/arch/sh/include/asm/
H A Dpgtable.h77 #define VMALLOC_START (P3SEG) macro

Completed in 331 milliseconds

12345