• Home
  • Raw
  • Download

Lines Matching full:rest

31  *		Zero out rest of buffer on exception in
54 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial()
91 "andw #0x1c,%3\n\t" /* number of rest longs */ in csum_partial()
96 /* loop for rest longs */ in csum_partial()
103 /* now check for rest bytes that do not fit into longs */ in csum_partial()
106 "clrl %4\n\t" /* clear tmp2 for rest bytes */ in csum_partial()
109 "movew %2@+,%4\n\t" /* have rest >= 2: get word */ in csum_partial()
114 "moveb %2@,%4\n\t" /* have odd rest: get byte */ in csum_partial()
117 "addl %4,%0\n\t" /* now add rest long to sum */ in csum_partial()
151 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial_copy_from_user()
207 "andw #0x1c,%4\n\t" /* number of rest longs */ in csum_partial_copy_from_user()
212 /* loop for rest longs */ in csum_partial_copy_from_user()
221 /* now check for rest bytes that do not fit into longs */ in csum_partial_copy_from_user()
224 "clrl %5\n\t" /* clear tmp2 for rest bytes */ in csum_partial_copy_from_user()
228 "movesw %2@+,%5\n\t" /* have rest >= 2: get word */ in csum_partial_copy_from_user()
235 "movesb %2@,%5\n\t" /* have odd rest: get byte */ in csum_partial_copy_from_user()
239 "addl %5,%0\n\t" /* now add rest long to sum */ in csum_partial_copy_from_user()
247 /* If any exception occurs zero out the rest. in csum_partial_copy_from_user()
339 "addql #2,%1\n\t" /* len was == 2, treat only rest */ in csum_partial_copy_nocheck()
386 "andw #0x1c,%4\n\t" /* number of rest longs */ in csum_partial_copy_nocheck()
391 /* loop for rest longs */ in csum_partial_copy_nocheck()
399 /* now check for rest bytes that do not fit into longs */ in csum_partial_copy_nocheck()
402 "clrl %5\n\t" /* clear tmp2 for rest bytes */ in csum_partial_copy_nocheck()
405 "movew %2@+,%5\n\t" /* have rest >= 2: get word */ in csum_partial_copy_nocheck()
411 "moveb %2@,%5\n\t" /* have odd rest: get byte */ in csum_partial_copy_nocheck()
415 "addl %5,%0\n\t" /* now add rest long to sum */ in csum_partial_copy_nocheck()