Searched refs:ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance
| /include/ | ||
| A D | spl_load.h | 85 image_offset = ALIGN_DOWN(base_offset, spl_get_bl_len(info)); in _spl_load() |
| /include/linux/ | ||
| A D | kernel.h | 13 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro |
Completed in 6 milliseconds