Home
last modified time | relevance | path

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

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