Searched refs:amd64_gart_glob_soft_handle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Damd64_gart.c19 ddi_get_soft_state(amd64_gart_glob_soft_handle, (instance)));
33 static void *amd64_gart_glob_soft_handle; variable
142 st = ddi_get_soft_state(amd64_gart_glob_soft_handle, instance);
188 if (ddi_soft_state_zalloc(amd64_gart_glob_soft_handle, instance) !=
192 sc = ddi_get_soft_state(amd64_gart_glob_soft_handle, instance);
197 ddi_soft_state_free(amd64_gart_glob_soft_handle, instance);
205 ddi_soft_state_free(amd64_gart_glob_soft_handle, instance);
232 sc = ddi_get_soft_state(amd64_gart_glob_soft_handle, instance);
238 ddi_soft_state_free(amd64_gart_glob_soft_handle, instance);
412 ret = ddi_soft_state_init(&amd64_gart_glob_soft_handle,
[all...]

Completed in 56 milliseconds