Searched refs:dest_buf (Results 1 – 1 of 1) sorted by relevance
71 #define fncpy(dest_buf, funcp, size) ({ \ argument81 BUG_ON((uintptr_t)(dest_buf) & (FNCPY_ALIGN - 1) || \84 memcpy(dest_buf, (void const *)(__funcp_address & ~1), size); \85 flush_icache_range((unsigned long)(dest_buf), \86 (unsigned long)(dest_buf) + (size)); \89 : "0" ((uintptr_t)(dest_buf) | (__funcp_address & 1))); \