Home | History | Annotate | Download | only in mrst

Lines Matching refs:ALIGN_TO

46 #define ALIGN_TO(value, align) ((value + align - 1) & ~(align - 1))
47 #define PAGE_ALIGN(value) ALIGN_TO(value, 4096)