Searched refs:kp_refcnts (Results 1 – 4 of 4) sorted by relevance
724 if (kp->kp_refcnts == 0) { in sfmmu_kpm_mapin()747 if ((kp->kp_refcntc > 0 || kp->kp_refcnts > 0) && kpm_vac_range == 0) { in sfmmu_kpm_mapin()767 kp->kp_refcnts++; in sfmmu_kpm_mapin()768 ASSERT(kp->kp_refcnts > 0); in sfmmu_kpm_mapin()946 if (kp->kp_refcntc <= 0 && kp->kp_refcnts == 0) { in sfmmu_kpm_mapout()994 if (kp->kp_refcnts < 1) { in sfmmu_kpm_mapout()1019 kp->kp_refcnts--; in sfmmu_kpm_mapout()1278 badstate = (kp->kp_refcnt < 0 || kp->kp_refcnts < 0); in sfmmu_kpm_fault()1284 badstate |= (kp->kp_refcnt == 0 || kp->kp_refcnts > 0 || in sfmmu_kpm_fault()1300 ((kp->kp_refcnts > 0) ? KPM_KS : 0) | in sfmmu_kpm_fault()[all …]
207 kp_refcnts KPMPAGE_REFCNTS
173 kp_refcnts KPMPAGE_REFCNTS
1060 short kp_refcnts; /* vac alias: pages mapped small */ member