Searched refs:VA_PA_ALIGNED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c98 * VA_PA_ALIGNED checks to see if both VA and PA are on pgsize boundary
101 #define VA_PA_ALIGNED(uvaddr, paddr, pgsize) \ macro
2735 VA_PA_ALIGNED((uintptr_t)uvaddr, poff, pg))
2745 ASSERT(VA_PA_ALIGNED((uintptr_t)uvaddr, poff, pg));

Completed in 1140 milliseconds