Lines Matching refs:NCM_Dbg
102 #define NCM_Dbg(x,arg...) diag_printf(x,##arg) macro
104 #define NCM_Dbg(x,...) macro
143 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory()
156 NCM_Dbg("Base addr is 0x%08lX\n",ncmem_pool.base_addr); in init_cache_memory()
157 NCM_Dbg("Top addr is 0x%08lX\n",ncmem_pool.base_addr+NOCACHE_MEMORY_SIZE-1); in init_cache_memory()
158 NCM_Dbg("Pages per pool is %d\n",ncmem_pool.pages_per_pool); in init_cache_memory()
159 NCM_Dbg("Bit map base addr is %p\n",ncmem_pool.bitmap); in init_cache_memory()
199 NCM_Dbg("ERROR: No enough non-cached memory space !!!\n"); in ncmem_alloc_page()
208 …NCM_Dbg("The allocated addr is %p, bit_map[%d] is 0x%08lX\n",retval,map,(U32)(ncmem_pool.bitmap[ma… in ncmem_alloc_page()
233 NCM_Dbg("Free Block: bitmap[%d] is 0x%08lX\n",map,(U32)ncmem_pool.bitmap[map]); in ncmem_free_page()
280 NCM_Dbg("ERROR: No enough non-cached memory space !!!\n"); in ncmem_alloc()
299 …NCM_Dbg("The allocated addr = %p, size = %ld pages = %ld, end of bitmap[%ld]=0x%08lX\n",retval ,si… in ncmem_alloc()
340 …NCM_Dbg("Free non-cacheable memory : size = %ld = %d pages, end of bitmap[%d]=0x%08lX\n",size, num… in ncmem_free()