• Home
  • Raw
  • Download

Lines Matching +full:5 +full:a

72 	/* protect against a concurrent page table upgrade */  in enable_sacf_uaccess()
122 " jnh 5f\n" in copy_from_user_mvcos()
125 " j 5f\n" in copy_from_user_mvcos()
127 "5:\n" in copy_from_user_mvcos()
128 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_from_user_mvcos()
129 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_from_user_mvcos()
145 "7: jz 5f\n" in copy_from_user_mvcp()
151 " j 5f\n" in copy_from_user_mvcp()
161 "5: slgr %0,%0\n" in copy_from_user_mvcp()
165 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_from_user_mvcp()
197 " jnh 5f\n" in copy_to_user_mvcos()
200 " j 5f\n" in copy_to_user_mvcos()
202 "5:\n" in copy_to_user_mvcos()
203 EX_TABLE(0b,2b) EX_TABLE(3b,5b) EX_TABLE(6b,2b) EX_TABLE(7b,5b) in copy_to_user_mvcos()
204 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_to_user_mvcos()
220 "7: jz 5f\n" in copy_to_user_mvcs()
226 " j 5f\n" in copy_to_user_mvcs()
236 "5: slgr %0,%0\n" in copy_to_user_mvcs()
240 : "+a" (size), "+a" (ptr), "+a" (x), "+a" (tmp1), "=a" (tmp2) in copy_to_user_mvcs()
272 : "+a" (size), "+a" (to), "+a" (from), "+a" (tmp1), "=a" (tmp2) in copy_in_user_mvcos()
287 " jo 5f\n" in copy_in_user_mvc()
295 " j 5f\n" in copy_in_user_mvc()
302 "5: slgr %0,%0\n" in copy_in_user_mvc()
305 : "+a" (size), "+a" (to), "+a" (from), "=a" (tmp1) in copy_in_user_mvc()
335 " jnh 5f\n" in clear_user_mvcos()
338 " j 5f\n" in clear_user_mvcos()
340 "5:\n" in clear_user_mvcos()
341 EX_TABLE(0b,2b) EX_TABLE(3b,5b) in clear_user_mvcos()
342 : "+&a" (size), "+&a" (to), "+a" (tmp1), "=&a" (tmp2) in clear_user_mvcos()
343 : "a" (empty_zero_page), "d" (reg0) : "cc", "memory"); in clear_user_mvcos()
356 " jo 5f\n" in clear_user_xc()
365 " jnh 5f\n" in clear_user_xc()
370 " j 5f\n" in clear_user_xc()
376 "5: slgr %0,%0\n" in clear_user_xc()
379 : "+a" (size), "+a" (to), "=a" (tmp1), "=a" (tmp2) in clear_user_xc()
410 : "+a" (size), "+a" (src), "=a" (tmp1), "=a" (tmp2) in strnlen_user_srst()