/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cpumask_success.c | 245 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local 250 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() 275 bpf_cpumask_xor(dst2, cast(mask1), cast(mask2)); in BPF_PROG() 276 if (!bpf_cpumask_equal(cast(dst1), cast(dst2))) { in BPF_PROG() 285 bpf_cpumask_release(dst2); in BPF_PROG() 292 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local 297 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() 327 bpf_cpumask_release(dst2); in BPF_PROG() 334 struct bpf_cpumask *mask1, *mask2, *dst1, *dst2; in BPF_PROG() local 340 if (!create_cpumask_set(&mask1, &mask2, &dst1, &dst2)) in BPF_PROG() [all...] |
/kernel/linux/linux-5.10/arch/ia64/lib/ |
H A D | clear_page.S | 28 #define dst2 r9 define 45 adds dst2 = 32, in0 58 stf.spill.nta [dst2] = f0, 64 64 stf.spill.nta [dst2] = f0, 64 70 stf.spill.nta [dst2] = f0, 64
|
H A D | copy_user.S | 69 #define dst2 r27 define 131 and dst2=0x7,dst1 // dst offset 157 cmp.eq p14,p15=r0,dst2 171 cmp.leu p14,p15=src2,dst2 172 sub t1=dst2,src2 177 (p15) sub word1=8,dst2 // (8 - dst offset) 370 adds dst2=8,dst1 381 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16 579 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16
|
/kernel/linux/linux-6.6/arch/ia64/lib/ |
H A D | clear_page.S | 28 #define dst2 r9 define 45 adds dst2 = 32, in0 58 stf.spill.nta [dst2] = f0, 64 64 stf.spill.nta [dst2] = f0, 64 70 stf.spill.nta [dst2] = f0, 64
|
H A D | copy_user.S | 69 #define dst2 r27 define 131 and dst2=0x7,dst1 // dst offset 157 cmp.eq p14,p15=r0,dst2 171 cmp.leu p14,p15=src2,dst2 172 sub t1=dst2,src2 177 (p15) sub word1=8,dst2 // (8 - dst offset) 370 adds dst2=8,dst1 381 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16 579 (EPI) st8 [dst2]=val2[PIPE_DEPTH-1],16
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 56 u32 *dst, *dst2; in color_imageblit() local 63 dst2 = dst1; in color_imageblit() 102 dst2 += p->fix.line_length; in color_imageblit() 103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 116 u32 *dst, *dst2; in slow_imageblit() local 123 dst2 = dst1; in slow_imageblit() 169 dst2 += pitch; in slow_imageblit() 170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
|
H A D | cfbimgblt.c | 81 u32 __iomem *dst, *dst2; in color_imageblit() local 89 dst2 = (u32 __iomem *) dst1; in color_imageblit() 128 dst2 += p->fix.line_length; in color_imageblit() 129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 144 u32 __iomem *dst, *dst2; in slow_imageblit() local 152 dst2 = (u32 __iomem *) dst1; in slow_imageblit() 198 dst2 += pitch; in slow_imageblit() 199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
|
H A D | svgalib.c | 243 u16 __iomem *dst2 = dst; in svga_tilecopy() local 245 fb_writew(fb_readw(src2), dst2); in svga_tilecopy() local 246 // *dst2 = *src2; in svga_tilecopy() 248 dst2 += colstride; in svga_tilecopy()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 56 u32 *dst, *dst2; in color_imageblit() local 63 dst2 = dst1; in color_imageblit() 102 dst2 += p->fix.line_length; in color_imageblit() 103 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 116 u32 *dst, *dst2; in slow_imageblit() local 123 dst2 = dst1; in slow_imageblit() 169 dst2 += pitch; in slow_imageblit() 170 dst1 = (u8 *)((long)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
|
H A D | cfbimgblt.c | 81 u32 __iomem *dst, *dst2; in color_imageblit() local 89 dst2 = (u32 __iomem *) dst1; in color_imageblit() 128 dst2 += p->fix.line_length; in color_imageblit() 129 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in color_imageblit() 144 u32 __iomem *dst, *dst2; in slow_imageblit() local 152 dst2 = (u32 __iomem *) dst1; in slow_imageblit() 198 dst2 += pitch; in slow_imageblit() 199 dst1 = (u8 __iomem *)((long __force)dst2 & ~(sizeof(u32) - 1)); in slow_imageblit()
|
H A D | svgalib.c | 244 u16 __iomem *dst2 = dst; in svga_tilecopy() local 246 fb_writew(fb_readw(src2), dst2); in svga_tilecopy() local 247 // *dst2 = *src2; in svga_tilecopy() 249 dst2 += colstride; in svga_tilecopy()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | pmtu.sh | 908 dst2="${prefix4}.${b_r2}.1" 912 dst2="${prefix6}:${b_r2}::1" 928 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2} 933 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 942 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 951 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 960 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2} 961 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 967 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 973 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | pmtu.sh | 1029 dst2="${prefix4}.${b_r2}.1" 1033 dst2="${prefix6}:${b_r2}::1" 1049 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2} 1054 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 1063 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 1072 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 1081 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2} 1082 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 1088 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" 1094 pmtu_2="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst2})" [all...] |
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | icmp.c | 361 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local 380 dst2 = dst; in icmpv6_route_lookup() 384 if (dst != dst2) in icmpv6_route_lookup() 397 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 401 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 402 if (!IS_ERR(dst2)) { in icmpv6_route_lookup() 404 dst = dst2; in icmpv6_route_lookup() 406 err = PTR_ERR(dst2); in icmpv6_route_lookup() 409 return dst2; in icmpv6_route_lookup() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | icmp.c | 355 struct dst_entry *dst, *dst2; in icmpv6_route_lookup() local 375 dst2 = dst; in icmpv6_route_lookup() 379 if (dst != dst2) in icmpv6_route_lookup() 392 err = ip6_dst_lookup(net, sk, &dst2, &fl2); in icmpv6_route_lookup() 396 dst2 = xfrm_lookup(net, dst2, flowi6_to_flowi(&fl2), sk, XFRM_LOOKUP_ICMP); in icmpv6_route_lookup() 397 if (!IS_ERR(dst2)) { in icmpv6_route_lookup() 399 dst = dst2; in icmpv6_route_lookup() 401 err = PTR_ERR(dst2); in icmpv6_route_lookup() 404 return dst2; in icmpv6_route_lookup() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | migrate.c | 1628 struct folio *folio, *folio2, *dst = NULL, *dst2; in migrate_pages_batch() local 1762 dst2 = list_next_entry(dst, lru); in migrate_pages_batch() 1794 dst = dst2; in migrate_pages_batch() 1795 dst2 = list_next_entry(dst, lru); in migrate_pages_batch() 1806 dst2 = list_next_entry(dst, lru); in migrate_pages_batch() 1816 dst = dst2; in migrate_pages_batch() 1817 dst2 = list_next_entry(dst, lru); in migrate_pages_batch()
|