Lines Matching refs:NCM_Dbg
103 #define NCM_Dbg(x,...) diag_printf(x,__VA_ARGS__) macro
105 #define NCM_Dbg(x,...) macro
138 NCM_Dbg("The base address is 0x%8lX\n", ncmem_base); in init_cache_memory()
150 NCM_Dbg("Base addr is 0x%08lX\n",ncmem_pool.base_addr); in init_cache_memory()
151 NCM_Dbg("Top addr is 0x%08lX\n",ncmem_pool.base_addr+NOCACHE_MEMORY_SIZE-1); in init_cache_memory()
152 NCM_Dbg("Pages per pool is %d\n",ncmem_pool.pages_per_pool); in init_cache_memory()
153 NCM_Dbg("Bit map base addr is %p\n",ncmem_pool.bitmap); in init_cache_memory()
192 NCM_Dbg("ERROR: No enough non-cached memory space !!%s\n",""); in ncmem_alloc_page()
201 …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()
226 NCM_Dbg("Free Block: bitmap[%d] is 0x%08lX",map,(U32)ncmem_pool.bitmap[map]); in ncmem_free_page()
272 NCM_Dbg("ERROR: No enough non-cached memory space !!%s\n",""); in ncmem_alloc()
291 …NCM_Dbg("The allocated addr = %p, size = %ld pages = %ld, end of bitmap[%ld]=0x%08lX",retval ,size… in ncmem_alloc()
332 …NCM_Dbg("Free non-cacheable memory : size = %ld = %d pages, end of bitmap[%d]=0x%08lX",size, num_o… in ncmem_free()