Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1466 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 …]
H A Dhat_sfmmu.h666 struct as *sfmmu_as; /* as this hat provides mapping for */ member
1601 #define sfmmutoas(sfmmup) ((sfmmup)->sfmmu_as)
/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c165 if (mhatp->sfmmu_as != asp) { in sfmmu_vtop_common()
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dus3_common.c752 if (hat->sfmmu_as != as) { in mondo_recover_proc()