Home
last modified time | relevance | path

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

12

/linux/arch/m68k/include/asm/
A Dpgtable_mm.h90 #define VMALLOC_START 0x0f800000 macro
93 #define VMALLOC_START 0xd0000000 macro
104 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
A Dpgtable_no.h51 #define VMALLOC_START 0 macro
/linux/arch/csky/include/asm/
A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
/linux/arch/x86/include/asm/
A Dpgtable_64_types.h133 # define VMALLOC_START vmalloc_base macro
137 # define VMALLOC_START __VMALLOC_BASE_L4 macro
A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
/linux/arch/parisc/include/asm/
A Dfixmap.h39 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux/arch/hexagon/include/asm/
A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/linux/arch/h8300/include/asm/
A Dpgtable.h38 #define VMALLOC_START 0 macro
/linux/arch/arc/include/asm/
A Dprocessor.h93 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/linux/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h112 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro
114 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux/arch/arm/include/asm/
A Dpgtable-nommu.h70 #define VMALLOC_START 0UL macro
A Dpgtable.h42 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux/arch/sh/include/asm/
A Dpgtable.h77 #define VMALLOC_START (P3SEG) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h54 #define VMALLOC_START 0xfffffe0000000000 macro
56 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h69 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
81 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h97 #define VMALLOC_START MAP_BASE macro
A Dpgtable-64.h146 #define VMALLOC_START (MAP_BASE + (2 * PAGE_SIZE)) macro
/linux/arch/riscv/include/asm/
A Dpgtable.h29 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
677 #define VMALLOC_START 0 macro
/linux/arch/nios2/include/asm/
A Dpgtable.h27 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
/linux/arch/um/include/asm/
A Dpgtable.h46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h36 #define VMALLOC_START KERN_VIRT_START macro
/linux/arch/s390/kernel/
A Dsetup.c160 unsigned long VMALLOC_START; variable
/linux/arch/sparc/include/asm/
A Dpgtable_32.h429 #define VMALLOC_START _AC(0xfe600000,UL) macro
/linux/arch/microblaze/include/asm/
A Dpgtable.h39 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL) macro

Completed in 31 milliseconds

12