Home
last modified time | relevance | path

Searched refs:hat_supported (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/vm/
H A Dseg_spt.c200 if (!hat_supported(HAT_SHARED_PT, (void *)0)) in sptcreate()
556 if (!hat_supported(HAT_DYNAMIC_ISM_UNMAP, NULL)) in segspt_create()
640 if ((hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) || in segspt_free_pages()
1599 if ((!hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) && in segspt_softunlock()
1708 if (hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) { in segspt_shmattach()
1835 int dyn_ism_unmap = hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0); in segspt_dismfault()
2113 if (!hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) in segspt_shmfault()
2133 if (!hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) { in segspt_shmfault()
2306 if (hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) { in segspt_shmdup()
H A Dhat.h311 int hat_supported(enum hat_features, void *);
H A Dvm_pvn.c709 pvn_vmodsort_supported = hat_supported(HAT_VMODSORT, NULL); in pvn_init()
H A Dvm_page.c7305 hat_supported(HAT_DYNAMIC_ISM_UNMAP, (void *)0)) { in page_capture_handle_outstanding()
H A Dseg_vn.c458 if (segvn_use_regions && !hat_supported(HAT_SHARED_REGIONS, NULL)) in segvn_init()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_i86.c3809 hat_supported(enum hat_features feature, void *arg) in hat_supported() function
/titanic_41/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c13467 hat_supported(enum hat_features feature, void *arg) in hat_supported() function