Home
last modified time | relevance | path

Searched refs:ur (Results 26 – 34 of 34) sorted by relevance

12

/openbmc/linux/net/ipv4/
H A Daf_inet.c1017 struct compat_rtentry __user *ur) in inet_compat_routing_ioctl() argument
1022 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in inet_compat_routing_ioctl()
1024 get_user(rt.rt_flags, &ur->rt_flags) || in inet_compat_routing_ioctl()
1025 get_user(rt.rt_metric, &ur->rt_metric) || in inet_compat_routing_ioctl()
1026 get_user(rt.rt_mtu, &ur->rt_mtu) || in inet_compat_routing_ioctl()
1027 get_user(rt.rt_window, &ur->rt_window) || in inet_compat_routing_ioctl()
1028 get_user(rt.rt_irtt, &ur->rt_irtt) || in inet_compat_routing_ioctl()
1029 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
/openbmc/linux/drivers/mtd/
H A Dmtdchar.c887 struct region_info_user __user *ur = argp; in mtdchar_ioctl() local
889 if (get_user(ur_idx, &(ur->regionindex))) in mtdchar_ioctl()
897 if (put_user(kr->offset, &(ur->offset)) in mtdchar_ioctl()
898 || put_user(kr->erasesize, &(ur->erasesize)) in mtdchar_ioctl()
899 || put_user(kr->numblocks, &(ur->numblocks))) in mtdchar_ioctl()
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c600 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument
615 .uaccess_read = ur, \
/openbmc/linux/tools/power/cpupower/po/
H A Dcs.po521 "anebo více než jeden parametr určující výstup\n"
632 "- Snažíte se nastavit určitou frekvenci, ale není dostupný\n"
634 " nebo nelze na tomto hardware nastavit určitou frekvenci?\n"
931 "anebo více než jeden parametr určující výstup\n"
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_type.h432 struct fm10k_hw_stat ur; member
H A Dfm10k_ethtool.c78 FM10K_STAT("ur", stats.ur.count),
/openbmc/linux/net/xfrm/
H A Dxfrm_user.c3730 struct xfrm_user_report *ur; in build_report() local
3733 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_REPORT, sizeof(*ur), 0); in build_report()
3737 ur = nlmsg_data(nlh); in build_report()
3738 ur->proto = proto; in build_report()
3739 memcpy(&ur->sel, sel, sizeof(ur->sel)); in build_report()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7856 Unit *ur, *uresp1; local
7860 for (ur=res->lsu, ul=lhs->lsu; ur<uresp1; ur++, ul++) *ur=*ul;
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch14385 + msr APSR_nzcvq, r12 @ n=dl, z=l, c=ul, v=u, q=ur
43465 +// DC: dl, L, ul, U, ur
43466 +// A2-9: DL, L, ul, u, ur
43467 +// A10: dl, L, ul, u, ur
43468 +// A11-17 dl, L, UL, U, ur
43469 +// A18-25 dl, L, Ul, U, ur
43470 +// A26 dl, l, ul, U, ur
43721 + // a_ is the first pel in a section working round dl -> ur

12