Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/mm/
Dsrmmu.c94 static unsigned long srmmu_nocache_size; variable
170 size, (int) srmmu_nocache_size, in __srmmu_get_nocache()
262 srmmu_nocache_size = srmmu_nocache_npages * PAGE_SIZE; in srmmu_nocache_calcsize()
263 srmmu_nocache_end = SRMMU_NOCACHE_VADDR + srmmu_nocache_size; in srmmu_nocache_calcsize()
278 bitmap_bits = srmmu_nocache_size >> SRMMU_NOCACHE_BITMAP_SHIFT; in srmmu_nocache_init()
280 srmmu_nocache_pool = memblock_alloc(srmmu_nocache_size, in srmmu_nocache_init()
284 __func__, srmmu_nocache_size, SRMMU_NOCACHE_ALIGN_MAX); in srmmu_nocache_init()
285 memset(srmmu_nocache_pool, 0, srmmu_nocache_size); in srmmu_nocache_init()
994 srmmu_nocache_size, in mmu_info()