Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1667 ASSERT(IS_PAGEALIGNED(vaddr)); in hat_swapout()
1668 ASSERT(IS_PAGEALIGNED(eaddr)); in hat_swapout()
2102 ASSERT(IS_PAGEALIGNED(va)); in hat_memload()
2159 ASSERT(IS_PAGEALIGNED(va)); in hat_memload_array()
2294 ASSERT(IS_PAGEALIGNED(va)); in hat_devload()
2396 ASSERT(IS_PAGEALIGNED(vaddr)); in hat_unlock()
2397 ASSERT(IS_PAGEALIGNED(eaddr)); in hat_unlock()
2877 ASSERT(IS_PAGEALIGNED(vaddr)); in hat_unload_callback()
2878 ASSERT(IS_PAGEALIGNED(eaddr)); in hat_unload_callback()
4359 ASSERT(IS_PAGEALIGNED(va)); in hat_mempte_setup()
[all …]
H A Dhat_i86.h191 #define IS_PAGEALIGNED(a) (((uintptr_t)(a) & MMU_PAGEOFFSET) == 0) macro
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c557 ASSERT(IS_PAGEALIGNED(len)); in xdt_map_trace_buffers()