Searched refs:FNCPY_ALIGN (Results 1 – 2 of 2) sorted by relevance
69 #define FNCPY_ALIGN 8 macro81 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \82 (__funcp_address & ~(uintptr_t)1 & (FNCPY_ALIGN - 1))); \
222 new_ceil = ROUND_DOWN(new_ceil, FNCPY_ALIGN); in omap_sram_push_address()