Home
last modified time | relevance | path

Searched refs:ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance

/include/
A Dspl_load.h85 image_offset = ALIGN_DOWN(base_offset, spl_get_bl_len(info)); in _spl_load()
/include/linux/
A Dkernel.h13 #define ALIGN_DOWN(x, a) ALIGN((x) - ((a) - 1), (a)) macro

Completed in 6 milliseconds