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()
1943 hat_freestat(sfmmup->sfmmu_as, 0); in hat_free_end()
4805 ASSERT(hat->sfmmu_as != NULL); in hat_setattr()
4817 ASSERT(hat->sfmmu_as != NULL); in hat_chgattr()
4828 ASSERT(hat->sfmmu_as != NULL); in hat_clrattr()
4968 AS_TYPE_64BIT(sfmmup->sfmmu_as) && in sfmmu_hblk_chgattr()
5180 ASSERT(sfmmup->sfmmu_as != NULL); in hat_chgprot()
5294 AS_TYPE_64BIT(sfmmup->sfmmu_as) && in sfmmu_hblk_chgprot()
5607 ASSERT(sfmmup->sfmmu_as != NULL); in hat_unload_callback()
5610 AS_LOCK_HELD(sfmmup->sfmmu_as)); in hat_unload_callback()
[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()