/titanic_41/usr/src/uts/sun4/vm/ |
H A D | vm_dep.c | 250 caddr_t hole_start, hole_end; variable 301 if (hi < hole_end) in valid_va_range_aligned() 311 else if (hi - hole_end >= tot_len) in valid_va_range_aligned() 312 lo = hole_end; in valid_va_range_aligned() 319 if (hi - hole_end >= tot_len) in valid_va_range_aligned() 320 lo = hole_end; in valid_va_range_aligned() 328 if (hi < hole_end) in valid_va_range_aligned() 330 if (lo < hole_end) in valid_va_range_aligned() 331 lo = hole_end; in valid_va_range_aligned() 384 if (eaddr > hole_start && addr < hole_end) in valid_usr_range()
|
/titanic_41/usr/src/lib/libbc/inc/include/sun4/ |
H A D | mmu.h | 96 extern addr_t hole_end; /* addr of end 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_41/usr/src/uts/i86pc/sys/ |
H A D | machsystm.h | 163 extern uintptr_t hole_start, hole_end; 166 (((a) >= (caddr_t)hole_start && (a) < (caddr_t)hole_end))
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | dtrace_subr.c | 71 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 D | startup.c | 2082 if ((caddr_t)ppvm_base <= hole_end) { in startup_vm()
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | generic.c | 109 hole_end = (caddr_t)(0ull - (1ull << (va_bits - 1))); in cpu_setup() 111 hole_start = hole_end = 0; in cpu_setup()
|
H A D | niagara.c | 142 hole_end = (caddr_t)((0ull - (1ull << (va_bits - 1))) + (1ull << 32)); in cpu_setup()
|
H A D | niagara2.c | 157 hole_end = (caddr_t)((0ull - (1ull << (va_bits - 1))) + (1ull << 32)); in cpu_setup()
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | machsystm.h | 360 extern caddr_t hole_start, hole_end; 367 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end))
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | hat_pte.h | 184 uintptr_t hole_end; /* end of VA hole (or 0 if none) */ member 244 #define IN_VA_HOLE(va) (mmu.hole_start <= (va) && (va) < mmu.hole_end)
|
H A D | htable.h | 139 mmu.hole_end : (va & LEVEL_MASK(l)) + LEVEL_SIZE(l))
|
H A D | vm_machdep.c | 838 if (hi < hole_end) { in valid_va_range_aligned() 848 else if (hi - hole_end >= tot_len) in valid_va_range_aligned() 849 lo = hole_end; in valid_va_range_aligned() 856 if (hi - hole_end >= tot_len) in valid_va_range_aligned() 857 lo = hole_end; in valid_va_range_aligned() 867 if (hi < hole_end) in valid_va_range_aligned() 869 if (lo < hole_end) in valid_va_range_aligned() 870 lo = hole_end; in valid_va_range_aligned() 923 if (eaddr > (caddr_t)hole_start && addr < (caddr_t)hole_end) in valid_usr_range()
|
H A D | hat_kdi.c | 325 if (va + sz >= hole_start && va < hole_end) in kdi_range_is_nontoxic()
|
H A D | kboot_mmu.c | 266 probe_va = mmu.hole_end; in kbm_probe()
|
H A D | htable.c | 1565 base = (mmu.hole_end + MMU_PAGEOFFSET) & MMU_PAGEMASK; in htable_attach() 1638 if (l == mmu.max_level && va >= mmu.hole_start && va <= mmu.hole_end) in htable_scan() 1639 va = mmu.hole_end + va - mmu.hole_start; in htable_scan() 1867 va += ((mmu.hole_end - mmu.hole_start) + 1); in htable_e2va()
|
H A D | hat_i86.c | 554 mmu.hole_end = 0ul - mmu.hole_start - 1; in mmu_init() 556 mmu.hole_end = 0; in mmu_init() 557 mmu.hole_start = mmu.hole_end - 1; in mmu_init() 569 hole_end = mmu.hole_end; in mmu_init()
|
/titanic_41/usr/src/uts/sun4v/sys/ |
H A D | machsystm.h | 346 extern caddr_t hole_start, hole_end; 353 #define INVALID_VADDR(a) (((a) >= hole_start && (a) < hole_end))
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | dtrace_subr.c | 116 if (hole_end > hole_start) in dtrace_toxic_ranges() 117 (*func)(hole_start, hole_end); in dtrace_toxic_ranges()
|
H A D | startup.c | 245 uintptr_t hole_start, hole_end; variable
|
/titanic_41/usr/src/uts/common/os/ |
H A D | mmapobj.c | 783 if ((lib_va_end > (size_t)hole_end) && in mmapobj_alloc_start_addr() 784 (lib_va_start < (size_t)hole_end)) { in mmapobj_alloc_start_addr() 786 (size_t)hole_end, PAGESIZE); in mmapobj_alloc_start_addr()
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire.c | 483 hole_end = (caddr_t)0xfffff80000000000ull; in cpu_setup() 492 hole_end = (caddr_t)((uintptr_t)hole_end + (1ul << 32)); in cpu_setup()
|
H A D | opl_olympus.c | 606 hole_start = hole_end = 0;
|
H A D | us3_common.c | 533 hole_start = hole_end = 0; in cpu_setup()
|