Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dseg_dev.c2517 offset_t aligned_off; in devmap_device() local
2537 aligned_off = (offset_t)0; in devmap_device()
2539 aligned_off = (offset_t)ptob(maxdhp->dh_pfn) - offset; in devmap_device()
2544 aligned_off = (offset_t)ptob(pfn) - offset; in devmap_device()
2546 aligned_off = (offset_t)(uintptr_t)maxdhp->dh_cvaddr - in devmap_device()
2555 map_addr(addr, len, aligned_off, 1, flags); in devmap_device()