Searched refs:srmmu_nocache_size (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 94 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() 996 srmmu_nocache_size, in mmu_info()
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 94 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() 995 srmmu_nocache_size, in mmu_info()
|
Completed in 5 milliseconds