/Linux-v5.4/arch/m68k/include/asm/ |
D | pgtable_mm.h | 88 #define VMALLOC_START 0x0f800000 macro 91 #define VMALLOC_START 0xd0000000 macro 102 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
D | pgtable_no.h | 51 #define VMALLOC_START 0 macro
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable.h | 80 #define VMALLOC_START (P3SEG) macro 82 #define VMALLOC_START (0xf0000000) macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable_64_types.h | 133 # define VMALLOC_START vmalloc_base macro 137 # define VMALLOC_START __VMALLOC_BASE_L4 macro
|
D | pgtable_32_types.h | 36 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | fixmap.h | 39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
|
/Linux-v5.4/arch/hexagon/include/asm/ |
D | mem-layout.h | 62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
|
/Linux-v5.4/arch/h8300/include/asm/ |
D | pgtable.h | 40 #define VMALLOC_START 0 macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 113 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro 115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
/Linux-v5.4/arch/arc/include/asm/ |
D | processor.h | 116 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
|
/Linux-v5.4/arch/c6x/include/asm/ |
D | pgtable.h | 20 #define VMALLOC_START 0 macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-nommu.h | 77 #define VMALLOC_START 0UL macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | pgtable.h | 55 #define VMALLOC_START 0xfffffe0000000000 macro 57 #define VMALLOC_START (-2*PGDIR_SIZE) macro
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 71 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro 83 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 191 #define VMALLOC_START ((_ALIGN((long)high_memory, 256L << 20) + VMALLOC_OFFSET) & \ macro 194 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgtable.h | 57 #define VMALLOC_START 0 macro 92 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable-32.h | 99 #define VMALLOC_START MAP_BASE macro
|
D | pgtable-64.h | 146 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
|
/Linux-v5.4/arch/s390/kernel/ |
D | setup.c | 115 unsigned long VMALLOC_START; variable
|
/Linux-v5.4/arch/nios2/include/asm/ |
D | pgtable.h | 30 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 33 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \ macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 36 #define VMALLOC_START KERN_VIRT_START macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
|
/Linux-v5.4/arch/csky/include/asm/ |
D | pgtable.h | 21 #define VMALLOC_START (0xc0008000) macro
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | pgtable_32.h | 442 #define VMALLOC_START _AC(0xfe600000,UL) macro
|