Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12672 sfmmu_tsbinfo_alloc(struct tsb_info **tsbinfopp, int tsb_szc, int tte_sz_mask, in sfmmu_tsbinfo_alloc() argument
12677 *tsbinfopp = (struct tsb_info *)kmem_cache_alloc( in sfmmu_tsbinfo_alloc()
12680 if ((err = sfmmu_init_tsbinfo(*tsbinfopp, tte_sz_mask, in sfmmu_tsbinfo_alloc()
12682 kmem_cache_free(sfmmu_tsbinfo_cache, *tsbinfopp); in sfmmu_tsbinfo_alloc()
12684 *tsbinfopp = NULL; in sfmmu_tsbinfo_alloc()