Home
last modified time | relevance | path

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

/linux-4.4.14/arch/tile/include/asm/
Dpgtable_32.h70 #define _VMALLOC_START (_VMALLOC_END - VMALLOC_RESERVE) macro
71 #define VMALLOC_START (_VMALLOC_START + PAGE_SIZE)
74 #define MAXMEM (_VMALLOC_START - PAGE_OFFSET)
Dpgtable_64.h57 #define VMALLOC_START _VMALLOC_START
Dpage.h183 #define _VMALLOC_START FIXADDR_TOP macro
/linux-4.4.14/arch/tile/mm/
Dinit.c826 _VMALLOC_START, _VMALLOC_END - 1); in mem_init()
/linux-4.4.14/arch/tile/kernel/
Dsetup.c255 if ((long)_VMALLOC_START >= 0) in parse_vmalloc()