Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dfncpy.h71 #define fncpy(dest_buf, funcp, size) ({ \ argument
81 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))); \