Lines Matching full:copy
12 * copy_mc_fragile - copy memory with indication if an exception / fault happened
22 /* Less than 8 bytes? Go to byte copy loop */
30 /* Copy one byte at a time until source is 8-byte aligned */
65 /* Copy trailing bytes */
76 /* Copy successful. Return zero */
98 * copy up to the write-protected page.
117 * copy_mc_enhanced_fast_string - memory copy with exception handling
119 * Fast string copy + fault / exception handling. If the CPU does
131 /* Copy successful. Return zero */
137 * On fault %rcx is updated such that the copy instruction could
141 * user-copy routines.