Home
last modified time | relevance | path

Searched defs:tsb_info (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h236 struct tsb_info { struct
239 struct tsb_info *tsb_next; /* next tsb used by this process */ argument
240 uint16_t tsb_szc; /* tsb size code */
241 uint16_t tsb_flags; /* flags for this tsb; see below */
242 uint_t tsb_ttesz_mask; /* page size masks; see below */
244 tte_t tsb_tte; /* tte to lock into DTLB */
245 sfmmu_t *tsb_sfmmu; /* sfmmu */
246 kmem_cache_t *tsb_cache; /* cache from which mem allocated */
247 vmem_t *tsb_vmp; /* vmem arena from which mem alloc'd */