| /OK3568_Linux_fs/kernel/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) \
|
| /OK3568_Linux_fs/kernel/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) \
|
| /OK3568_Linux_fs/kernel/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) \
|
| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | ep0.c | 774 struct usb_request *ur; in dwc3_ep0_complete_data() local 808 ur = &r->request; in dwc3_ep0_complete_data() 809 buf = ur->buf; in dwc3_ep0_complete_data() 820 if (ur->length > DWC3_EP0_BOUNCE_SIZE) { in dwc3_ep0_complete_data() 821 transfer_size = (ur->length / maxp) * maxp; in dwc3_ep0_complete_data() 824 ur->actual += transferred; in dwc3_ep0_complete_data() 833 transfer_size = roundup((ur->length - transfer_size), in dwc3_ep0_complete_data() 835 transferred = min_t(u32, ur->length - transferred, in dwc3_ep0_complete_data() 840 transferred = ur->length - length; in dwc3_ep0_complete_data() 843 ur->actual += transferred; in dwc3_ep0_complete_data() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/libx86-1/libx86-1.1/ |
| H A D | libx86-mmap-offset.patch | 4 diff -ur libx86-1.1/lrmi.c libx86-1.1.hack/lrmi.c 16 diff -ur libx86-1.1/thunk.c libx86-1.1.hack/thunk.c 48 diff -ur libx86-1.1/x86-common.c libx86-1.1.hack/x86-common.c 182 diff -ur libx86-1.1/x86-common.h libx86-1.1.hack/x86-common.h
|
| /OK3568_Linux_fs/u-boot/post/lib_powerpc/fpu/ |
| H A D | mul-subnormal-single-1.c | 46 tstmul (unsigned int ux, unsigned int uy, unsigned int ur) in tstmul() argument 51 if (f2u (x * y) != ur) in tstmul()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | avoid-strip.patch | 10 diff -ur unzip60.orig/unix/configure unzip60/unix/configure 22 diff -ur unzip60.orig/unix/Makefile unzip60/unix/Makefile
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/package/curlftpfs/ |
| H A D | 0003-nocache-memleak-fix.patch | 4 diff -ur curlftpfs-0.9.2/cache.c curlftpfs-0.9.2-olexat/cache.c 16 diff -ur curlftpfs-0.9.2/ftpfs-ls.c curlftpfs-0.9.2-olexat/ftpfs-ls.c
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | af_inet6.c | 596 struct compat_in6_rtmsg __user *ur) in inet6_compat_routing_ioctl() argument 600 if (copy_from_user(&rt.rtmsg_dst, &ur->rtmsg_dst, in inet6_compat_routing_ioctl() 602 get_user(rt.rtmsg_type, &ur->rtmsg_type) || in inet6_compat_routing_ioctl() 603 get_user(rt.rtmsg_dst_len, &ur->rtmsg_dst_len) || in inet6_compat_routing_ioctl() 604 get_user(rt.rtmsg_src_len, &ur->rtmsg_src_len) || in inet6_compat_routing_ioctl() 605 get_user(rt.rtmsg_metric, &ur->rtmsg_metric) || in inet6_compat_routing_ioctl() 606 get_user(rt.rtmsg_info, &ur->rtmsg_info) || in inet6_compat_routing_ioctl() 607 get_user(rt.rtmsg_flags, &ur->rtmsg_flags) || in inet6_compat_routing_ioctl() 608 get_user(rt.rtmsg_ifindex, &ur->rtmsg_ifindex)) in inet6_compat_routing_ioctl()
|
| /OK3568_Linux_fs/buildroot/package/libmad/ |
| H A D | 0001-mips-h-constraint-removal.patch | 3 diff -ur libmad-0.15.1b-orig/fixed.h libmad-0.15.1b/fixed.h 38 diff -ur libmad-0.15.1b-orig/mad.h libmad-0.15.1b/mad.h
|
| H A D | 0002-configure-ac-automake-foreign.patch | 5 diff -ur libmad-0.15.1b-orig/configure.ac libmad-0.15.1b/configure.ac
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_pf.c | 1430 u32 timeout, ur, ca, um, xec, vlan_drop, loopback_drop, nodesc_drop; in fm10k_update_hw_stats_pf() local 1440 ur = fm10k_read_hw_stats_32b(hw, FM10K_STATS_UR, &stats->ur); in fm10k_update_hw_stats_pf() 1466 stats->ur.count += ur; in fm10k_update_hw_stats_pf() 1477 fm10k_update_hw_base_32b(&stats->ur, ur); in fm10k_update_hw_stats_pf() 1503 fm10k_unbind_hw_stats_32b(&stats->ur); in fm10k_rebind_hw_stats_pf()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vsftpd/vsftpd-3.0.5/ |
| H A D | nopam.patch | 5 diff -ur vsftpd-2.0.1_org/builddefs.h vsftpd-2.0.1_patch/builddefs.h
|
| /OK3568_Linux_fs/kernel/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, \
|
| /OK3568_Linux_fs/buildroot/package/zd1211-firmware/ |
| H A D | zd1211-firmware.mk | 16 cp -dpf $(@D)/zd1211*{ub,uphr,ur} $(TARGET_DIR)/lib/firmware/zd1211
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netfilter.h | 47 unsigned long *ur = (unsigned long *)result; in nf_inet_addr_mask() local 50 ur[0] = ua[0] & um[0]; in nf_inet_addr_mask() 51 ur[1] = ua[1] & um[1]; in nf_inet_addr_mask()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/ |
| H A D | boost_1.78.0.bb | 10 file://0001-Don-t-skip-install-targets-if-there-s-build-no-in-ur.patch \
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/arch-dc233c/ |
| H A D | tie.h | 93 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0) \
|
| /OK3568_Linux_fs/kernel/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) \
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/include/asm/arch-dc232b/ |
| H A D | tie.h | 100 XCHAL_SA_REG(s,1,2,1,1, threadptr, 4, 4, 4,0x03E7, ur,231, 32,0,0,0)
|
| /OK3568_Linux_fs/kernel/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)
|
| /OK3568_Linux_fs/kernel/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) \
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | af_inet.c | 986 struct compat_rtentry __user *ur) in inet_compat_routing_ioctl() argument 991 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in inet_compat_routing_ioctl() 993 get_user(rt.rt_flags, &ur->rt_flags) || in inet_compat_routing_ioctl() 994 get_user(rt.rt_metric, &ur->rt_metric) || in inet_compat_routing_ioctl() 995 get_user(rt.rt_mtu, &ur->rt_mtu) || in inet_compat_routing_ioctl() 996 get_user(rt.rt_window, &ur->rt_window) || in inet_compat_routing_ioctl() 997 get_user(rt.rt_irtt, &ur->rt_irtt) || in inet_compat_routing_ioctl() 998 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
|
| /OK3568_Linux_fs/kernel/net/appletalk/ |
| H A D | ddp.c | 1853 struct compat_rtentry __user *ur) in atalk_compat_routing_ioctl() argument 1858 if (copy_from_user(&rt.rt_dst, &ur->rt_dst, in atalk_compat_routing_ioctl() 1860 get_user(rt.rt_flags, &ur->rt_flags) || in atalk_compat_routing_ioctl() 1861 get_user(rt.rt_metric, &ur->rt_metric) || in atalk_compat_routing_ioctl() 1862 get_user(rt.rt_mtu, &ur->rt_mtu) || in atalk_compat_routing_ioctl() 1863 get_user(rt.rt_window, &ur->rt_window) || in atalk_compat_routing_ioctl() 1864 get_user(rt.rt_irtt, &ur->rt_irtt) || in atalk_compat_routing_ioctl() 1865 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
|