Searched refs:SFMMU_PGCNT_MASK (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 1190 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 D | opl_olympus_asm.s | 255 set SFMMU_PGCNT_MASK, %g4 259 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
|
H A D | spitfire_asm.s | 594 set SFMMU_PGCNT_MASK, %g4 598 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
|
H A D | us3_common_asm.s | 362 set SFMMU_PGCNT_MASK, %g4 366 andn %g2, SFMMU_PGCNT_MASK, %g2 /* g2 = sfmmup */
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1378 #define SFMMU_PGCNT_MASK 0x3f macro
|
H A D | hat_sfmmu.c | 12357 ASSERT(!((uint64_t)sfmmup & SFMMU_PGCNT_MASK)); 12359 ((pgcnt - 1) & SFMMU_PGCNT_MASK);
|
Completed in 233 milliseconds