Home
last modified time | relevance | path

Searched refs:hole_start (Results 1 – 23 of 23) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sun4/
H A Dmmu.h95 extern addr_t hole_start; /* addr of start of MMU "hole" */
111 (mmu_3level || (addr_t)(a) < hole_start || (addr_t)(a) >= hole_end)
114 ((addr_t)(a) < hole_start || (addr_t)(a) >= hole_end)
/titanic_50/usr/src/uts/sun4/vm/
H A Dvm_dep.c250 caddr_t hole_start, hole_end; variable
299 if (lo < hole_start) { in valid_va_range_aligned()
300 if (hi > hole_start) in valid_va_range_aligned()
302 hi = hole_start; in valid_va_range_aligned()
309 if (hole_start - lo >= tot_len) in valid_va_range_aligned()
310 hi = hole_start; in valid_va_range_aligned()
321 else if (hole_start - lo >= tot_len) in valid_va_range_aligned()
322 hi = hole_start; in valid_va_range_aligned()
384 if (eaddr > hole_start && addr < hole_end) in valid_usr_range()
/titanic_50/usr/src/uts/i86pc/vm/
H A Dhat_kdi.c325 if (va + sz >= hole_start && va < hole_end) in kdi_range_is_nontoxic()
326 return (va < hole_start ? hole_start - va : 0); in kdi_range_is_nontoxic()
H A Dhat_pte.h183 uintptr_t hole_start; /* start of VA hole (or -1 if none) */ member
244 #define IN_VA_HOLE(va) (mmu.hole_start <= (va) && (va) < mmu.hole_end)
H A Dhtable.h138 ((va & LEVEL_MASK(l)) + LEVEL_SIZE(l) == mmu.hole_start ? \
H A Dvm_machdep.c836 if (lo < hole_start) { in valid_va_range_aligned()
837 if (hi > hole_start) { in valid_va_range_aligned()
839 hi = hole_start; in valid_va_range_aligned()
846 if (hole_start - lo >= tot_len) in valid_va_range_aligned()
847 hi = hole_start; in valid_va_range_aligned()
858 else if (hole_start - lo >= tot_len) in valid_va_range_aligned()
859 hi = hole_start; in valid_va_range_aligned()
923 if (eaddr > (caddr_t)hole_start && addr < (caddr_t)hole_end) in valid_usr_range()
3967 offset += mmu.hole_start; /* something in VA hole */ in page_get_physical()
H A Dhtable.c1545 offset += mmu.hole_start; /* something in VA hole */ in htable_attach()
1579 if (base == mmu.hole_start) in htable_attach()
1653 if (l == mmu.max_level && va >= mmu.hole_start && va <= mmu.hole_end) in htable_scan()
1654 va = mmu.hole_end + va - mmu.hole_start; in htable_scan()
1881 if (ht->ht_level == mmu.max_level && va >= mmu.hole_start) in htable_e2va()
1882 va += ((mmu.hole_end - mmu.hole_start) + 1); in htable_e2va()
H A Dhat_i86.c553 mmu.hole_start = (1ul << (va_bits - 1)); in mmu_init()
554 mmu.hole_end = 0ul - mmu.hole_start - 1; in mmu_init()
557 mmu.hole_start = mmu.hole_end - 1; in mmu_init()
564 ASSERT(hole_start == 0 || opteron_erratum_121 != 0); in mmu_init()
565 hole_start = mmu.hole_start - hole_start; in mmu_init()
567 hole_start = mmu.hole_start; in mmu_init()
/titanic_50/usr/src/cmd/amt/
H A Damt.c396 caddr_t hole_start; in memory_allocation_not_shared() local
407 hole_start = (caddr_t)sbrk(0); in memory_allocation_not_shared()
412 hole_start); in memory_allocation_not_shared()
473 if (hole_start == hole_after) in memory_allocation_not_shared()
/titanic_50/usr/src/uts/i86pc/sys/
H A Dmachsystm.h163 extern uintptr_t hole_start, hole_end;
166 (((a) >= (caddr_t)hole_start && (a) < (caddr_t)hole_end))
/titanic_50/usr/src/uts/sun4/os/
H A Ddtrace_subr.c71 if (hole_end > hole_start) in dtrace_toxic_ranges()
72 (*func)((uintptr_t)hole_start, (uintptr_t)hole_end); in dtrace_toxic_ranges()
H A Dstartup.c1237 if (kmem64_aligned_end > (hole_start ? hole_start : kpm_vbase)) in startup_memlist()
1310 ASSERT(alloc_base <= (hole_start ? hole_start : kpm_vbase)); in startup_memlist()
/titanic_50/usr/src/uts/sun4v/cpu/
H A Dgeneric.c108 hole_start = (caddr_t)(1ull << (va_bits - 1)); in cpu_setup()
111 hole_start = hole_end = 0; in cpu_setup()
H A Dniagara.c141 hole_start = (caddr_t)((1ull << (va_bits - 1)) - (1ull << 32)); in cpu_setup()
H A Dniagara2.c156 hole_start = (caddr_t)((1ull << (va_bits - 1)) - (1ull << 32)); in cpu_setup()
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachsystm.h360 extern caddr_t hole_start, hole_end;
367 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end))
/titanic_50/usr/src/uts/sun4v/sys/
H A Dmachsystm.h346 extern caddr_t hole_start, hole_end;
353 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end))
/titanic_50/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c116 if (hole_end > hole_start) in dtrace_toxic_ranges()
117 (*func)(hole_start, hole_end); in dtrace_toxic_ranges()
H A Dmp_startup.c951 if (hole_start) { in workaround_errata()
952 hole_start -= PAGESIZE; in workaround_errata()
959 hole_start = PAGESIZE; in workaround_errata()
H A Dstartup.c246 uintptr_t hole_start, hole_end; variable
/titanic_50/usr/src/uts/sun4u/cpu/
H A Dspitfire.c482 hole_start = (caddr_t)0x80000000000ull; in cpu_setup()
491 hole_start = (caddr_t)((uintptr_t)hole_start - (1ul << 32)); in cpu_setup()
H A Dopl_olympus.c606 hole_start = hole_end = 0;
H A Dus3_common.c533 hole_start = hole_end = 0; in cpu_setup()