Home
last modified time | relevance | path

Searched refs:_VMALLOC_END (Results 1 – 4 of 4) sorted by relevance

/arch/tile/include/asm/
Dpgtable_32.h58 # define _VMALLOC_END (PKMAP_BASE & ~(HPAGE_SIZE-1)) macro
60 # define _VMALLOC_END (FIXADDR_START & ~(HPAGE_SIZE-1)) macro
68 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE)
70 #define _VMALLOC_START (_VMALLOC_END - VMALLOC_RESERVE)
Dpgtable_64.h55 #define _VMALLOC_END MEM_SV_START macro
56 #define VMALLOC_END _VMALLOC_END
/arch/tile/mm/
Dinit.c826 _VMALLOC_START, _VMALLOC_END - 1); in mem_init()
/arch/tile/kernel/
Dsetup.c257 VMALLOC_RESERVE, _VMALLOC_END - 0x80000000UL); in parse_vmalloc()