Searched defs:pmap_tlb_info (Results 1 – 1 of 1) sorted by relevance
118 struct pmap_tlb_info { struct119 char ti_name[8];120 uint32_t ti_asids_free; /* # of ASIDs free */122 kmutex_t *ti_lock;123 u_int ti_wired; /* # of wired TLB entries */124 tlb_asid_t ti_asid_hint; /* probable next ASID to use */125 tlb_asid_t ti_asid_max;128 pmap_t ti_victim;129 uint32_t ti_synci_page_bitmap; /* page indices needing a syncicache */131 kcpuset_t *ti_kcpuset; /* bitmask of CPUs sharing this TLB */[all …]