Lines Matching +full:20 +full:user
3 * User address space access functions.
52 * clear_user - Zero a block of memory in user space.
53 * @to: Destination address, in user space.
56 * Zero a block of memory in user space.
72 * __clear_user - Zero a block of memory in user space, with less checking.
73 * @to: Destination address, in user space.
76 * Zero a block of memory in user space. Caller must check
111 "12: movl 20(%4), %%edx\n" in __copy_user_intel()
113 "14: movl %%edx, 20(%3)\n" in __copy_user_intel()
119 "20: movl 36(%4), %%edx\n" in __copy_user_intel()
166 _ASM_EXTABLE_UA(20b, 100b) in __copy_user_intel()
212 "41: movl 20(%4), %%edx\n" in __copy_user_intel_nocache()
214 " movnti %%edx, 20(%3)\n" in __copy_user_intel_nocache()