| /linux/arch/alpha/lib/ |
| H A D | csum_ipv6_magic.S | 24 ldq_u $0,0($16) # e0 : load src & dst addr words 26 extqh $18,1,$4 # e0 : byte swap len & proto while we wait 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 : 41 extqh $21,$16,$21 # e0 : 44 sll $5,16,$5 # e0 : 46 extql $1,$16,$1 # e0 : [all …]
|
| H A D | stxncpy.S | 56 mskqh t2, a1, t2 # e0 : detection in the src word 57 mskqh t1, a1, t3 # e0 : 59 mskql t0, a1, t0 # e0 : assemble the first output word 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 : 86 negq t8, t12 # e0 : find low bit set 91 and t12, 0x80, t6 # e0 : 96 ldq_u t1, 0(a0) # e0 : [all …]
|
| H A D | stxcpy.S | 48 mskqh t2, a1, t2 # e0 : detection in the src word 49 mskqh t1, a1, t3 # e0 : 51 mskql t0, a1, t0 # e0 : assemble the first output word 53 or t0, t3, t1 # e0 : 61 stq_u t1, 0(a0) # e0 : 63 ldq_u t1, 0(a1) # e0 : 65 cmpbge zero, t1, t8 # e0 (stall) 73 negq t8, t6 # e0 : find low bit set 78 and t12, 0x80, t6 # e0 : 83 ldq_u t0, 0(a0) # e0 : [all …]
|
| H A D | memchr.S | 49 zap $18, 0x80, $5 #-e0 : 53 insbl $17, 1, $2 # .. e0 : $2 = 000000000000ch00 54 and $17, 0xff, $17 #-e0 : $17 = 00000000000000ch 56 or $2, $17, $17 # e0 : $17 = 000000000000chch 58 sll $17, 16, $2 #-e0 : $2 = 00000000chch0000 62 sll $17, 32, $2 #-e0 : $2 = chchchch00000000 64 extql $1, $16, $7 # e0 : 68 extqh $6, $16, $6 # .. e0 : 69 mov $16, $0 # e0 : 77 negq $18, $6 #-e0 : [all …]
|
| H A D | clear_user.S | 33 and $1, 3, $4 # e0 : 36 0: EX( stq_u $31, 0($16) ) # e0 : zero one word 38 subq $4, 1, $4 # e0 : 43 1: bic $1, 3, $1 # e0 : 46 2: EX( stq_u $31, 0($16) ) # e0 : zero four words 48 EX( stq_u $31, 8($16) ) # e0 : 50 EX( stq_u $31, 16($16) ) # e0 : 52 EX( stq_u $31, 24($16) ) # e0 : 54 subq $1, 4, $1 # e0 : 62 1: EX( ldq_u $5, 0($16) ) # e0 : [all …]
|
| H A D | strrchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend our test character 24 sll a1, 8, t5 # e0 : replicate our test character 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 : 36 xor t0, a1, t2 # e0 : make bytes == c zero 38 cmpbge zero, t2, t3 # e0 : bits set iff byte == c 40 andnot t3, t4, t3 # e0 : clear garbage from char test [all …]
|
| H A D | strchr.S | 22 zapnot a1, 1, a1 # e0 : zero extend the search character 24 sll a1, 8, t5 # e0 : replicate the search character 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 : 36 cmpbge zero, t1, t3 # e0 : bits set iff byte == c 38 andnot t0, t4, t0 # e0 : clear garbage bits 41 $loop: ldq t0, 8(v0) # e0 : [all …]
|
| /linux/arch/arm/crypto/ |
| H A D | ghash-ce-core.S | 373 e0 .req q9 440 vmov e0, ctr 443 aes_encrypt ip, r6, e0 456 vmov e0, ctr 470 aes_encrypt ip, r6, e0, e1, e2, e3 482 vmov e0, ctr 487 aes_encrypt ip, r6, e0, e1 493 veor \in0, \in0, e0 499 veor e0, e0, \in0 500 vst1.8 {e0}, [r4]! [all …]
|
| /linux/lib/crypto/x86/ |
| H A D | sha1-ni-asm.S | 73 .macro do_4rounds i, m0, m1, m2, m3, e0, e1 79 paddd \m0, \e0 81 sha1nexte \m0, \e0 87 sha1rnds4 $\i / 20, \e0, ABCD
|
| /linux/lib/crypto/ |
| H A D | sha512.c | 68 #define e0(x) (ror64((x), 28) ^ ror64((x), 34) ^ ror64((x), 39)) macro 99 t2 = e0(a) + Maj(a, b, c); d += t1; h = t1 + t2; in sha512_block_generic() 101 t2 = e0(h) + Maj(h, a, b); c += t1; g = t1 + t2; in sha512_block_generic() 103 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha512_block_generic() 105 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha512_block_generic() 107 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha512_block_generic() 109 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha512_block_generic() 111 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha512_block_generic() 113 t2 = e0(b) + Maj(b, c, d); e += t1; a = t1 + t2; in sha512_block_generic()
|
| H A D | polyval.c | 84 u64 e0 = -(a & 1) & b; in clmul64() local 88 u64 extra_lo = e0 ^ (e1 << 1) ^ (e2 << 2) ^ (e3 << 3); in clmul64()
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | cavium-mdio.txt | 62 mdio0@87e0,05003800 { 73 mdio0@87e0,05003880 {
|
| /linux/scripts/gendwarfksyms/examples/ |
| H A D | kabi_ex.c | 13 struct s e0; variable
|
| /linux/Documentation/w1/slaves/ |
| H 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/arch/arm64/boot/dts/xilinx/ |
| H A D | zynqmp-zcu102-rev1.0.dts | 41 board_revision: board-revision@e0 {
|
| /linux/fs/ntfs3/ |
| H A D | bitmap.c | 234 struct e_node *e, *e0 = NULL; in wnd_add_free_ext() local 261 e0 = e; in wnd_add_free_ext() 281 if (!e0) in wnd_add_free_ext() 282 e0 = e; in wnd_add_free_ext() 313 if (e0) in wnd_add_free_ext() 314 kmem_cache_free(ntfs_enode_cachep, e0); in wnd_add_free_ext() 338 e = e0 ? e0 : kmem_cache_alloc(ntfs_enode_cachep, GFP_ATOMIC); in wnd_add_free_ext()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | dm814x-clocks.dtsi | 43 adpll_hdvic_ck: adpll@e0 { 155 timer1_fck: timer1_fck@2e0 { 164 timer2_fck: timer2_fck@2e0 {
|
| /linux/drivers/pci/controller/ |
| H A D | pci-thunder-ecam.c | 31 static int handle_ea_bar(u32 e0, int bar, struct pci_bus *bus, in handle_ea_bar() argument 41 set_val(e0, where, size, val); in handle_ea_bar()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-rtl28xxu-cardlist.rst | 76 - 0ccd:00e0
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | pinctrl-mtk-common-v2.c | 1231 int e0 = !!(arg & 2); in mtk_pinconf_adv_drive_set() local 1241 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DRV_E0, e0); in mtk_pinconf_adv_drive_set() 1256 u32 en, e0, e1; in mtk_pinconf_adv_drive_get() local 1263 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DRV_E0, &e0); in mtk_pinconf_adv_drive_get() 1271 *val = (en | e0 << 1 | e1 << 2) & 0x7; in mtk_pinconf_adv_drive_get()
|
| /linux/arch/arm/boot/dts/hpe/ |
| H A D | hpe-gxp.dtsi | 76 uarta: serial@e0 {
|
| /linux/Documentation/admin-guide/aoe/ |
| H A D | aoe.rst | 68 ... so that "e0.2" is the third blade from the left (slot 2) in the 70 partition on that disk would be "e0.2p1".
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 239 A CXL error injection example with $dport_dev=0000:e0:01.1:: 243 0000:e0:01.1 0000:0c:00.0 248 # cd 0000:e0:01.1 # Navigate to dport to inject into
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | qoriq-rmu-0.dtsi | 63 port-write-unit@4e0 {
|
| H A D | pq3-rmu-0.dtsi | 63 port-write-unit@4e0 {
|