Searched refs:from_s (Results 1 – 1 of 1) sorted by relevance
91 patchfunc(void *from_s, void *from_e, void *to_s, void *to_e) in patchfunc() argument97 if ((uintptr_t)from_e - (uintptr_t)from_s != in patchfunc()99 panic("patchfunc: sizes do not match (from=%p)", from_s); in patchfunc()101 memcpy(to_s, from_s, (uintptr_t)to_e - (uintptr_t)to_s); in patchfunc()