Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dmcache.h84 #ifndef P2ALIGN
85 #define P2ALIGN(x, align) \ macro
/xnu-12377.41.6/san/memory/
H A Dkasan-tbi.c53 #define P2ALIGN(x, align) ((x) & -(align)) macro
/xnu-12377.41.6/bsd/net/
H A Drtsock.c160 x = (uint32_t)P2ALIGN(x, 1024); \