• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/

Lines Matching defs:kbuf

230 		   void *kbuf, void __user *ubuf)
239 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
244 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &msr,
254 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
259 ret = user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf,
267 const void *kbuf, const void __user *ubuf)
277 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
282 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg,
293 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
300 &pos, &count, &kbuf, &ubuf,
305 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &reg,
314 &pos, &count, &kbuf, &ubuf,
322 void *kbuf, void __user *ubuf)
335 return user_regset_copyout(&pos, &count, &kbuf, &ubuf, buf, 0, -1);
341 return user_regset_copyout(&pos, &count, &kbuf, &ubuf,
348 const void *kbuf, const void __user *ubuf)
358 i = user_regset_copyin(&pos, &count, &kbuf, &ubuf, buf, 0, -1);
369 return user_regset_copyin(&pos, &count, &kbuf, &ubuf,
397 void *kbuf, void __user *ubuf)
406 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
419 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf, &vrsave,
428 const void *kbuf, const void __user *ubuf)
437 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
449 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, &vrsave,
475 void *kbuf, void __user *ubuf)
484 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
492 const void *kbuf, const void __user *ubuf)
499 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
530 void *kbuf, void __user *ubuf)
536 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
544 ret = user_regset_copyout(&pos, &count, &kbuf, &ubuf,
553 const void *kbuf, const void __user *ubuf)
559 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
567 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf,
638 void *kbuf, void __user *ubuf)
641 compat_ulong_t *k = kbuf;
653 if (kbuf)
663 if (kbuf)
671 if (kbuf)
679 kbuf = k;
683 return user_regset_copyout_zero(&pos, &count, &kbuf, &ubuf,
690 const void *kbuf, const void __user *ubuf)
693 const compat_ulong_t *k = kbuf;
705 if (kbuf)
717 if (kbuf)
726 if (kbuf) {
743 if (kbuf)
752 kbuf = k;
756 return user_regset_copyin_ignore(&pos, &count, &kbuf, &ubuf,