| /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/net/ipv6/ |
| H A D | af_inet6.c | 597 struct compat_in6_rtmsg __user *ur) in inet6_compat_routing_ioctl() argument 601 if (copy_from_user(&rt.rtmsg_dst, &ur->rtmsg_dst, in inet6_compat_routing_ioctl() 603 get_user(rt.rtmsg_type, &ur->rtmsg_type) || in inet6_compat_routing_ioctl() 604 get_user(rt.rtmsg_dst_len, &ur->rtmsg_dst_len) || in inet6_compat_routing_ioctl() 605 get_user(rt.rtmsg_src_len, &ur->rtmsg_src_len) || in inet6_compat_routing_ioctl() 606 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in inet6_compat_routing_ioctl() 607 get_user(rt.rtmsg_info, &ur->rtmsg_info) || in inet6_compat_routing_ioctl() 608 get_user(rt.rtmsg_flags, &ur->rtmsg_flags) || in inet6_compat_routing_ioctl() 609 get_user(rt.rtmsg_ifindex, &ur->rtmsg_ifindex)) in inet6_compat_routing_ioctl()
|
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 958 wr->ur = wr->uw = false; in compute_s1_direct_permissions() 961 wr->pr = wr->pw = wr->ur = wr->uw = true; in compute_s1_direct_permissions() 965 wr->pw = wr->ur = wr->uw = false; in compute_s1_direct_permissions() 968 wr->pr = wr->ur = true; in compute_s1_direct_permissions() 977 wr->ur = wr->uw = wr->ux = false; in compute_s1_direct_permissions() 1015 wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1021 wr->pw = wr->ur = wr->uw = false; in compute_s1_hierarchical_permissions() 1047 (wr)->ur = (r); \ 1215 wr->ur &= uov_perms & POE_R; in compute_s1_overlay_permissions() 1245 pan = wi->pan && (wr->ur || wr->uw || in compute_s1_permissions() [all …]
|
| /linux/tools/certs/ |
| H A D | print-cert-tbs-hash.sh | 80 done < <(openssl list -digest-commands | tr ' ' '\n' | sort -ur)
|
| /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/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/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/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/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 | 1026 struct compat_rtentry __user *ur) in inet_compat_routing_ioctl() argument 1031 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in inet_compat_routing_ioctl() 1033 get_user(rt.rt_flags, &ur->rt_flags) || in inet_compat_routing_ioctl() 1034 get_user(rt.rt_metric, &ur->rt_metric) || in inet_compat_routing_ioctl() 1035 get_user(rt.rt_mtu, &ur->rt_mtu) || in inet_compat_routing_ioctl() 1036 get_user(rt.rt_window, &ur->rt_window) || in inet_compat_routing_ioctl() 1037 get_user(rt.rt_irtt, &ur->rt_irtt) || in inet_compat_routing_ioctl() 1038 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
|
| /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/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 | 4121 struct xfrm_user_report *ur; in build_report() local 4124 nlh = nlmsg_put(skb, 0, 0, XFRM_MSG_REPORT, sizeof(*ur), 0); in build_report() 4128 ur = nlmsg_data(nlh); in build_report() 4129 memset(ur, 0, sizeof(*ur)); in build_report() 4130 ur->proto = proto; in build_report() 4131 memcpy(&ur->sel, sel, sizeof(ur->sel)); in build_report()
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_type.h | 432 struct fm10k_hw_stat ur; member
|