/openbmc/linux/arch/alpha/lib/ |
H A D | memmove.S | 24 addq $16,$18,$4 25 addq $17,$18,$5 48 ble $18,$egress 52 lda $18,-1($18) 64 lda $18,-8($18) 65 blt $18,$skip_aligned_word_loop_dn 71 lda $18,-8($18) 76 bge $18,$aligned_word_loop_dn 79 lda $18,8($18) 80 bgt $18,$byte_loop_tail_dn [all …]
|
H A D | ev6-memcpy.S | 35 ble $18, $nomoredata # U : done with the copy? 53 subq $18, 1, $18 # E : count-- 58 ble $18, $nomoredata # U : done with the copy? 62 cmple $18, 127, $1 # E : Can we unroll the loop? 69 subq $18, 8, $18 # E : count -= 8 80 cmple $18, 127, $1 # E : Can we go through the unrolled loop? 108 subq $18, 192, $2 # E : At least two more trips to go? 125 subq $18, 64, $18 # E : count -= 64 130 cmple $18, 63, $1 # E : At least one more trip? 140 subq $18, 8, $18 # E : At least a quad left? [all …]
|
H A D | strncpy.S | 28 beq $18, $zerolen 33 bne $18, $multiword # do we have full words left? 50 subq $18, 1, $18 55 beq $18, 1f 60 blbc $18, 0f 63 subq $18, 1, $18 65 beq $18, 1f 68 subq $18, 2, $18 71 bne $18, 0b
|
H A D | csum_ipv6_magic.S | 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 : 55 or $4,$18,$18 # .. e1 : 62 or $18,$5,$18 # .. e1 : len complete 80 addq $20,$18,$20 # .. e1 : 81 cmpult $20,$18,$18 # e0 : 87 addq $18,$19,$18 # .. e1 : 90 addq $20,$18,$20 # .. e1 : [all …]
|
H A D | memchr.S | 49 zap $18, 0x80, $5 #-e0 : 51 beq $18, $not_found # .. e1 : 55 cmpult $18, 9, $4 # .. e1 : 74 # $18 = 6 77 negq $18, $6 #-e0 : 79 srl $3, $6, $6 # e0 : $6 = mask of $18 bits set 103 # Deal with the case where $18 > 8 bytes remain to be 117 subq $5, 1, $18 # .. e1 : 120 # Make $18 point to last quad to be accessed (the 123 andnot $18, 0x7, $18 # .. e1 : [all …]
|
H A D | ev6-csum_ipv6_magic.S | 65 inslh $18,7,$4 # U : 0000000000AABBCC 81 inswl $18,3,$18 # U : 000000CCDD000000 86 or $18,$4,$18 # E : 000000CCDDAABBCC 99 srl $18,16,$4 # U : 0000000000CCDDAA 106 zapnot $18,0xa,$18 # U : 00000000DD00BB00 109 or $18,$4,$18 # E : 00000000DDCCBBAA 117 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20) 119 cmpult $20,$18,$18 # E : 125 addq $18,$19,$18 # E : (1 cycle stall on $19) 127 addq $20,$18,$20 # E : U L U L : [all …]
|
H A D | ev6-memchr.S | 47 zap $18, 0x80, $5 # U : Bound length 48 beq $18, $not_found # U : 53 cmpult $18, 9, $4 # E : small (< 1 quad) string? 74 # $18 = 6 77 negq $18, $6 # E : 79 srl $3, $6, $6 # U : $6 = mask of $18 bits set 123 # Deal with the case where $18 > 8 bytes remain to be 136 subq $5, 1, $18 # E : U L U L 139 # Make $18 point to last quad to be accessed (the 141 andnot $18, 0x7, $18 # E : [all …]
|
/openbmc/linux/lib/zstd/compress/ |
H A D | clevels.h | 30 { 21, 18, 18, 1, 5, 0, ZSTD_dfast }, /* level 4 */ 31 { 21, 18, 19, 3, 5, 2, ZSTD_greedy }, /* level 5 */ 32 { 21, 18, 19, 3, 5, 4, ZSTD_lazy }, /* level 6 */ 44 { 23, 23, 22, 6, 3, 64, ZSTD_btultra }, /* level 18 */ 52 { 18, 12, 13, 1, 5, 1, ZSTD_fast }, /* base for negative levels */ 53 { 18, 13, 14, 1, 6, 0, ZSTD_fast }, /* level 1 */ 54 { 18, 14, 14, 1, 5, 0, ZSTD_dfast }, /* level 2 */ 55 { 18, 16, 16, 1, 4, 0, ZSTD_dfast }, /* level 3 */ 56 { 18, 16, 17, 3, 5, 2, ZSTD_greedy }, /* level 4.*/ 57 { 18, 17, 18, 5, 5, 2, ZSTD_greedy }, /* level 5.*/ [all …]
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | xor.h | 56 ldq $1,0($18) \n\ 58 ldq $3,8($18) \n\ 61 ldq $5,16($18) \n\ 63 ldq $7,24($18) \n\ 66 ldq $20,32($18) \n\ 68 ldq $22,40($18) \n\ 71 ldq $24,48($18) \n\ 75 ldq $27,56($18) \n\ 97 addq $18,64,$18 \n\ 111 ldq $1,0($18) \n\ [all …]
|
/openbmc/linux/drivers/video/logo/ |
H A D | logo_sgi_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 42 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 0 0 0 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 196 54 54 54 38 38 38 18 18 18 10 10 10 218 50 50 50 18 18 18 6 6 6 0 0 0 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 [all …]
|
H A D | logo_dec_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 42 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 0 0 0 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 196 54 54 54 38 38 38 18 18 18 10 10 10 218 50 50 50 18 18 18 6 6 6 0 0 0 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 [all …]
|
H A D | logo_sun_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 42 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 0 0 0 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 196 54 54 54 38 38 38 18 18 18 10 10 10 218 50 50 50 18 18 18 6 6 6 0 0 0 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 [all …]
|
H A D | logo_linux_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 42 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 0 0 0 132 6 6 6 18 18 18 42 42 42 82 82 82 137 42 42 42 78 78 78 42 42 42 18 18 18 196 54 54 54 38 38 38 18 18 18 10 10 10 218 50 50 50 18 18 18 6 6 6 0 0 0 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 [all …]
|
H A D | logo_mac_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 42 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 0 0 0 196 54 54 54 38 38 38 18 18 18 10 10 10 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 374 128 128 128 18 18 18 38 38 38 54 54 54 393 128 128 128 2 2 6 18 18 18 116 116 116 498 6 6 6 90 90 90 54 54 54 18 18 18 [all …]
|
H A D | logo_superh_clut224.ppm | 35 30 30 30 30 30 30 26 26 26 18 18 18 56 42 42 43 26 26 26 18 18 18 10 10 10 97 38 38 38 18 18 18 6 6 6 2 2 2 132 6 6 6 18 18 18 42 42 43 82 82 82 137 42 42 43 78 78 78 42 42 43 18 18 18 196 54 54 54 38 38 38 18 18 18 10 10 10 218 50 50 50 18 18 18 6 6 6 2 2 2 257 2 2 6 2 2 6 2 2 6 18 18 18 275 2 2 6 2 2 6 18 18 18 34 34 34 318 86 86 86 50 50 50 18 18 18 6 6 6 [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.18.rst | 3 Release notes for Yocto-4.0.18 (Kirkstone) 6 Security Fixes in Yocto-4.0.18 27 Fixes in Yocto-4.0.18 59 - poky.conf: bump version for 4.0.18 79 Known Issues in Yocto-4.0.18 85 Contributors to Yocto-4.0.18 122 Repositories / Downloads for Yocto-4.0.18 129 - Tag: :yocto_git:`yocto-4.0.18 </poky/log/?h=yocto-4.0.18>` 134 …http://downloads.yoctoproject.org/releases/yocto/yocto-4.0.18/poky-31751bba1c789f15f574773a659b801… 135 …http://mirrors.kernel.org/yocto/yocto/yocto-4.0.18/poky-31751bba1c789f15f574773a659b8017d7bcf440.t… [all …]
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | aes-gcm-p10.S | 60 vcipher 18, 18, 19 65 vcipher 18, 18, 20 70 vcipher 18, 18, 21 75 vcipher 18, 18, 22 85 vcipher 18, 18, 19 90 vcipher 18, 18, 20 95 vcipher 18, 18, 21 100 vcipher 18, 18, 22 106 vcipher 18, 18, 23 122 vcipher 18, 18, 23 [all …]
|
H A D | chacha-p10le-8x.S | 87 SAVE_GPR 18, 144, 1 120 SAVE_VSX 18, 256, 9 155 RESTORE_VSX 18, 256, 9 174 RESTORE_GPR 18, 144, 1 204 vadduwm 18, 18, 22 213 vpermxor 30, 30, 18, 25 250 vadduwm 18, 18, 22 261 vpermxor 30, 30, 18, 25 301 vadduwm 18, 18, 23 310 vpermxor 29, 29, 18, 25 [all …]
|
/openbmc/linux/arch/arm/mach-rpc/ |
H A D | irq.c | 37 0,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 38 20,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 39 21,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 40 21,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 41 22,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 42 22,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 43 21,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 44 21,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 45 23,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, 46 23,16,17,16,18,16,17,16,19,16,17,16,18,16,17,16, [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ |
H A D | ldflags.patch | 6 Index: irda-utils-0.9.18/findchip/Makefile 8 --- irda-utils-0.9.18.orig/findchip/Makefile 9 +++ irda-utils-0.9.18/findchip/Makefile 17 Index: irda-utils-0.9.18/irattach/Makefile 19 --- irda-utils-0.9.18.orig/irattach/Makefile 20 +++ irda-utils-0.9.18/irattach/Makefile 37 Index: irda-utils-0.9.18/irdadump/Makefile 39 --- irda-utils-0.9.18.orig/irdadump/Makefile 40 +++ irda-utils-0.9.18/irdadump/Makefile 50 Index: irda-utils-0.9.18/irdaping/Makefile [all …]
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sha512-ce-core.S | 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 145 dround 3, 0, 4, 2, 1, 21, 25, 13, 14, 12, 17, 18 146 dround 2, 3, 1, 4, 0, 22, 26, 14, 15, 13, 18, 19 150 dround 0, 1, 2, 3, 4, 25, 29, 17, 18, 16, 13, 14 151 dround 3, 0, 4, 2, 1, 26, 30, 18, 19, 17, 14, 15 152 dround 2, 3, 1, 4, 0, 27, 31, 19, 12, 18, 15, 16 154 dround 1, 4, 3, 0, 2, 29, 25, 13, 14, 12, 17, 18 156 dround 0, 1, 2, 3, 4, 30, 26, 14, 15, 13, 18, 19 159 dround 4, 2, 0, 1, 3, 25, 29, 17, 18, 16, 13, 14 160 dround 1, 4, 3, 0, 2, 26, 30, 18, 19, 17, 14, 15 [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cx88-cardlist.rst | 10 :widths: 2 19 18 79 - 18ac:db00 87 - 18ac:d810, 18ac:d800 89 * - 18 103 - 18ac:db10, 18ac:db11 131 - 18ac:d820 143 - 18ac:d500 195 - 18ac:db50, 18ac:db54 203 - 18ac:db40, 18ac:db44 255 - 18ac:d530 [all …]
|
/openbmc/linux/include/dt-bindings/memory/ |
H A D | mt8192-larb-port.h | 21 * cam/mdp 8G ~ 12G larb2/9/11/13/14/16/17/18/19/20 137 #define M4U_PORT_L11_IMG_MFB_RDMA0 MTK_M4U_ID(11, 18) 211 #define M4U_PORT_L18_CAM_IMGO_R1_C MTK_M4U_ID(18, 0) 212 #define M4U_PORT_L18_CAM_RRZO_R1_C MTK_M4U_ID(18, 1) 213 #define M4U_PORT_L18_CAM_CQI_R1_C MTK_M4U_ID(18, 2) 214 #define M4U_PORT_L18_CAM_BPCI_R1_C MTK_M4U_ID(18, 3) 215 #define M4U_PORT_L18_CAM_YUVO_R1_C MTK_M4U_ID(18, 4) 216 #define M4U_PORT_L18_CAM_UFDI_R2_C MTK_M4U_ID(18, 5) 217 #define M4U_PORT_L18_CAM_RAWI_R2_C MTK_M4U_ID(18, 6) 218 #define M4U_PORT_L18_CAM_RAWI_R3_C MTK_M4U_ID(18, 7) [all …]
|
/openbmc/linux/drivers/clk/bcm/ |
H A D | clk-bcm21664.c | 58 .gate = HW_SW_GATE(0x0358, 18, 2, 3), 70 .gate = HW_SW_GATE(0x035c, 18, 2, 3), 82 .gate = HW_SW_GATE(0x0364, 18, 2, 3), 94 .gate = HW_SW_GATE(0x0360, 18, 2, 3), 107 .gate = HW_SW_GATE(0x0358, 18, 2, 3), 112 .gate = HW_SW_GATE(0x035c, 18, 2, 3), 117 .gate = HW_SW_GATE(0x0364, 18, 2, 3), 122 .gate = HW_SW_GATE(0x0360, 18, 2, 3), 155 .gate = HW_SW_GATE(0x0400, 18, 2, 3), 165 .gate = HW_SW_GATE(0x0404, 18, 2, 3), [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/fetch-testdata/software/libxml2/2.9/ |
H A D | index.html | 8 …xml2-2.9.0.sha256sum</a></td><td class="size">87 B</td><td class="date">2022-Feb-14 18:27</td></tr> 9 …xml2-2.9.0.tar.xz</a></td><td class="size">3.0 MiB</td><td class="date">2022-Feb-14 18:27</td></tr> 10 …xml2-2.9.1.sha256sum</a></td><td class="size">87 B</td><td class="date">2022-Feb-14 18:28</td></tr> 11 …xml2-2.9.1.tar.xz</a></td><td class="size">3.0 MiB</td><td class="date">2022-Feb-14 18:28</td></tr> 12 …ml2-2.9.10.sha256sum</a></td><td class="size">88 B</td><td class="date">2022-Feb-14 18:42</td></tr> 13 …ml2-2.9.10.tar.xz</a></td><td class="size">3.2 MiB</td><td class="date">2022-Feb-14 18:42</td></tr> 14 …ml2-2.9.11.sha256sum</a></td><td class="size">88 B</td><td class="date">2022-Feb-14 18:43</td></tr> 15 …ml2-2.9.11.tar.xz</a></td><td class="size">3.2 MiB</td><td class="date">2022-Feb-14 18:43</td></tr> 16 …ml2-2.9.12.sha256sum</a></td><td class="size">88 B</td><td class="date">2022-Feb-14 18:45</td></tr> 17 …ml2-2.9.12.tar.xz</a></td><td class="size">3.2 MiB</td><td class="date">2022-Feb-14 18:45</td></tr> [all …]
|