Searched refs:scd_region_map (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h366 sf_region_map_t _scd_rmap = (scdp)->scd_region_map; \
732 sf_region_map_t scd_region_map; /* bit mask of attached segments */ member in struct:sf_scd
743 #define scd_hmeregion_map scd_region_map.h_rmap_s.hmeregion_map
744 #define scd_ismregion_map scd_region_map.h_rmap_s.ismregion_map
937 * Copy the sfmmu_region_map or scd_region_map to the tsbmiss
H A Dhat_sfmmu.c2162 &scdp->scd_region_map, ret);
10032 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
14530 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
14770 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
14826 if ((w = scdp->scd_region_map.bitmap[i]) == 0) {
14903 new_scdp->scd_region_map = *new_map;
15051 SF_RGNMAP_EQUAL(&scdp->scd_region_map,
15067 SF_RGNMAP_IS_SUBSET(&scdp->scd_region_map,
15257 SF_RGNMAP_EQUAL(scd_rmap, &sp->scd_region_map, ret);

Completed in 112 milliseconds