| /linux/lib/crypto/powerpc/ |
| H A D | sha256-spe-asm.S | 39 #define rT1 r23 macro 45 cmpwi rT1,0; 104 rotrwi rT1,e,11; /* 1: S1' = e rotr 11 */ \ 106 xor rT0,rT0,rT1; /* 1: S1 = S1 xor S1' */ \ 109 andc rT1,g,e; /* 1: ch' = ~e and g */ \ 111 xor rT3,rT3,rT1; /* 1: ch = ch xor ch' */ \ 116 rotrwi rT1,a,13; /* 1: S0' = a rotr 13 */ \ 119 xor rT0,rT0,rT1; /* 1: S0 = S0 xor S0' */ \ 124 and rT1,a,b; /* 1: maj' = a and b */ \ 127 or rT2,rT1,rT2; /* 1: maj = maj or maj' */ \ [all …]
|
| H A D | sha1-spe-asm.S | 36 #define rT1 r0 /* 32 bit temporaries */ macro 110 andc rT1,d,b; /* 1: F" = ~B and D */ \ 112 or rT2,rT2,rT1; /* 1: F = F' or F" */ \ 118 and rT1,a,b; /* 2: F' = B and C */ \ 122 or rT2,rT2,rT1; /* 2: F = F' or F" */ \ 133 andc rT1,d,b; /* 1: F" = ~B and D */ \ 135 or rT1,rT1,rT2; /* 1: F = F' or F" */ \ 137 add e,e,rT1; /* 1: E = E + F */ \ 145 evmergehi rT1,rT1,rT0; /* WK1/WK2 */ \ 147 add d,d,rT1; /* 2: E = E + WK */ \ [all …]
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | mediatek,mt6858-pinctrl.yaml | 30 - description: rt1 group IO 47 - const: rt1 175 "rt", "rt1", "eint0", "eint1", "eint2", "eint3";
|
| /linux/arch/x86/crypto/ |
| H A D | blowfish-x86_64-asm_64.S | 45 #define RT1 %rsi macro 65 addl s1(CTX,RT1,4), RT0d; \ 69 xorl s2(CTX,RT1,4), RT0d; \ 181 xorl s2(CTX,RT1,4), RT0d; \
|
| H A D | serpent-sse2-i586-asm_32.S | 34 #define RT1 %xmm6 macro 45 get_key(i, 2, RT1); \ 48 pxor RT1, x2; \ 513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 554 write_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 559 xor_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 576 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 613 write_blocks(%eax, RC, RD, RB, RE, RT0, RT1, RA);
|
| /linux/tools/testing/selftests/net/ |
| H A D | icmp.sh | 25 RT1=172.16.1.0/24 50 ip -netns $NS1 route add $RT1 via inet6 $H2_IP6
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 54 #define RT1 r10 macro 93 and RT1, c, b; \ 96 add e, e, RT1; \ 119 and RT1, b, c; \ 123 add RT1, RT1, RT3; \ 127 add e, e, RT1; 589 add _b, RT1; 622 add _b, RT1;
|
| /linux/kernel/sched/ |
| H A D | cpupri.h | 10 /* values 1-99 are for RT1-RT99 priorities */
|
| H A D | cpupri.c | 14 * (INVALID), NORMAL, RT1, ... RT99, HIGHER 205 * @newpri: The priority (INVALID,NORMAL,RT1-RT99,HIGHER) to assign to this CPU
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_h323_main.c | 681 struct rtable *rt1, *rt2; in callforward_do_filter() local 688 if (!nf_ip_route(net, (struct dst_entry **)&rt1, in callforward_do_filter() 692 if (rt_nexthop(rt1, fl1.daddr) == in callforward_do_filter() 694 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 698 dst_release(&rt1->dst); in callforward_do_filter() 704 struct rt6_info *rt1, *rt2; in callforward_do_filter() local 712 if (!nf_ip6_route(net, (struct dst_entry **)&rt1, in callforward_do_filter() 716 if (ipv6_addr_equal(rt6_nexthop(rt1, &fl1.daddr), in callforward_do_filter() 718 rt1->dst.dev == rt2->dst.dev) in callforward_do_filter() 722 dst_release(&rt1->dst); in callforward_do_filter()
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | actions-thumb.c | 162 int rt1 = (insn >> 12) & 0xf; in t32_emulate_ldrdstrd() local 166 register unsigned long rt1v asm("r0") = regs->uregs[rt1]; in t32_emulate_ldrdstrd() 180 regs->uregs[rt1] = rt1v; in t32_emulate_ldrdstrd()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | nv50.c | 58 { 0x00000001, "RT1" },
|
| /linux/net/mctp/ |
| H A D | route.c | 876 static bool mctp_rt_compare_exact(struct mctp_route *rt1, in mctp_rt_compare_exact() argument 880 return mctp_route_netid(rt1) == mctp_route_netid(rt2) && in mctp_rt_compare_exact() 881 rt1->min == rt2->min && in mctp_rt_compare_exact() 882 rt1->max == rt2->max; in mctp_rt_compare_exact()
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mt6858.c | 1356 "base", "lm", "rb", "bm2", "bm", "bm1", "lt", "lt1", "rt", "rt1",
|
| /linux/drivers/gpu/drm/msm/registers/adreno/ |
| H A D | a4xx.xml | 1012 <bitfield name="RT1" low="4" high="7"/>
|