Lines Matching defs:range
835 * part of the address range. From this point on we can't use any new
961 * cpu's range of the vlp_page and point cr3 at them.
1172 * If the page table is shared skip its entire range.
1866 * unlock the mappings to a given range of addresses
1886 panic("hat_unlock() address out of range - above _userlimit");
1938 * For a normal address, we flush a range of contiguous mappings
2033 * Internal routine to do cross calls to invalidate a range of pages on
2308 * unload a range of virtual address space (no callback)
2344 handle_ranges(hat_t *hat, hat_callback_t *cb, uint_t cnt, range_info_t *range)
2350 len = range[cnt].rng_cnt << LEVEL_SHIFT(range[cnt].rng_level);
2351 hat_tlb_inval_range(hat, (uintptr_t)range[cnt].rng_va, len);
2354 cb->hcb_start_addr = (caddr_t)range[cnt].rng_va;
2363 * Unload a given range of addresses (has optional callback)
2442 * hat_tlb_inval_range() per contiguous range. This is
2457 * handle last range for callbacks
2660 * We found a page table entry in the desired range,
2994 * The range of address space must cover a full table.
3120 * Note that it's ok to delay the TLB shootdown till the entire range is