Home
last modified time | relevance | path

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

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