Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dswap.h193 (AP)->an_vp = swapfs_getvp(((uintptr_t)(AP) >> AN_CACHE_ALIGN_LOG2) \
196 AN_VPSHIFT + AN_CACHE_ALIGN_LOG2) << PAGESHIFT); \
/illumos-gate/usr/src/uts/common/vm/
H A Danon.h95 #define AN_CACHE_ALIGN_LOG2 4 /* log2(AN_CACHE_ALIGN) */ macro
96 #define AN_CACHE_ALIGN (1U << AN_CACHE_ALIGN_LOG2) /* anon address aligned */