text_poke_set
extern void *text_poke_set(void *addr, int c, size_t len);
return IS_ERR_OR_NULL(text_poke_set(dst, 0xcc, len));