Home
last modified time | relevance | path

Searched refs:sfmmu_as (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1467 sfmmup->sfmmu_as = as; in hat_alloc()
1918 ASSERT(AS_WRITE_HELD(sfmmup->sfmmu_as)); in hat_free_start()
1943 hat_freestat(sfmmup->sfmmu_as, 0); in hat_free_end()
2181 hat->sfmmu_clrbin = get_color_start(hat->sfmmu_as); in hat_dup()
2233 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as)); in hat_do_memload()
2240 hat_resvstat(MMU_PAGESIZE, hat->sfmmu_as, addr); in hat_do_memload()
2243 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) && in hat_do_memload()
2283 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as)); in hat_devload()
2291 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) && in hat_devload()
2323 hat_resvstat(len, hat->sfmmu_as, addr); in hat_devload()
[all …]
H A Dhat_sfmmu.h666 struct as *sfmmu_as; /* as this hat provides mapping for */ member
1601 #define sfmmutoas(sfmmup) ((sfmmup)->sfmmu_as)
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c752 if (hat->sfmmu_as != as) { in mondo_recover_proc()