Searched refs:ALIGN4096 (Results 1 – 2 of 2) sorted by relevance
104 #define ALIGN4096(x) ((((x) + 4095) >> 12) << 12) macro
107 #define ALIGN4096(x) ((((x) + 4095) >> 12) << 12) macro