Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h103 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
105 …e VMALLOC_START (((ALIGN((long)high_memory, PPC_PIN_SIZE) + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
107 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h62 #define VMALLOC_START ((unsigned long) __va(high_memory + VMALLOC_OFFSET))
65 #define VMALLOC_OFFSET PAGE_SIZE macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h188 #define VMALLOC_OFFSET (0x1000000) /* 16M */ macro
190 #define VMALLOC_START ((((long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1)))
/linux/arch/x86/mm/
H A Dpgtable_32.c82 __VMALLOC_RESERVE = memparse(arg, &arg) + VMALLOC_OFFSET; in parse_vmalloc()
/linux/Documentation/arch/arm/
H A Dporting.rst100 Normally, the vmalloc() area starts VMALLOC_OFFSET bytes above the
103 VMALLOC_OFFSET