Home
last modified time | relevance | path

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

/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/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
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h116 # define VMALLOC_START vmalloc_base macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h83 #define VMALLOC_START (vm_map_base + PCI_IOSIZE + (2 * PAGE_SIZE)) macro
107 #define VMALLOC_START MODULES_END 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/riscv/include/asm/
H A Dpgtable.h45 #define VMALLOC_START (PAGE_OFFSET - VMALLOC_SIZE) macro
1252 #define VMALLOC_START _AC(0, UL) macro
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h246 #define VMALLOC_START __vmalloc_start macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h23 #define VMALLOC_START (MODULES_END) macro