2 * Add-on to transform csum_partial_copy_nocheck in checksumcopy.S into
3 * csum_partial_copy_from_user by adding exception records.
5 * Copyright (C) 2001, 2003 Axis Communications AB.
7 * Author: Hans-Peter Nilsson.
10 #include <asm/errno.h>
12 /* Same function body, but a different name. If we just added exception
13 records to _csum_partial_copy_nocheck and made it generic, we wouldn't
14 know a user fault from a kernel fault and we would have overhead in
15 each kernel caller for the error-pointer argument.
17 unsigned int csum_partial_copy_from_user
18 (const char *src, char *dst, int len, unsigned int sum, int *errptr);
20 Note that the errptr argument is only set if we encounter an error.
21 It is conveniently located on the stack, so the normal function body
22 does not have to handle it. */
24 #define csum_partial_copy_nocheck csum_partial_copy_from_user
26 /* There are local labels numbered 1, 2 and 3 present to mark the
27 different from-user accesses. */
28 #include "checksumcopy.S"
32 ;; Here from the movem loop; restore stack.
35 ;; r12 is already decremented. Add back chunk_size-2.
38 ;; Here from the word loop; r12 is off by 2; add it back.
42 ;; Here from a failing single byte.
45 ;; Signal in *errptr that we had a failing access.
51 ;; Clear the rest of the destination area using memset. Preserve the
52 ;; checksum for the readable bytes.
65 .section __ex_table,"a"