Home
last modified time | relevance | path

Searched refs:immu_hdl_cache (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c880 immu->immu_hdl_cache = kmem_cache_create(hcachename, in immu_state_alloc()
H A Dimmu_dvma.c3073 ihp = kmem_cache_alloc(immu->immu_hdl_cache, in immu_allochdl()
3104 kmem_cache_free(IMMU_DEVI(rdip)->imd_immu->immu_hdl_cache, ihp); in immu_freehdl()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dimmu.h631 kmem_cache_t *immu_hdl_cache; member