/linux-6.3-rc2/arch/alpha/lib/ |
A D | csum_ipv6_magic.S | 29 extbl $18,1,$5 # e0 : 31 extbl $18,2,$6 # e0 : 34 extbl $18,3,$18 # e0 : 36 sra $4,32,$4 # e0 : 39 extql $0,$16,$0 # e0 : 44 sll $5,16,$5 # e0 : 46 extql $1,$16,$1 # e0 : 51 sll $6,8,$6 # e0 : 54 extql $2,$17,$2 # e0 : 59 extql $3,$17,$3 # e0 : [all …]
|
A D | stxcpy.S | 49 mskqh t1, a1, t3 # e0 : 53 or t0, t3, t1 # e0 : 61 stq_u t1, 0(a0) # e0 : 63 ldq_u t1, 0(a1) # e0 : 83 ldq_u t0, 0(a0) # e0 : 103 xor a0, a1, t0 # e0 : 105 and t0, 7, t0 # e0 : 142 or t1, t6, t6 # e0 : 161 nop # e0 : 245 mov zero, t6 # e0 : [all …]
|
A D | stxncpy.S | 61 or t0, t3, t0 # e0 : 69 stq_u t0, 0(a0) # e0 : 71 ldq_u t0, 0(a1) # e0 : 73 subq a2, 1, a2 # e0 : 98 or t12, t6, t8 # e0 : 122 xor a0, a1, t1 # e0 : 124 and t1, 7, t1 # e0 : 168 lda t6, -1 # e0 : 189 nop # e0 : 216 nop # e0 : [all …]
|
A D | memchr.S | 49 zap $18, 0x80, $5 #-e0 : 69 mov $16, $0 # e0 : 77 negq $18, $6 #-e0 : 81 and $2, $6, $2 #-e0 : 116 ldq $1, 8($0) # e0 : 118 addq $0, 8, $0 #-e0 : 124 cmpult $0, $18, $2 # e0 : 141 cmpbge $31, $2, $2 # e0 : 144 addq $0, 8, $0 #-e0 : 149 addq $0, 8, $6 #-e0 : [all …]
|
A D | clear_user.S | 33 and $1, 3, $4 # e0 : 38 subq $4, 1, $4 # e0 : 43 1: bic $1, 3, $1 # e0 : 48 EX( stq_u $31, 8($16) ) # e0 : 54 subq $1, 4, $1 # e0 : 65 mskqh $5, $0, $5 # e0 : 66 EX( stq_u $5, 0($16) ) # e0 : 75 srl $1, 3, $1 # e0 : 85 subq $1, 1, $1 # e0 : 91 mskql $5, $16, $4 # e0 : [all …]
|
A D | strrchr.S | 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 30 or t5, a1, a1 # e0 : 32 sll a1, 32, t5 # e0 : 34 mskqh t4, a0, t4 # e0 : 47 cmovne t3, t3, t8 # e0 : 49 xor t0, a1, t2 # e0 : 73 cmovne t2, 4, t2 # e0 : 79 addq t2, t1, t1 # e0 : 81 addq v0, t1, v0 # e0 : [all …]
|
A D | strchr.S | 26 or t5, a1, a1 # e0 : 28 sll a1, 16, t5 # e0 : 30 mskqh t4, a0, t4 # e0 : 32 sll a1, 32, t5 # e0 : 34 or t5, a1, a1 # e0 : 43 nop # e0 : 47 or t2, t3, t0 # e0 : 58 and t0, 0xaa, t4 # e0 : 62 addq t2, t3, t2 # e0 : 64 addq v0, t2, v0 # e0 : [all …]
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | userspace_pm.sh | 79 stdbuf -o0 -e0 printf "Done\n" 200 stdbuf -o0 -e0 printf "[OK]\n" 202 stdbuf -o0 -e0 printf "[FAIL]\n" 239 stdbuf -o0 -e0 printf "[FAIL]\n" 260 stdbuf -o0 -e0 printf "[OK]\n" 313 stdbuf -o0 -e0 printf "[OK]\n" 413 stdbuf -o0 -e0 printf "[OK]\n" 415 stdbuf -o0 -e0 printf "[FAIL]\n" 427 stdbuf -o0 -e0 printf "[OK]\n" 852 stdbuf -o0 -e0 printf "[OK]\n" [all …]
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-core.S | 373 e0 .req q9 440 vmov e0, ctr 456 vmov e0, ctr 482 vmov e0, ctr 499 veor e0, e0, \in0 518 veor e0, e0, \in0 592 veor e0, e0, e3 593 vst1.8 {e0}, [r4] 647 vld1.8 {e0}, [r4] 652 veor e0, e0, e3 [all …]
|
/linux-6.3-rc2/crypto/ |
A D | sha512_generic.c | 83 #define e0(x) (ror64(x,28) ^ ror64(x,34) ^ ror64(x,39)) macro 127 t2 = e0(a) + Maj(a,b,c); d+=t1; h=t1+t2; in sha512_transform() 129 t2 = e0(h) + Maj(h,a,b); c+=t1; g=t1+t2; in sha512_transform() 131 t2 = e0(g) + Maj(g,h,a); b+=t1; f=t1+t2; in sha512_transform() 133 t2 = e0(f) + Maj(f,g,h); a+=t1; e=t1+t2; in sha512_transform() 135 t2 = e0(e) + Maj(e,f,g); h+=t1; d=t1+t2; in sha512_transform() 137 t2 = e0(d) + Maj(d,e,f); g+=t1; c=t1+t2; in sha512_transform() 139 t2 = e0(c) + Maj(c,d,e); f+=t1; b=t1+t2; in sha512_transform() 141 t2 = e0(b) + Maj(b,c,d); e+=t1; a=t1+t2; in sha512_transform()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/dpu1/ |
A D | dpu_formats.c | 34 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument 40 .element = { (e0), (e1), (e2), (e3) }, \ 53 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument 59 .element = { (e0), (e1), (e2), (e3) }, \ 73 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument 79 .element = { (e0), (e1), (e2), (e3)}, \ 97 .element = { (e0), (e1), 0, 0 }, \ 116 .element = { (e0), (e1), 0, 0 }, \ 134 .element = { (e0), (e1), 0, 0 }, \ 153 .element = { (e0), (e1), 0, 0 }, \ [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | cavium-mdio.txt | 62 mdio0@87e0,05003800 { 73 mdio0@87e0,05003880 {
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/ |
A D | mdp_format.c | 65 #define FMT(name, a, r, g, b, e0, e1, e2, e3, alpha, tight, c, cnt, fp, cs, yuv) { \ argument 71 .unpack = { e0, e1, e2, e3 }, \
|
/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 113 .long R(db, e0, e0, 3b), R(64, 32, 32, 56) 124 .long R(9c, 4e, 4e, d2), R(49, a9, a9, e0) 137 .long R(e0, 70, 70, 90), R(7c, 3e, 3e, 42) 179 .long R(49, e0, 69, 29), R(8e, c9, c8, 44) 186 .long R(b1, 64, 77, e0), R(bb, 6b, ae, 84) 225 .long R(3c, 22, e0, 43), R(12, 1b, 17, 1d) 265 .long R(e0, 90, d0, b0), R(33, a7, d8, 15)
|
/linux-6.3-rc2/arch/arm64/boot/dts/xilinx/ |
A D | zynqmp-zcu102-rev1.0.dts | 33 board_revision: board-revision@e0 {
|
/linux-6.3-rc2/Documentation/w1/slaves/ |
A D | w1_ds2423.rst | 45 …00 02 00 00 00 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff… 52 …00 02 00 00 22 00 00 00 00 e0 1f 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff ff 00 00 ff…
|
/linux-6.3-rc2/lib/crypto/ |
A D | sha256.c | 50 #define e0(x) (ror32(x, 2) ^ ror32(x, 13) ^ ror32(x, 22)) macro 68 t2 = e0(a) + Maj(a, b, c); \
|
/linux-6.3-rc2/fs/ntfs3/ |
A D | bitmap.c | 233 struct e_node *e, *e0 = NULL; in wnd_add_free_ext() local 260 e0 = e; in wnd_add_free_ext() 280 if (!e0) in wnd_add_free_ext() 281 e0 = e; in wnd_add_free_ext() 312 if (e0) in wnd_add_free_ext() 313 kmem_cache_free(ntfs_enode_cachep, e0); in wnd_add_free_ext() 337 e = e0 ? e0 : kmem_cache_alloc(ntfs_enode_cachep, GFP_ATOMIC); in wnd_add_free_ext()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | dm814x-clocks.dtsi | 43 adpll_hdvic_ck: adpll@e0 { 155 timer1_fck: timer1_fck@2e0 { 164 timer2_fck: timer2_fck@2e0 {
|
A D | hpe-gxp.dtsi | 76 uarta: serial@e0 {
|
/linux-6.3-rc2/drivers/pci/controller/ |
A D | pci-thunder-ecam.c | 29 static int handle_ea_bar(u32 e0, int bar, struct pci_bus *bus, in handle_ea_bar() argument 39 set_val(e0, where, size, val); in handle_ea_bar()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/ |
A D | brcm,bcm-pmb.yaml | 43 pmb: power-controller@802800e0 {
|
/linux-6.3-rc2/Documentation/admin-guide/media/ |
A D | dvb-usb-rtl28xxu-cardlist.rst | 76 - 0ccd:00e0
|
/linux-6.3-rc2/drivers/pinctrl/mediatek/ |
A D | pinctrl-mtk-common-v2.c | 1167 int e0 = !!(arg & 2); in mtk_pinconf_adv_drive_set() local 1177 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DRV_E0, e0); in mtk_pinconf_adv_drive_set() 1192 u32 en, e0, e1; in mtk_pinconf_adv_drive_get() local 1199 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DRV_E0, &e0); in mtk_pinconf_adv_drive_get() 1207 *val = (en | e0 << 1 | e1 << 2) & 0x7; in mtk_pinconf_adv_drive_get()
|
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/ |
A D | pq3-rmu-0.dtsi | 63 port-write-unit@4e0 {
|