Searched refs:ti_asid_hint (Results 1 – 2 of 2) sorted by relevance
166 .ti_asid_hint = KERNEL_PID + 1,354 ti->ti_asid_hint = KERNEL_PID + 1; in pmap_tlb_info_init()446 ti->ti_asid_hint = KERNEL_PID + 1; in pmap_tlb_asid_reinitialize()831 KASSERT(ti->ti_asid_hint > KERNEL_PID); in pmap_tlb_asid_alloc()839 && ti->ti_asid_hint > ti->ti_asid_max) { in pmap_tlb_asid_alloc()840 ti->ti_asid_hint = KERNEL_PID + 1; in pmap_tlb_asid_alloc()842 KASSERTMSG(ti->ti_asid_hint <= ti->ti_asid_max, "hint %u", in pmap_tlb_asid_alloc()843 ti->ti_asid_hint); in pmap_tlb_asid_alloc()849 if (__predict_true(TLBINFO_ASID_INUSE_P(ti, ti->ti_asid_hint))) { in pmap_tlb_asid_alloc()864 ti->ti_asid_hint = n + i * nbpw; in pmap_tlb_asid_alloc()[all …]
124 tlb_asid_t ti_asid_hint; /* probable next ASID to use */ member