/linux/arch/m68k/include/asm/ |
H A D | pgtable_mm.h | 91 #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 D | pgtable_no.h | 44 #define VMALLOC_START 0 macro
|
/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro 107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
/linux/arch/csky/include/asm/ |
H A D | memory.h | 13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
|
/linux/arch/x86/include/asm/ |
H A D | pgtable_32_areas.h | 20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
|
/linux/arch/parisc/include/asm/ |
H A D | fixmap.h | 54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
/linux/arch/hexagon/include/asm/ |
H A D | mem-layout.h | 62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|
/linux/arch/arc/include/asm/ |
H A D | processor.h | 87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
|
/linux/arch/arm/include/asm/ |
H A D | pgtable-nommu.h | 62 #define VMALLOC_START 0UL macro
|
H A D | pgtable.h | 51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
/linux/arch/sh/include/asm/ |
H A D | pgtable.h | 77 #define VMALLOC_START (P3SEG) macro
|
/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro 80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
|
/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 53 #define VMALLOC_START 0xfffffe0000000000 macro 55 #define VMALLOC_START (-2*PGDIR_SIZE) macro
|
/linux/Documentation/admin-guide/kdump/ |
H A D | vmcoreinfo.rst | 68 VMALLOC_START section in Common variables
|
/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 36 #define VMALLOC_START KERN_VIRT_START macro
|
/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 27 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
|
/linux/arch/s390/kernel/ |
H A D | setup.c | 160 unsigned long VMALLOC_START; variable
|
/linux/arch/um/include/asm/ |
H A D | pgtable.h | 50 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 39 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
|
/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL) macro
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 41 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro 950 #define VMALLOC_START _AC(0, UL) macro
|
/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 433 #define VMALLOC_START _AC(0xfe600000,UL) macro
|
H A D | pgtable_64.h | 45 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 245 #define VMALLOC_START __vmalloc_start macro
|