Searched defs:VMALLOC_START (Results 1 - 25 of 35) sorted by relevance

12

/arch/cris/include/arch-v10/arch/
H A Dpgtable.h9 #define VMALLOC_START KSEG_7 macro
12 #define VMALLOC_START KSEG_D macro
/arch/cris/include/arch-v32/arch/
H A Dpgtable.h8 #define VMALLOC_START KSEG_E macro
11 #define VMALLOC_START KSEG_D macro
/arch/parisc/include/asm/
H A Dfixmap.h26 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/arch/x86/include/asm/
H A Dpgtable_32_types.h33 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
49 #define MODULES_VADDR VMALLOC_START
H A Dpgtable_64_types.h56 #define VMALLOC_START _AC(0xffffc90000000000, UL) macro
/arch/frv/include/asm/
H A Dmem-layout.h52 #define VMALLOC_START __UL(0xd0000000) macro
/arch/hexagon/include/asm/
H A Dmem-layout.h66 #define VMALLOC_START (PAGE_OFFSET + VMALLOC_OFFSET + \ macro
73 * Create the space between VMALLOC_START and FIXADDR_TOP backwards
/arch/m68k/include/asm/
H A Dpgtable_no.h65 #define VMALLOC_START 0 macro
H A Dpgtable_mm.h85 #define VMALLOC_START 0x0f800000 macro
88 #define VMALLOC_START 0xd0000000 macro
99 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/arch/blackfin/include/asm/
H A Dpgtable.h99 #define VMALLOC_START 0 macro
/arch/c6x/include/asm/
H A Dpgtable.h23 #define VMALLOC_START 0 macro
/arch/h8300/include/asm/
H A Dpgtable.h62 #define VMALLOC_START 0 macro
69 #define VMALLOC_START 0 macro
/arch/tile/include/asm/
H A Dpgtable_32.h77 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
H A Dpgtable_64.h53 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE) macro
/arch/arm/include/asm/
H A Dpgtable-nommu.h89 #define VMALLOC_START 0UL macro
H A Dpgtable.h42 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/arch/mips/include/asm/
H A Dpgtable-32.h50 #define VMALLOC_START MAP_BASE macro
H A Dpgtable-64.h41 * fault address - VMALLOC_START.
128 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
135 VMALLOC_START != CKSSEG
/arch/sh/include/asm/
H A Dpgtable.h83 #define VMALLOC_START (P3SEG) macro
85 #define VMALLOC_START (0xf0000000) macro
/arch/powerpc/include/asm/
H A Dpgtable-ppc32.h92 * from VMALLOC_START). For this reason we have ioremap_bot to check when
99 #define VMALLOC_START (((_ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
101 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
H A Dpgtable-ppc64.h51 #define VMALLOC_START KERN_VIRT_START macro
57 #define VMALLOC_END (VMALLOC_START + VMALLOC_SIZE)
66 * IOREMAP_BASE = ISA_IO_BASE + 2G to VMALLOC_START + PGTABLE_RANGE
85 #define VMALLOC_REGION_ID (REGION_ID(VMALLOC_START))
/arch/s390/kernel/
H A Dsetup.c100 unsigned long VMALLOC_START; variable
101 EXPORT_SYMBOL(VMALLOC_START); variable
571 VMALLOC_START = vmax - vmalloc_size;
574 tmp = VMALLOC_START / (PAGE_SIZE + sizeof(struct page));
575 tmp = VMALLOC_START - tmp * sizeof(struct page);
/arch/score/include/asm/
H A Dpgtable.h32 #define VMALLOC_START (0xc0000000UL) macro
/arch/um/include/asm/
H A Dpgtable.h49 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
56 #define MODULES_VADDR VMALLOC_START
/arch/unicore32/include/asm/
H A Dpgtable.h29 * Note that platforms may override VMALLOC_START, but they must provide
33 #ifndef VMALLOC_START
35 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) \ macro

Completed in 355 milliseconds

12