Home
last modified time | relevance | path

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

/linux/arch/csky/include/asm/
H A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8))
H A Dpage.h29 #define LOWMEM_LIMIT (SSEG_SIZE * 2) macro
/linux/arch/csky/kernel/
H A Dsetup.c17 unsigned long lowmem_size = PFN_DOWN(LOWMEM_LIMIT - PHYS_OFFSET_OFFSET); in csky_memblock_init()
/linux/arch/csky/mm/
H A Dcachev1.c55 unlikely(start >= PAGE_OFFSET + LOWMEM_LIMIT)) { in cache_op_range()