Searched refs:srmmu_nocache_bitmap (Results 1 – 1 of 1) sorted by relevance
133 void *srmmu_nocache_bitmap; variable262 offset = find_next_zero_bit(srmmu_nocache_bitmap, srmmu_nocache_bitmap_size, offset); in __srmmu_get_nocache()281 if (test_bit(offset + i, srmmu_nocache_bitmap)) { in __srmmu_get_nocache()291 set_bit(offset + i, srmmu_nocache_bitmap); in __srmmu_get_nocache()325 clear_bit(offset + size, srmmu_nocache_bitmap); in srmmu_free_nocache()378 srmmu_nocache_bitmap = __alloc_bootmem(srmmu_nocache_bitmap_size, SMP_CACHE_BYTES, 0UL); in srmmu_nocache_init()379 memset(srmmu_nocache_bitmap, 0, srmmu_nocache_bitmap_size); in srmmu_nocache_init()