Home
last modified time | relevance | path

Searched refs:a_xhat (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/vm/
H A Dxhat.c175 xh->next = (struct xhat *)as->a_xhat; in xhat_attach_xhat()
178 as->a_xhat = xh; in xhat_attach_xhat()
193 for (xh = (struct xhat *)as->a_xhat; xh != NULL; xh = xh->next) in xhat_detach_xhat()
243 as->a_xhat = (void *) xh->next; in xhat_detach_xhat()
292 xh = (struct xhat *)as->a_xhat; in xhat_free_start_all()
344 xh = (struct xhat *)as->a_xhat; in xhat_free_end_all()
391 xh = (struct xhat *)as->a_xhat; in xhat_swapout_all()
425 ((as->a_xhat != NULL) && (as->a_xhat == xh))) { in xhat_swapout_all()
461 xh = (struct xhat *)as->a_xhat; in xhat_op_all()
H A Das.h128 void *a_xhat; /* list of xhat providers */ member
H A Dvm_as.c674 as->a_xhat = NULL; in as_alloc()
711 if (as->a_xhat != NULL) in as_free()
762 if (as->a_xhat != NULL) in as_free()
846 if (as->a_xhat != NULL) in as_dup()
2182 if (as->a_xhat != NULL) in as_swapout()
/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4848 if (hat->sfmmu_as->a_xhat != NULL) in hat_setattr()
4872 if (hat->sfmmu_as->a_xhat != NULL) in hat_chgattr()
4895 if (hat->sfmmu_as->a_xhat != NULL) in hat_clrattr()
5259 if (sfmmup->sfmmu_as->a_xhat != NULL) in hat_chgprot()
5706 if (sfmmup->sfmmu_as->a_xhat != NULL) in hat_unload_callback()
8873 if (sfmmup->sfmmu_as->a_xhat != NULL) in hat_unshare()
14334 if (r_type == SFMMU_REGION_HME && sfmmup->sfmmu_as->a_xhat != NULL) { in hat_leave_region()