Searched refs:sfmmu_as (Results 1 – 4 of 4) sorted by relevance
1466 sfmmup->sfmmu_as = as; in hat_alloc()1917 ASSERT(AS_WRITE_HELD(sfmmup->sfmmu_as)); in hat_free_start()1942 hat_freestat(sfmmup->sfmmu_as, NULL); in hat_free_end()2180 hat->sfmmu_clrbin = get_color_start(hat->sfmmu_as); in hat_dup()2232 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as)); in hat_do_memload()2239 hat_resvstat(MMU_PAGESIZE, hat->sfmmu_as, addr); in hat_do_memload()2242 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) && in hat_do_memload()2282 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as)); in hat_devload()2290 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) && in hat_devload()2322 hat_resvstat(len, hat->sfmmu_as, addr); in hat_devload()[all …]
666 struct as *sfmmu_as; /* as this hat provides mapping for */ member1601 #define sfmmutoas(sfmmup) ((sfmmup)->sfmmu_as)
165 if (mhatp->sfmmu_as != asp) { in sfmmu_vtop_common()
752 if (hat->sfmmu_as != as) { in mondo_recover_proc()