Home
last modified time | relevance | path

Searched defs:P2ALIGN (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/san/memory/
H A Dkasan-tbi.c55 #define P2ALIGN(x, align) ((x) & -(align)) macro
/xnu-8792.41.9/bsd/sys/
H A Dmcache.h204 #define P2ALIGN(x, align) \ macro