Searched refs:TTE32M (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | us3_common_mmu.c | 57 static uint_t chjag_disable_large_pages = ((1 << TTE32M) | (1 << TTE256M)); 60 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 62 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 64 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 152 pan_disable_large_pages = ((1 << TTE32M) | (1 << TTE256M)); in mmu_init_large_pages() 154 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); in mmu_init_large_pages() 156 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); in mmu_init_large_pages() 164 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); in mmu_init_large_pages() 166 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); in mmu_init_large_pages() 177 pan_disable_large_pages = (1 << TTE32M); in mmu_init_large_pages() [all …]
|
H A D | opl_olympus.c | 740 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 742 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 770 (1 << TTE32M) | (1 << TTE256M); 836 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 838 (1 << TTE512K) | (1 << TTE32M) | (1 << TTE256M)); 847 shctx_cext = TAGACCEXT_MKSZPAIR(TTE32M, TTE8K); 851 (1 << TTE512K) | (1 << TTE32M)); 853 (1 << TTE512K) | (1 << TTE4M) | (1 << TTE32M));
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | pte.h | 103 #define TTE32M 0x4 macro
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | pte.h | 120 #define TTE32M 0x4 macro
|
/titanic_44/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 257 #define TSB32M (1 << TTE32M) 847 #define HAT_32M_FLAG (0x1 << TTE32M) 1197 (sfmmup)->sfmmu_ttecnt[TTE32M] != 0 || \
|
H A D | hat_sfmmu.c | 1943 ASSERT(sfmmup->sfmmu_ttecnt[TTE32M] == 0); in hat_free_end() 2730 ASSERT((ttesz != TTE32M) && (ttesz != TTE256M)); in sfmmu_mod_tsb() 2820 ASSERT((ttesz != TTE32M) && (ttesz != TTE256M)); in sfmmu_unload_tsb_range() 3129 case (TTE32M): in sfmmu_tteload_addentry() 3631 ASSERT(sfmmup->sfmmu_ttecnt[TTE32M] == 0); in sfmmu_shadow_hcreate() 5818 hashno = TTE32M; in hat_unload_callback() 5866 hashno = TTE32M; in hat_unload_callback() 5949 hashno = TTE32M; in hat_unload_callback() 8702 } else if (ismszc == TTE32M) { in hat_share() 8796 case TTE32M: in hat_share() [all …]
|
/titanic_44/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 3150 MMU_PAGESHIFT32M, TTE32M, %g5, tsb_l32M, tsb_checktte, 3247 MMU_PAGESHIFT32M, TTE32M, %g5, tsb_shme_l32M, tsb_shme_checktte, 3644 TTE32M, %g5, tsb_ism_l32M, tsb_ism_32M_found, sfmmu_suspend_tl,
|