Searched refs:SFMMU_PGCNT_MASK (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s1190 and %g2, SFMMU_PGCNT_MASK, %g7 /* g7 = pgcnt - 1 */
1193 andn %g2, SFMMU_PGCNT_MASK, %o0 /* %o0 = sfmmup */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_asm.s255 set SFMMU_PGCNT_MASK, %g4
259 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
H A Dspitfire_asm.s594 set SFMMU_PGCNT_MASK, %g4
598 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
H A Dus3_common_asm.s362 set SFMMU_PGCNT_MASK, %g4
366 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1378 #define SFMMU_PGCNT_MASK 0x3f macro
H A Dhat_sfmmu.c12357 ASSERT(!((uint64_t)sfmmup & SFMMU_PGCNT_MASK));
12359 ((pgcnt - 1) & SFMMU_PGCNT_MASK);

Completed in 128 milliseconds