Home
last modified time | relevance | path

Searched refs:hole_end (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c253 caddr_t hole_start, hole_end; variable
304 if (hi < hole_end) in valid_va_range_aligned()
314 else if (hi - hole_end >= tot_len) in valid_va_range_aligned()
315 lo = hole_end; in valid_va_range_aligned()
322 if (hi - hole_end >= tot_len) in valid_va_range_aligned()
323 lo = hole_end; in valid_va_range_aligned()
331 if (hi < hole_end) in valid_va_range_aligned()
333 if (lo < hole_end) in valid_va_range_aligned()
334 lo = hole_end; in valid_va_range_aligned()
399 if (eaddr > hole_start && addr < hole_end) in valid_usr_range()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachsystm.h164 extern uintptr_t hole_start, hole_end;
167 (((a) >= (caddr_t)hole_start && (a) < (caddr_t)hole_end))
/illumos-gate/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.c2056 if ((caddr_t)ppvm_base <= hole_end) { in startup_vm()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric.c109 hole_end = (caddr_t)(0ull - (1ull << (va_bits - 1))); in cpu_setup()
111 hole_start = hole_end = 0; in cpu_setup()
H A Dniagara.c142 hole_end = (caddr_t)((0ull - (1ull << (va_bits - 1))) + (1ull << 32)); in cpu_setup()
H A Dniagara2.c157 hole_end = (caddr_t)((0ull - (1ull << (va_bits - 1))) + (1ull << 32)); in cpu_setup()
/illumos-gate/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))
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h193 uintptr_t hole_end; /* end of VA hole (or 0 if none) */ member
253 #define IN_VA_HOLE(va) (mmu.hole_start <= (va) && (va) < mmu.hole_end)
H A Dhtable.h146 mmu.hole_end : (va & LEVEL_MASK(l)) + LEVEL_SIZE(l))
H A Dvm_machdep.c951 if (hi < hole_end) { in valid_va_range_aligned()
961 else if (hi - hole_end >= tot_len) in valid_va_range_aligned()
962 lo = hole_end; in valid_va_range_aligned()
969 if (hi - hole_end >= tot_len) in valid_va_range_aligned()
970 lo = hole_end; in valid_va_range_aligned()
980 if (hi < hole_end) in valid_va_range_aligned()
982 if (lo < hole_end) in valid_va_range_aligned()
983 lo = hole_end; in valid_va_range_aligned()
1046 if (eaddr > (caddr_t)hole_start && addr < (caddr_t)hole_end) in valid_usr_range()
H A Dhat_kdi.c337 if (va + sz >= hole_start && va < hole_end) in kdi_range_is_nontoxic()
H A Dkboot_mmu.c264 probe_va = mmu.hole_end; in kbm_probe()
H A Dhtable.c1578 base = (mmu.hole_end + MMU_PAGEOFFSET) & MMU_PAGEMASK; in htable_attach()
1650 if (l == mmu.max_level && va >= mmu.hole_start && va <= mmu.hole_end) in htable_scan()
1651 va = mmu.hole_end + va - mmu.hole_start; in htable_scan()
1873 va += ((mmu.hole_end - mmu.hole_start) + 1); in htable_e2va()
H A Dhat_i86.c868 mmu.hole_end = 0ul - mmu.hole_start - 1; in mmu_init()
870 mmu.hole_end = 0; in mmu_init()
871 mmu.hole_start = mmu.hole_end - 1; in mmu_init()
883 hole_end = mmu.hole_end; in mmu_init()
/illumos-gate/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))
/illumos-gate/usr/src/uts/i86pc/os/
H A Ddtrace_subr.c115 if (hole_end > hole_start) in dtrace_toxic_ranges()
116 (*func)(hole_start, hole_end); in dtrace_toxic_ranges()
H A Dstartup.c231 uintptr_t hole_start, hole_end; variable
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c775 if ((lib_va_end > (size_t)hole_end) && in mmapobj_alloc_start_addr()
776 (lib_va_start < (size_t)hole_end)) { in mmapobj_alloc_start_addr()
778 (size_t)hole_end, PAGESIZE); in mmapobj_alloc_start_addr()
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c483 hole_end = (caddr_t)0xfffff80000000000ull; in cpu_setup()
492 hole_end = (caddr_t)((uintptr_t)hole_end + (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()