Home
last modified time | relevance | path

Searched refs:TTE64K (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common_mmu.c96 pages_disable &= ~(1 << TTE64K); in mmu_large_pages_disabled()
533 {CHEETAH_IMPL, TTE64K, 0},
538 { CHEETAH_PLUS_IMPL, TTE64K, 1 },
544 { JALAPENO_IMPL, TTE64K, 1 },
545 { JALAPENO_IMPL, TTE64K, 0 },
550 { JAGUAR_IMPL, TTE64K, 1 },
551 { JAGUAR_IMPL, TTE64K, 0 },
556 { SERRANO_IMPL, TTE64K, 1 },
557 { SERRANO_IMPL, TTE64K, 0 },
562 { PANTHER_IMPL, TTE64K, 1 },
[all …]
H A Dopl_olympus.c739 static uint_t mmu_disable_ism_large_pages = ((1 << TTE64K) |
741 static uint_t mmu_disable_auto_data_large_pages = ((1 << TTE64K) |
743 static uint_t mmu_disable_auto_text_large_pages = ((1 << TTE64K) |
769 (1 << TTE64K) | (1 << TTE512K) | (1 << TTE4M) |
815 pages_disable &= ~(1 << TTE64K);
835 mmu_disable_ism_large_pages = ((1 << TTE64K) |
837 mmu_disable_auto_data_large_pages = ((1 << TTE64K) |
842 mmu_disable_ism_large_pages = ((1 << TTE64K) |
844 mmu_disable_auto_data_large_pages = ((1 << TTE64K) |
850 mmu_disable_ism_large_pages = ((1 << TTE64K) |
[all …]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara2.c403 if (szc > TTE64K) in page_pfn_2_color_cpu()
421 if (szc > TTE64K) in page_papfn_2_color_cpu()
438 if (szc == TTE64K || szc == TTE512K) in page_get_nsz_color_mask_cpu()
448 if (szc == TTE64K || szc == TTE512K) in page_get_nsz_color_cpu()
616 npfn = (szc == TTE64K) ? (npfn & ~(pfn_t)0x7) : npfn; in page_next_pfn_for_color_cpu()
650 npfn = (szc == TTE64K) ? (npfn & ~(pfn_t)0x7) : npfn; in page_next_pfn_for_color_cpu()
H A Dniagara.c63 #define NI_MMU_PAGESIZE_MASK ((1 << TTE8K) | (1 << TTE64K) | (1 << TTE4M) \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dcpu_module.h159 #define DEFAULT_SUN4V_MMU_PAGESIZE_MASK ((1 << TTE8K) | (1 << TTE64K) \
H A Dpte.h100 #define TTE64K 0x1 macro
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_vm_dep.c73 int mmu_exported_pagesize_mask = (1 << TTE8K) | (1 << TTE64K) |
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h117 #define TTE64K 0x1 macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c3091 case TTE64K: in sfmmu_tteload_addentry()
5665 hashno = TTE64K; in hat_unload_callback()
5694 hashno = TTE64K; in hat_unload_callback()
5703 ASSERT(hashno == TTE64K); in hat_unload_callback()
5747 hashno = TTE64K; in hat_unload_callback()
5830 hashno = TTE64K; in hat_unload_callback()
5834 ASSERT(hashno == TTE64K); in hat_unload_callback()
8042 int index, sz = TTE64K; in hat_page_getshare()
8212 sz = TTE64K; in hat_page_demote()
9250 pg64k = TTEPAGES(TTE64K); in conv_tnc()
[all …]
H A Dhat_sfmmu.h254 #define TSB64K (1 << TTE64K)
841 #define HAT_64K_FLAG (0x1 << TTE64K)
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_vm_dep.c390 } else if (mmu_exported_pagesize_mask & (1 << TTE64K)) { in mmu_get_kernel_lpsize()
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.S2913 MMU_PAGESHIFT64K, TTE64K, %g5, tsb_l8K, tsb_checktte,
3033 MMU_PAGESHIFT64K, TTE64K, %g5, tsb_shme_l8K, tsb_shme_checktte,
3519 TTE64K, %g5, tsb_ism_l8K, tsb_ism_8K_found, sfmmu_suspend_tl,
3732 mov TTE64K, %g5 /* g5 = rehash # */
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1618 pages_per_hblk = btop(HMEBLK_SPAN(TTE64K)); in startup_modules()