Searched refs:NSC_MEM_GLOBAL (Results 1 – 5 of 5) sorted by relevance
500 if (mem->type & NSC_MEM_GLOBAL) in _nsc_mem_alloc()670 if (mem->type & NSC_MEM_GLOBAL) in nsc_mem_avail()
371 #define NSC_MEM_GLOBAL 0x4 macro
1856 type &= NSC_MEM_GLOBAL; in memptr()1880 (((t) & NSC_MEM_GLOBAL) ? "gbl" : " - ")1883 (((t) & NSC_MEM_GLOBAL) ? "nsc_global" : "system kmem")
116 NSC_MEM_GLOBAL, KM_NOSLEEP)) == NULL) { in _sdbc_memtype_configure()
1122 dma_test = nsc_register_mem("dmatest:mem", NSC_MEM_GLOBAL, 0); in init_dmatest()