Searched defs:VMALLOC_END (Results 1 - 25 of 36) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
H A Dpgtable.h10 #define VMALLOC_END KSEG_8 macro
13 #define VMALLOC_END KSEG_E macro
/arch/cris/include/arch-v32/arch/
H A Dpgtable.h9 #define VMALLOC_END KSEG_F macro
12 #define VMALLOC_END KSEG_E macro
/arch/parisc/include/asm/
H A Dfixmap.h27 #define VMALLOC_END (KERNEL_MAP_END) macro
/arch/x86/include/asm/
H A Dpgtable_32_types.h44 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE) macro
46 # define VMALLOC_END (FIXADDR_START - 2 * PAGE_SIZE) macro
50 #define MODULES_END VMALLOC_END
53 #define MAXMEM (VMALLOC_END - PAGE_OFFSET - __VMALLOC_RESERVE)
H A Dpgtable_64_types.h57 #define VMALLOC_END _AC(0xffffe8ffffffffff, UL) macro
/arch/frv/include/asm/
H A Dmem-layout.h53 #define VMALLOC_END __UL(0xd8000000) macro
/arch/hexagon/include/asm/
H A Dmem-layout.h108 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2) macro
/arch/m68k/include/asm/
H A Dpgtable_no.h66 #define VMALLOC_END 0xffffffff macro
H A Dpgtable_mm.h86 #define VMALLOC_END m68k_vmalloc_end macro
89 #define VMALLOC_END 0xe0000000 macro
100 #define VMALLOC_END KMAP_START macro
/arch/blackfin/include/asm/
H A Dpgtable.h100 #define VMALLOC_END 0xffffffff macro
/arch/c6x/include/asm/
H A Dpgtable.h24 #define VMALLOC_END 0xffffffff macro
/arch/h8300/include/asm/
H A Dpgtable.h63 #define VMALLOC_END 0xffffffff macro
70 #define VMALLOC_END 0xffffffff macro
/arch/tile/include/asm/
H A Dpgtable_32.h74 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE) macro
H A Dpgtable_64.h52 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h90 #define VMALLOC_END 0xffffffffUL macro
H A Dpgtable.h43 #define VMALLOC_END 0xff000000UL macro
/arch/mips/include/asm/
H A Dpgtable-32.h55 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
57 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
H A Dpgtable-64.h129 #define VMALLOC_END \ macro
/arch/sh/include/asm/
H A Dpgtable.h87 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h103 #define VMALLOC_END ioremap_bot macro
H A Dpgtable-ppc64.h57 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE) macro
95 #define VMEMMAP_BASE VMALLOC_END
/arch/ia64/mm/
H A Dinit.c44 unsigned long VMALLOC_END = VMALLOC_END_INIT; variable
45 EXPORT_SYMBOL(VMALLOC_END); variable
/arch/s390/kernel/
H A Dsetup.c103 unsigned long VMALLOC_END; variable
104 EXPORT_SYMBOL(VMALLOC_END); variable
296 VMALLOC_END = (memparse(arg, &arg) + PAGE_SIZE - 1) & PAGE_MASK;
558 vmalloc_size = VMALLOC_END ?: 128UL << 30;
566 vmalloc_size = VMALLOC_END ?: 96UL << 20;
570 VMALLOC_END = vmax;
/arch/score/include/asm/
H A Dpgtable.h36 #define VMALLOC_END (FIXADDR_START - 2*PAGE_SIZE) macro
/arch/um/include/asm/
H A Dpgtable.h52 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) macro
54 # define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE) macro
57 #define MODULES_END VMALLOC_END

Completed in 3901 milliseconds

12