Home
last modified time | relevance | path

Searched defs:VMALLOC_START (Results 1 – 25 of 41) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
Dpgtable.h9 #define VMALLOC_START KSEG_7 macro
12 #define VMALLOC_START KSEG_D macro
/arch/cris/include/arch-v32/arch/
Dpgtable.h8 #define VMALLOC_START KSEG_E macro
11 #define VMALLOC_START KSEG_D macro
/arch/m68k/include/asm/
Dpgtable_mm.h87 #define VMALLOC_START 0x0f800000 macro
90 #define VMALLOC_START 0xd0000000 macro
101 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
Dpgtable_no.h55 #define VMALLOC_START 0 macro
/arch/parisc/include/asm/
Dfixmap.h26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/arch/x86/include/asm/
Dpgtable_64_types.h62 #define VMALLOC_START vmalloc_base macro
65 #define VMALLOC_START __VMALLOC_BASE macro
Dpgtable_32_types.h33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
/arch/sh/include/asm/
Dpgtable.h83 #define VMALLOC_START (P3SEG) macro
85 #define VMALLOC_START (0xf0000000) macro
/arch/hexagon/include/asm/
Dmem-layout.h75 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/arch/frv/include/asm/
Dmem-layout.h52 #define VMALLOC_START __UL(0xd0000000) macro
/arch/h8300/include/asm/
Dpgtable.h44 #define VMALLOC_START 0 macro
/arch/tile/include/asm/
Dpgtable_32.h71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
Dpgtable_64.h57 #define VMALLOC_START _VMALLOC_START macro
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h97 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro
99 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/arch/c6x/include/asm/
Dpgtable.h23 #define VMALLOC_START 0 macro
/arch/arc/include/asm/
Dprocessor.h125 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/arch/arm/include/asm/
Dpgtable-nommu.h85 #define VMALLOC_START 0UL macro
/arch/blackfin/include/asm/
Dpgtable.h91 #define VMALLOC_START 0 macro
/arch/metag/include/asm/
Dpgtable.h15 #define VMALLOC_START 0xF8000000 macro
20 #define VMALLOC_START 0x78000000 macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h72 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFS… macro
74 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/arch/alpha/include/asm/
Dpgtable.h54 #define VMALLOC_START 0xfffffe0000000000 macro
56 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/arch/s390/kernel/
Dsetup.c91 unsigned long VMALLOC_START; variable
/arch/mips/include/asm/
Dpgtable-32.h66 #define VMALLOC_START MAP_BASE macro
/arch/microblaze/include/asm/
Dpgtable.h57 #define VMALLOC_START 0 macro
92 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
/arch/mn10300/include/asm/
Dpgtable.h97 #define VMALLOC_START (0x70000000UL) macro
101 #define VMALLOC_START (0x70000000) macro

12