Home
last modified time | relevance | path

Searched refs:VMALLOC_OFFSET (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/arch/m68k/include/asm/ !
Dpgtable_mm.h99 #define VMALLOC_OFFSET PAGE_SIZE macro
100 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
110 #define VMALLOC_OFFSET (8*1024*1024) macro
111 #define VMALLOC_START (((unsigned long) high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-6.1.9/arch/powerpc/include/asm/nohash/32/ !
Dpgtable.h111 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
113 …e VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
115 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux-6.1.9/arch/x86/include/asm/ !
Dpgtable_32_areas.h14 #define VMALLOC_OFFSET (8 * 1024 * 1024) macro
20 #define VMALLOC_START ((unsigned long)high_memory + VMALLOC_OFFSET)
/linux-6.1.9/arch/hexagon/include/asm/ !
Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
65 #define VMALLOC_OFFSET PAGE_SIZE macro
/linux-6.1.9/arch/um/include/asm/ !
Dpgtable.h45 #define VMALLOC_OFFSET (__va_space) macro
46 #define VMALLOC_START ((end_iomem + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-6.1.9/arch/arm/include/asm/ !
Dpgtable.h50 #define VMALLOC_OFFSET (8*1024*1024) macro
51 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
/linux-6.1.9/arch/x86/mm/ !
Dpgtable_32.c82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ !
Dpgtable.h204 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
206 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux-6.1.9/Documentation/arm/ !
Dporting.rst100 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the
103 VMALLOC_OFFSET
/linux-6.1.9/arch/arm/mm/ !
Dmmu.c1181 vmalloc_max = VMALLOC_END - (PAGE_OFFSET + SZ_32M + VMALLOC_OFFSET); in early_vmalloc()
1208 vmalloc_limit = (u64)VMALLOC_END - vmalloc_size - VMALLOC_OFFSET - in adjust_lowmem_bounds()