| /linux/drivers/clk/ux500/ |
| H A D | reset-prcc.c | 53 static void __iomem *u8500_prcc_reset_base(struct u8500_prcc_reset *ur, in u8500_prcc_reset_base() argument 61 if (index >= ARRAY_SIZE(ur->base)) in u8500_prcc_reset_base() 64 return ur->base[index]; in u8500_prcc_reset_base() 70 struct u8500_prcc_reset *ur = to_u8500_prcc_reset(rcdev); in u8500_prcc_reset() local 71 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset() 91 struct u8500_prcc_reset *ur = to_u8500_prcc_reset(rcdev); in u8500_prcc_reset_assert() local 92 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset_assert() 104 struct u8500_prcc_reset *ur = to_u8500_prcc_reset(rcdev); in u8500_prcc_reset_deassert() local 105 void __iomem *base = u8500_prcc_reset_base(ur, id); in u8500_prcc_reset_deassert() 117 struct u8500_prcc_reset *ur = to_u8500_prcc_reset(rcdev); in u8500_prcc_reset_status() local [all …]
|
| H A D | reset-prcc.h | 21 void u8500_prcc_reset_init(struct device_node *np, struct u8500_prcc_reset *ur);
|
| /linux/arch/xtensa/variants/test_kc705_be/include/variant/ |
| H A D | tie.h | 116 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \ 131 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 7,0,0,0) \ 132 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \ 133 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \ 134 XCHAL_SA_REG(s,0,0,1,0, ae_sd_no, 4, 4, 4,0x03F3, ur,243, 28,0,0,0) \ 135 XCHAL_SA_REG(s,0,0,1,0, ae_cbegin0, 4, 4, 4,0x03F6, ur,246, 32,0,0,0) \ 136 XCHAL_SA_REG(s,0,0,1,0, ae_cend0, 4, 4, 4,0x03F7, ur,247, 32,0,0,0) \
|
| /linux/arch/xtensa/variants/test_kc705_hifi/include/variant/ |
| H A D | tie.h | 116 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \ 131 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 8,0,0,0) \ 132 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \ 133 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \ 134 XCHAL_SA_REG(s,0,0,1,0, ae_cw_sd_no, 4, 4, 4,0x03F3, ur,243, 29,0,0,0) \ 135 XCHAL_SA_REG(s,0,0,1,0, ae_cbegin0, 4, 4, 4,0x03F6, ur,246, 32,0,0,0) \ 136 XCHAL_SA_REG(s,0,0,1,0, ae_cend0, 4, 4, 4,0x03F7, ur,247, 32,0,0,0) \
|
| /linux/arch/xtensa/variants/test_mmuhifi_c3/include/variant/ |
| H A D | tie.h | 95 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) 102 XCHAL_SA_REG(s,0,0,1,0, ae_ovf_sar, 8, 4, 4,0x03F0, ur,240, 7,0,0,0) \ 103 XCHAL_SA_REG(s,0,0,1,0, ae_bithead, 4, 4, 4,0x03F1, ur,241, 32,0,0,0) \ 104 XCHAL_SA_REG(s,0,0,1,0,ae_ts_fts_bu_bp, 4, 4, 4,0x03F2, ur,242, 16,0,0,0) \ 105 XCHAL_SA_REG(s,0,0,1,0, ae_sd_no, 4, 4, 4,0x03F3, ur,243, 28,0,0,0) \
|
| /linux/drivers/usb/dwc3/ |
| H A D | ep0.c | 866 struct usb_request *ur; in dwc3_ep0_complete_data() local 894 ur = &r->request; in dwc3_ep0_complete_data() 897 transferred = ur->length - length; in dwc3_ep0_complete_data() 898 ur->actual += transferred; in dwc3_ep0_complete_data() 900 if ((IS_ALIGNED(ur->length, ep0->endpoint.maxpacket) && in dwc3_ep0_complete_data() 901 ur->length && ur->zero) || dwc->ep0_bounced) { in dwc3_ep0_complete_data() 914 if ((epnum & 1) && ur->actual < ur->length) in dwc3_ep0_complete_data()
|
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 604 struct compat_in6_rtmsg __user *ur) in inet6_compat_routing_ioctl() argument 608 if (copy_from_user(&rt.rtmsg_dst, &ur->rtmsg_dst, in inet6_compat_routing_ioctl() 610 get_user(rt.rtmsg_type, &ur->rtmsg_type) || in inet6_compat_routing_ioctl() 611 get_user(rt.rtmsg_dst_len, &ur->rtmsg_dst_len) || in inet6_compat_routing_ioctl() 612 get_user(rt.rtmsg_src_len, &ur->rtmsg_src_len) || in inet6_compat_routing_ioctl() 613 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in inet6_compat_routing_ioctl() 614 get_user(rt.rtmsg_info, &ur->rtmsg_info) || in inet6_compat_routing_ioctl() 615 get_user(rt.rtmsg_flags, &ur->rtmsg_flags) || in inet6_compat_routing_ioctl() 616 get_user(rt.rtmsg_ifindex, &ur->rtmsg_ifindex)) in inet6_compat_routing_ioctl()
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 957 wr->ur = wr->uw = false; in compute_s1_direct_permissions() 960 wr->pr = wr->pw = wr->ur = wr->uw = true; in compute_s1_direct_permissions() 964 wr->pw = wr->ur = wr->uw = false; in compute_s1_direct_permissions() 967 wr->pr = wr->ur = true; in compute_s1_direct_permissions() 976 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions() 1014 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1020 wr->pw = wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1046 (wr)->ur = (r); \ 1214 wr->ur &= uov_perms & POE_R; in compute_s1_overlay_permissions() 1244 pan = wi->pan && (wr->ur || wr->uw || in compute_s1_permissions() [all …]
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_pf.c | 1310 u32 timeout, ur, ca, um, xec, vlan_drop, loopback_drop, nodesc_drop; in fm10k_update_hw_stats_pf() local 1320 ur = fm10k_read_hw_stats_32b(hw, FM10K_STATS_UR, &stats->ur); in fm10k_update_hw_stats_pf() 1346 stats->ur.count += ur; in fm10k_update_hw_stats_pf() 1357 fm10k_update_hw_base_32b(&stats->ur, ur); in fm10k_update_hw_stats_pf() 1383 fm10k_unbind_hw_stats_32b(&stats->ur); in fm10k_rebind_hw_stats_pf()
|
| H A D | fm10k_type.h | 432 struct fm10k_hw_stat ur; member
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio.h | 67 #define REGISTER_DESC_WITH_BITS_PER_IRQ(off, rd, wr, ur, uw, bpi, acc) \ argument 75 .uaccess_read = ur, \
|
| H A D | vgic-mmio-v3.c | 607 #define REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(off, rd, wr, ur, uw, bpi, acc) \ argument 622 .uaccess_read = ur, \
|
| /linux/tools/certs/ |
| H A D | print-cert-tbs-hash.sh | 80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
|
| /linux/include/linux/ |
| H A D | netfilter.h | 57 unsigned long *ur = (unsigned long *)result; in nf_inet_addr_mask() local 60 ur[0] = ua[0] & um[0]; in nf_inet_addr_mask() 61 ur[1] = ua[1] & um[1]; in nf_inet_addr_mask()
|
| /linux/arch/xtensa/variants/dc233c/include/variant/ |
| H A D | tie.h | 113 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
|
| /linux/arch/xtensa/variants/dc232b/include/variant/ |
| H A D | tie.h | 101 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
|
| /linux/arch/xtensa/variants/csp/include/variant/ |
| H A D | tie.h | 113 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
|
| /linux/net/appletalk/ |
| H A D | ddp.c | 1830 struct compat_rtentry __user *ur) in atalk_compat_routing_ioctl() argument 1835 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in atalk_compat_routing_ioctl() 1837 get_user(rt.rt_flags, &ur->rt_flags) || in atalk_compat_routing_ioctl() 1838 get_user(rt.rt_metric, &ur->rt_metric) || in atalk_compat_routing_ioctl() 1839 get_user(rt.rt_mtu, &ur->rt_mtu) || in atalk_compat_routing_ioctl() 1840 get_user(rt.rt_window, &ur->rt_window) || in atalk_compat_routing_ioctl() 1841 get_user(rt.rt_irtt, &ur->rt_irtt) || in atalk_compat_routing_ioctl() 1842 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1030 struct compat_rtentry __user *ur) in inet_compat_routing_ioctl() argument 1035 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in inet_compat_routing_ioctl() 1037 get_user(rt.rt_flags, &ur->rt_flags) || in inet_compat_routing_ioctl() 1038 get_user(rt.rt_metric, &ur->rt_metric) || in inet_compat_routing_ioctl() 1039 get_user(rt.rt_mtu, &ur->rt_mtu) || in inet_compat_routing_ioctl() 1040 get_user(rt.rt_window, &ur->rt_window) || in inet_compat_routing_ioctl() 1041 get_user(rt.rt_irtt, &ur->rt_irtt) || in inet_compat_routing_ioctl() 1042 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
|
| /linux/arch/alpha/kernel/ |
| H A D | osf_sys.c | 1098 struct rusage32 __user *, ur) in SYSCALL_DEFINE4() argument 1104 if (!ur) in SYSCALL_DEFINE4() 1106 if (put_tv_to_tv32(&ur->ru_utime, &r.ru_utime)) in SYSCALL_DEFINE4() 1108 if (put_tv_to_tv32(&ur->ru_stime, &r.ru_stime)) in SYSCALL_DEFINE4() 1110 if (copy_to_user(&ur->ru_maxrss, &r.ru_maxrss, in SYSCALL_DEFINE4()
|
| /linux/include/net/libeth/ |
| H A D | xdp.h | 1109 #define _libeth_xdp_xmit_do_bulk(d, n, fr, f, xqs, nqs, fl, fin, ub, ur, un) \ argument 1112 int ur; \ 1118 ur = __libeth_xdp_xmit_do_bulk(&ub, fr, n, f, fl, fin); \ 1120 ur = -ENXIO; \ 1123 ur; \
|
| /linux/drivers/mtd/ |
| H A D | mtdchar.c | 889 struct region_info_user __user *ur = argp; in mtdchar_ioctl() local 891 if (get_user(ur_idx, &(ur->regionindex))) in mtdchar_ioctl() 899 if (put_user(kr->offset, &(ur->offset)) in mtdchar_ioctl() 900 || put_user(kr->erasesize, &(ur->erasesize)) in mtdchar_ioctl() 901 || put_user(kr->numblocks, &(ur->numblocks))) in mtdchar_ioctl()
|
| /linux/arch/arm64/include/asm/ |
| H A D | kvm_nested.h | 372 bool ur; member
|
| /linux/tools/power/cpupower/po/ |
| H A D | cs.po | 521 "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"
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 4112 struct xfrm_user_report *ur; in build_report() local 4115 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_REPORT, sizeof(*ur), 0); in build_report() 4119 ur = nlmsg_data(nlh); in build_report() 4120 ur->proto = proto; in build_report() 4121 memcpy(&ur->sel, sel, sizeof(ur->sel)); in build_report()
|