Home
last modified time | relevance | path

Searched refs:NSC_MEM_GLOBAL (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_mem.c500 if (mem->type & NSC_MEM_GLOBAL) in _nsc_mem_alloc()
670 if (mem->type & NSC_MEM_GLOBAL) in nsc_mem_avail()
/titanic_44/usr/src/uts/common/avs/ns/
H A Dnsctl.h371 #define NSC_MEM_GLOBAL 0x4 macro
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c1856 type &= NSC_MEM_GLOBAL; in memptr()
1880 (((t) & NSC_MEM_GLOBAL) ? "gbl" : " - ")
1883 (((t) & NSC_MEM_GLOBAL) ? "nsc_global" : "system kmem")
/titanic_44/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c116 NSC_MEM_GLOBAL, KM_NOSLEEP)) == NULL) { in _sdbc_memtype_configure()
H A Dsd_tdaemon.c1122 dma_test = nsc_register_mem("dmatest:mem", NSC_MEM_GLOBAL, 0); in init_dmatest()