Searched refs:VMALLOC_END (Results 1 - 25 of 89) sorted by relevance

1234

/linux-master/arch/x86/include/asm/
H A Dpgtable_32_areas.h42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro
44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE) macro
48 #define MODULES_END VMALLOC_END
51 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
H A Dpgtable_64_types.h145 * For non-KMSAN builds, this is the same as VMALLOC_END.
147 * VMALLOC_START..VMALLOC_END (see below).
152 #define VMALLOC_END VMEMORY_END macro
159 * 1st quarter: VMALLOC_START to VMALLOC_END - new vmalloc area
161 * VMALLOC_END+KMSAN_VMALLOC_SHADOW_OFFSET - vmalloc area shadow
163 * VMALLOC_END+KMSAN_VMALLOC_ORIGIN_OFFSET - vmalloc area origins
170 #define VMALLOC_END (VMALLOC_START + VMALLOC_QUARTER_SIZE - 1) macro
186 #define KMSAN_MODULES_SHADOW_START (VMALLOC_END + KMSAN_VMALLOC_ORIGIN_OFFSET + 1)
/linux-master/include/linux/
H A Dioremap.h15 #define IOREMAP_END VMALLOC_END
/linux-master/arch/riscv/kernel/
H A Dvmcore_info.c11 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END);
/linux-master/arch/csky/include/asm/
H A Dmemory.h14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2)) macro
/linux-master/arch/parisc/include/asm/
H A Dfixmap.h55 #define VMALLOC_END (KERNEL_MAP_END) macro
/linux-master/arch/arm/mm/
H A Diomap.c41 (unsigned long)addr < VMALLOC_END)
H A Dpageattr.c67 !range_in_range(start, size, VMALLOC_START, VMALLOC_END))
/linux-master/arch/m68k/include/asm/
H A Dpgtable_mm.h92 #define VMALLOC_END m68k_vmalloc_end macro
95 #define VMALLOC_END 0xe0000000 macro
99 #define VMALLOC_END KMAP_START macro
110 #define VMALLOC_END KMAP_START macro
H A Dpgtable_no.h45 #define VMALLOC_END 0xffffffff macro
/linux-master/arch/arm64/kernel/
H A Dvmcore_info.c26 vmcoreinfo_append_str("NUMBER(VMALLOC_END)=0x%lx\n", VMALLOC_END);
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h84 #define IOREMAP_END VMALLOC_END
111 #define VMALLOC_END ALIGN_DOWN(ioremap_bot, PAGE_SIZE << KASAN_SHADOW_SCALE_SHIFT) macro
113 #define VMALLOC_END ioremap_bot macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/linux-master/arch/arc/mm/
H A Dhighmem.c67 BUILD_BUG_ON(PAGE_OFFSET < (VMALLOC_END + FIXMAP_SIZE + PKMAP_SIZE));
/linux-master/arch/arm/include/asm/
H A Dpgtable-nommu.h63 #define VMALLOC_END 0xffffffffUL macro
/linux-master/arch/arm64/kernel/pi/
H A Dkaslr_early.c64 range = (VMALLOC_END - KIMAGE_VADDR) / 2;
/linux-master/arch/arc/include/asm/
H A Dprocessor.h92 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
/linux-master/scripts/gdb/linux/
H A Dvmalloc.py20 return addr >= pg_ops.VMALLOC_START and addr < pg_ops.VMALLOC_END
/linux-master/arch/xtensa/mm/
H A Dinit.c144 VMALLOC_START, VMALLOC_END,
145 (VMALLOC_END - VMALLOC_START) >> 20,
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h38 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
66 #define VMEMMAP_BASE VMALLOC_END
/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.h78 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/linux-master/arch/s390/boot/
H A Dstartup.c26 unsigned long __bootdata_preserved(VMALLOC_END);
304 VMALLOC_END = MODULES_VADDR;
307 vsize = round_down(VMALLOC_END / 2, _SEGMENT_SIZE);
309 VMALLOC_START = VMALLOC_END - vmalloc_size;
/linux-master/arch/sparc/kernel/
H A Dktlb.S224 sethi %hi(VMALLOC_END), %g5
225 ldx [%g5 + %lo(VMALLOC_END)], %g5

Completed in 208 milliseconds

1234