Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c12699 struct kmem_cache *kmem_cachep = tsbinfo->tsb_cache; in sfmmu_tsb_free()
12706 if (tsbinfo->tsb_cache != sfmmu_tsb8k_cache) { in sfmmu_tsb_free()
12835 tsbinfo->tsb_cache = NULL; in sfmmu_init_tsbinfo()
12915 tsbinfo->tsb_cache = kmem_cachep; in sfmmu_init_tsbinfo()
12923 kmem_cachep = tsbinfo->tsb_cache; in sfmmu_init_tsbinfo()
13100 ktsb_info[0].tsb_cache = NULL; in sfmmu_init_ktsbinfo()
13109 ktsb_info[1].tsb_cache = NULL; in sfmmu_init_ktsbinfo()
H A Dhat_sfmmu.h246 kmem_cache_t *tsb_cache; /* cache from which mem allocated */ member