Home
last modified time | relevance | path

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

12

/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h91 #define VMALLOC_START 0x0f800000 macro
94 #define VMALLOC_START 0xd0000000 macro
98 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
109 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
H A Dpgtable_no.h44 #define VMALLOC_START 0 macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h105 #define VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSE… macro
107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux/arch/csky/include/asm/
H A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8)) macro
/linux/arch/x86/include/asm/
H A Dpgtable_32_areas.h20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET) macro
/linux/arch/parisc/include/asm/
H A Dfixmap.h54 #define VMALLOC_START ((unsigned long)parisc_vmalloc_start) macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET)) macro
/linux/arch/arc/include/asm/
H A Dprocessor.h87 #define VMALLOC_START (PAGE_OFFSET - (CONFIG_ARC_KVADDR_SIZE << 20)) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h62 #define VMALLOC_START 0UL macro
H A Dpgtable.h51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux/arch/sh/include/asm/
H A Dpgtable.h77 #define VMALLOC_START (P3SEG) macro
/linux/arch/xtensa/include/asm/
H A Dpgtable.h68 #define VMALLOC_START (XCHAL_KSEG_CACHED_VADDR - 0x10000000) macro
80 #define VMALLOC_START __XTENSA_UL_CONST(0) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h53 #define VMALLOC_START 0xfffffe0000000000 macro
55 #define VMALLOC_START (-2*PGDIR_SIZE) macro
/linux/Documentation/admin-guide/kdump/
H A Dvmcoreinfo.rst68 VMALLOC_START section in Common variables
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h36 #define VMALLOC_START KERN_VIRT_START macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h27 #define VMALLOC_START CONFIG_NIOS2_KERNEL_MMU_REGION_BASE macro
/linux/arch/s390/kernel/
H A Dsetup.c160 unsigned long VMALLOC_START; variable
/linux/arch/um/include/asm/
H A Dpgtable.h50 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)) macro
/linux/arch/microblaze/include/asm/
H A Dpgtable.h39 #define VMALLOC_START (CONFIG_KERNEL_START + CONFIG_LOWMEM_SIZE) macro
/linux/arch/openrisc/include/asm/
H A Dpgtable.h91 #define VMALLOC_START (PAGE_OFFSET-0x04000000UL) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h41 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
950 #define VMALLOC_START _AC(0, UL) macro
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h433 #define VMALLOC_START _AC(0xfe600000,UL) macro
H A Dpgtable_64.h45 #define VMALLOC_START _AC(0x0000000100000000,UL) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h245 #define VMALLOC_START __vmalloc_start macro

12