Lines Matching +full:- +full:100

1 // SPDX-License-Identifier: GPL-2.0
4 * The non inlined parts of asm-i386/uaccess.h are here.
52 * clear_user - Zero a block of memory in user space.
72 * __clear_user - Zero a block of memory in user space, with less checking.
134 " addl $-64, %0\n" in __copy_user_intel()
146 "100:\n" in __copy_user_intel()
147 _ASM_EXTABLE_UA(1b, 100b) in __copy_user_intel()
148 _ASM_EXTABLE_UA(2b, 100b) in __copy_user_intel()
149 _ASM_EXTABLE_UA(3b, 100b) in __copy_user_intel()
150 _ASM_EXTABLE_UA(4b, 100b) in __copy_user_intel()
151 _ASM_EXTABLE_UA(5b, 100b) in __copy_user_intel()
152 _ASM_EXTABLE_UA(6b, 100b) in __copy_user_intel()
153 _ASM_EXTABLE_UA(7b, 100b) in __copy_user_intel()
154 _ASM_EXTABLE_UA(8b, 100b) in __copy_user_intel()
155 _ASM_EXTABLE_UA(9b, 100b) in __copy_user_intel()
156 _ASM_EXTABLE_UA(10b, 100b) in __copy_user_intel()
157 _ASM_EXTABLE_UA(11b, 100b) in __copy_user_intel()
158 _ASM_EXTABLE_UA(12b, 100b) in __copy_user_intel()
159 _ASM_EXTABLE_UA(13b, 100b) in __copy_user_intel()
160 _ASM_EXTABLE_UA(14b, 100b) in __copy_user_intel()
161 _ASM_EXTABLE_UA(15b, 100b) in __copy_user_intel()
162 _ASM_EXTABLE_UA(16b, 100b) in __copy_user_intel()
163 _ASM_EXTABLE_UA(17b, 100b) in __copy_user_intel()
164 _ASM_EXTABLE_UA(18b, 100b) in __copy_user_intel()
165 _ASM_EXTABLE_UA(19b, 100b) in __copy_user_intel()
166 _ASM_EXTABLE_UA(20b, 100b) in __copy_user_intel()
167 _ASM_EXTABLE_UA(21b, 100b) in __copy_user_intel()
168 _ASM_EXTABLE_UA(22b, 100b) in __copy_user_intel()
169 _ASM_EXTABLE_UA(23b, 100b) in __copy_user_intel()
170 _ASM_EXTABLE_UA(24b, 100b) in __copy_user_intel()
171 _ASM_EXTABLE_UA(25b, 100b) in __copy_user_intel()
172 _ASM_EXTABLE_UA(26b, 100b) in __copy_user_intel()
173 _ASM_EXTABLE_UA(27b, 100b) in __copy_user_intel()
174 _ASM_EXTABLE_UA(28b, 100b) in __copy_user_intel()
175 _ASM_EXTABLE_UA(29b, 100b) in __copy_user_intel()
176 _ASM_EXTABLE_UA(30b, 100b) in __copy_user_intel()
177 _ASM_EXTABLE_UA(31b, 100b) in __copy_user_intel()
178 _ASM_EXTABLE_UA(32b, 100b) in __copy_user_intel()
179 _ASM_EXTABLE_UA(33b, 100b) in __copy_user_intel()
180 _ASM_EXTABLE_UA(34b, 100b) in __copy_user_intel()
181 _ASM_EXTABLE_UA(35b, 100b) in __copy_user_intel()
182 _ASM_EXTABLE_UA(36b, 100b) in __copy_user_intel()
183 _ASM_EXTABLE_UA(37b, 100b) in __copy_user_intel()
184 _ASM_EXTABLE_TYPE_REG(99b, 100b, EX_TYPE_UCOPY_LEN4, %%eax) in __copy_user_intel()
235 " addl $-64, %0\n" in __copy_user_intel_nocache()