Home
last modified time | relevance | path

Searched refs:max_level (Results 1 – 12 of 12) sorted by relevance

/titanic_53/usr/src/uts/i86pc/vm/
H A Di86_mmu.c373 nwindows = MAX(nwindows, mmu.max_level); in hat_kern_alloc()
420 for (l = start_level; l < mmu.max_level; ++l) { in hat_kern_alloc()
437 LEVEL_SHIFT(mmu.max_level)) & (mmu.top_level_count - 1)); in hat_kern_alloc()
447 if (mmu.pae_hat != 0 && (kernelbase & LEVEL_OFFSET(mmu.max_level)) != 0) in hat_kern_alloc()
449 ((kernelbase & LEVEL_OFFSET(mmu.max_level)) >> in hat_kern_alloc()
450 LEVEL_SHIFT(mmu.max_level - 1)); in hat_kern_alloc()
492 htable_attach(kas.a_hat, 0, mmu.max_level, NULL, in hat_kern_setup()
H A Dhtable.c672 ht->ht_level == mmu.max_level) { in htable_steal()
896 if (level == mmu.max_level) { in htable_alloc()
961 if (level == mmu.max_level) in htable_alloc()
1005 if (ht->ht_level == mmu.max_level && hat != NULL) { in htable_free()
1142 ASSERT(new->ht_level != mmu.max_level); in link_ptp()
1499 if (level == mmu.max_level) in htable_attach()
1653 if (l == mmu.max_level && va >= mmu.hole_start && va <= mmu.hole_end) in htable_scan()
1881 if (ht->ht_level == mmu.max_level && va >= mmu.hole_start) in htable_e2va()
2202 if (ht->ht_level == mmu.max_level && ht->ht_hat != kas.a_hat) { in x86pte_cas()
2421 if (dest->ht_level == mmu.max_level && in x86pte_copy()
H A Dhat_i86.h71 #define TOP_LEVEL(h) (((h)->hat_flags & HAT_VLP) ? VLP_LEVEL : mmu.max_level)
H A Dhtable.h133 ((ht)->ht_level == mmu.max_level ? ((uintptr_t)0UL - MMU_PAGESIZE) :\
H A Dhat_pte.h172 uint_t max_level; /* just num_level - 1 */ member
H A Dhat_kdi.c184 for (level = mmu.max_level; ; --level) { in kdi_vtop()
H A Dhat_i86.c357 xen_pin(hat->hat_htable->ht_pfn, mmu.max_level); in hat_alloc()
359 xen_pin(hat->hat_user_ptable, mmu.max_level); in hat_alloc()
592 mmu.max_level = 3; in mmu_init()
605 mmu.max_level = 2; in mmu_init()
615 mmu.max_level = 1; in mmu_init()
1980 if (mmu.max_level == 2) in flush_all_tlb_entries()
2975 if (l == mmu.max_level) in hat_share()
3125 if (l == mmu.max_level) in hat_unshare()
/titanic_53/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c200 for (l = mmu.max_level; l >= 0; l--) in xpv_va_walk()
208 for (l = mmu.max_level; l >= 0; l--) { in xpv_va_walk()
219 if (l == mmu.max_level && mmu.pae_hat) in xpv_va_walk()
768 for (l = mmu.max_level; l >= 0; l--) in xpv_do_panic()
772 xpv_panic_nptes[mmu.max_level] = 4; in xpv_do_panic()
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2652 int ilevel, olevel, max_level; local
2732 max_level = max_data_rate / 10;
2733 if (max_level < MAXLEVELMINSIZE)
2734 max_level = MAXLEVELMINSIZE;
2736 max_level = sizeof(inpacket_buf) + 1;
2756 if (ilevel >= max_level)
2763 if (olevel >= max_level)
2852 if (olevel + n > max_level)
2853 n = max_level - olevel;
2874 if (ilevel + n > max_level)
[all …]
/titanic_53/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_mach.c879 int max_level; in cpupm_get_top_speed() local
890 max_level = nspeeds - 1; in cpupm_get_top_speed()
891 if ((plat_level < 0) || (plat_level > max_level)) { in cpupm_get_top_speed()
/titanic_53/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c520 if (level < 0 || level > mmu.max_level) in pte_dcmd()
598 for (level = 0; level <= mmu.max_level; ++level) { in do_va2pa()
/titanic_53/usr/src/uts/i86pc/os/
H A Dstartup.c385 ((uintptr_t)P2ROUNDUP((uintptr_t)(x), mmu.level_size[mmu.max_level]))