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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1466 sfmmup->sfmmu_as = as;
1917 ASSERT(AS_WRITE_HELD(sfmmup->sfmmu_as));
1942 hat_freestat(sfmmup->sfmmu_as, NULL);
2180 hat->sfmmu_clrbin = get_color_start(hat->sfmmu_as);
2232 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as));
2239 hat_resvstat(MMU_PAGESIZE, hat->sfmmu_as, addr);
2242 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) &&
2282 ASSERT((hat == ksfmmup) || AS_LOCK_HELD(hat->sfmmu_as));
2290 if ((hat != ksfmmup) && AS_TYPE_64BIT(hat->sfmmu_as) &&
2322 hat_resvstat(len, hat->sfmmu_as, add
[all...]
H A Dhat_sfmmu.h666 struct as *sfmmu_as; /* as this hat provides mapping for */ member in struct:hat
1601 #define sfmmutoas(sfmmup) ((sfmmup)->sfmmu_as)
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c165 if (mhatp->sfmmu_as != asp) {
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c752 if (hat->sfmmu_as != as) {

Completed in 80 milliseconds