Home
last modified time | relevance | path

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

/linux-3.3/arch/tile/include/asm/
Dpgtable_32.h64 #define _VMALLOC_END HUGE_VMAP_BASE macro
66 #define _VMALLOC_END __VMAPPING_END macro
74 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE)
76 #define _VMALLOC_START (_VMALLOC_END - VMALLOC_RESERVE)
Dpgtable_64.h51 #define _VMALLOC_END HUGE_VMAP_BASE macro
52 #define VMALLOC_END (_VMALLOC_END - PAGE_SIZE)
/linux-3.3/arch/tile/mm/
Dinit.c890 _VMALLOC_START, _VMALLOC_END - 1); in mem_init()
/linux-3.3/arch/tile/kernel/
Dsetup.c181 VMALLOC_RESERVE, _VMALLOC_END - 0x80000000UL); in parse_vmalloc()