/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-ce-asm.h | 57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 61 sm4e b3.4s, v24.4s; \ 65 sm4e b3.4s, v25.4s; \ 69 sm4e b3.4s, v26.4s; \ 73 sm4e b3.4s, v27.4s; \ 77 sm4e b3.4s, v28.4s; \ 81 sm4e b3.4s, v29.4s; \ 85 sm4e b3.4s, v30.4s; \ 89 sm4e b3.4s, v31.4s; \ 93 rev64 b3.4s, b3.4s; \ [all …]
|
H A D | aes-neonbs-core.S | 26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 29 eor \b3, \b3, \b0 32 eor \b6, \b6, \b3 33 eor \b3, \b3, \b7 35 eor \b3, \b3, \b4 38 eor \b3, \b3, \b1 42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 49 eor \b5, \b5, \b3 50 eor \b3, \b3, \b7 56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
H A D | sm4-neon-core.S | 131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument 137 ROUND4(0, b0, b1, b2, b3); \ 138 ROUND4(1, b1, b2, b3, b0); \ 139 ROUND4(2, b2, b3, b0, b1); \ 140 ROUND4(3, b3, b0, b1, b2); \ 147 rev32 b3.16b, b3.16b; \ 149 rotate_clockwise_4x4(b0, b1, b2, b3); \ 154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument 158 rev32 b3.16b, b3.16b; \ 159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3); [all …]
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 456 #define B3 %v13 macro 501 VLR B3,K1 529 VAF A3,A3,B3 554 VX B3,B3,C3 560 VERLLF B3,B3,12 567 VAF A3,A3,B3 592 VX B3,B3,C3 598 VERLLF B3,B3,7 611 VSLDB B3,B3,B3,4 624 VAF A3,A3,B3 [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | aes-neonbs-core.S | 80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 83 veor \b3, \b3, \b0 86 veor \b6, \b6, \b3 87 veor \b3, \b3, \b7 89 veor \b3, \b3, \b4 92 veor \b3, \b3, \b1 96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7 103 veor \b5, \b5, \b3 104 veor \b3, \b3, \b7 110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5 [all …]
|
/openbmc/qemu/tests/tcg/multiarch/system/ |
H A D | memory.c | 167 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local 169 word = BYTE_SHIFT(b1, 3) | BYTE_SHIFT(b2, 2) | BYTE_SHIFT(b3, 1) | in init_test_data_u32() 192 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local 194 word = BYTE_SHIFT(b1, 7) | BYTE_SHIFT(b2, 6) | BYTE_SHIFT(b3, 5) | in init_test_data_u64() 238 uint8_t b1, b2, b3, b4; in read_test_data_u32() local 244 b3 = word >> 8 & 0xff; in read_test_data_u32() 249 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32() 253 ptr - 1, b1, b2, b3, b4); in read_test_data_u32() 258 (b2 < b3 && b2 != 0) || in read_test_data_u32() 259 (b3 < b4 && b3 != 0)) { in read_test_data_u32() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
H A D | 30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch | 19 Source/JavaScriptCore/b3/B3Validate.cpp | 12 +++++++++--- 22 diff --git a/Source/JavaScriptCore/b3/B3Validate.cpp b/Source/JavaScriptCore/b3/B3Validate.cpp 24 --- a/Source/JavaScriptCore/b3/B3Validate.cpp 25 +++ b/Source/JavaScriptCore/b3/B3Validate.cpp 33 +#define simdScalarTypeToB3Type(type) B3::Type() 36 namespace JSC { namespace B3 {
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo.c | 806 char b1[20], b2[20], b3[20], b4[20]; in totals() local 983 store_size(b3, total_waste * 100 / total_used); in totals() 984 printf("Memory used: %15s # Loss : %15s MRatio:%6s%%\n", b1, b2, b3); in totals() 987 store_size(b3, total_partobj * 100 / total_objects); in totals() 988 printf("# Objects : %15s # PartObj: %15s ORatio:%6s%%\n", b1, b2, b3); in totals() 997 store_size(b3, max_objects);store_size(b4, total_objects); in totals() 999 b1, b2, b3, b4); in totals() 1002 store_size(b3, max_slabs);store_size(b4, total_slabs); in totals() 1004 b1, b2, b3, b4); in totals() 1007 store_size(b3, max_partial);store_size(b4, total_partial); in totals() [all …]
|
/openbmc/linux/drivers/atm/ |
H A D | fore200e.h | 72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument 73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument 74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument 75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument 78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument 79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument 80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument 81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
|
/openbmc/u-boot/board/ti/panda/ |
H A D | panda.c | 70 * GPIO2, GPIO3, GPIO171, GPIO48, GPIO182: 0 0 1 1 1 => B3 127 * is_panda_es_rev_b3() - Detect if we are running on rev B3 of panda board ES 130 * Detect if we are running on B3 version of ES panda board, 133 * GPIO171: 1 => Panda ES Rev B3 135 * Return : return 1 if Panda ES Rev B3 , else return 0 149 /* if processor_rev is panda ES and GPIO171 is 1,it is rev b3 */ in is_panda_es_rev_b3()
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood-b3.dts | 3 * Device Tree file for Excito Bubba B3 9 * L2 cache. If your B3 silently fails to boot, u-boot is probably too 21 model = "Excito B3"; 22 compatible = "excito,b3", "marvell,kirkwood-88f6281", "marvell,kirkwood";
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 223.out | 41 "arguments":{"node":"null", "name":"b3"}} 73 "bitmap":"b3"}} 74 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 81 "bitmaps":[{"node":"null","name":"b3"}]}} 114 qemu:dirty-bitmap:b3 195 "bitmap":"b3"}} 196 {"error": {"class": "GenericError", "desc": "Bitmap 'b3' is not found"}} 203 "bitmaps":[{"node":"null","name":"b3"}]}} 236 qemu:dirty-bitmap:b3
|
H A D | 223 | 127 "arguments":{"node":"null", "name":"b3"}}' "return" 159 "bitmap":"b3"}}' "error" # Missing bitmap 165 "bitmaps":[{"node":"null","name":"b3"}]}}' "return" 195 "$IMG,x-dirty-bitmap=qemu:dirty-bitmap:b3" | _filter_qemu_img_map
|
/openbmc/pldm/libpldmresponder/examples/fru/ |
H A D | Board_VINI.json | 23 // FRU Field Type 3 - Keyword B3 28 "property_name": "B3",
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | xor.h | 32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \ 34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4) 57 register unsigned int b3 __asm__("ip"); in xor_arm4regs_2() 79 register unsigned int b3 __asm__("ip"); in xor_arm4regs_3()
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | scsi.h | 73 uint8_t b3; /* b3 & 0x0f == resp_data_fmt == 2, must! */ member 86 uint16_t page_length; /* b2..b3 length = N-3 */ 108 uint16_t alloc_len; /* b3, b4 */
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/kprobe/ |
H A D | kprobe_args_type.tc | 22 B3=`printf "%03x" 0x$X3 | tail -c 2 | head -c 1` 23 test $B3 = $B4
|
/openbmc/linux/include/linux/usb/ |
H A D | r8a66597.h | 143 #define IDMON 0x0004 /* b3: ID-pin monitor */ 168 #define UTST 0x000F /* b3-0: Test select */ 246 #define BRDY3 0x0008 /* b3: PIPE3 */ 258 #define NRDY3 0x0008 /* b3: PIPE3 */ 270 #define BEMP3 0x0008 /* b3: PIPE3 */ 280 #define SOFMODE 0x000C /* b3-2: SOF pin select */ 306 #define VALID 0x0008 /* b3: Setup packet detected flag */ 369 #define R8A66597_EPNUM 0x000F /* b3-0: Eendpoint number select */
|
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VINI.interface.yaml | 48 - name: B3 51 B3 keyword. Contains hardware characteristics.
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | ssin.S | 288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE 290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))]) 293 |--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2 326 faddx COSB3,%fp3 | ...B3+T(B5+TB7) 329 fmulx %fp3,%fp1 | ...T(B3+T(B5+TB7)) 332 fadds COSB1,%fp1 | ...B1+T(B3+T(B5+TB7)) 632 faddx COSB3,%fp2 | ...B3+S(B4+...) 635 fmulx %fp0,%fp2 | ...S(B3+...) 638 faddx COSB2,%fp2 | ...B2+S(B3+...) 699 faddx COSB3,%fp1 | ...B3+S(B4+...) [all …]
|
H A D | satan.S | 349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6))))) 350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] ) 371 faddd ATANB3,%fp3 | ...B3+Z*B5 374 fmulx %fp3,%fp1 | ...Z*(B3+Z*B5) 377 faddd ATANB1,%fp1 | ...B1+Z*(B3+Z*B5) 382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))] 385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]) 443 fmulx %fp1,%fp0 | ...X'*Y*([B1+Z*(B3+Z*B5)]
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_lpc_mec.c | 141 * the data register and writing B3 flushes. in cros_ec_lpc_io_bytes_mec() 174 * since writing B3 triggers the flush. in cros_ec_lpc_io_bytes_mec() 187 /* Access [B0, B3] on each loop pass */ in cros_ec_lpc_io_bytes_mec()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_lvds_regs.h | 54 * Controls the B0-B3 data pairs. This must be set to match the DPLL p2 55 * setting for whether we are in dual-channel mode. The B3 pair will
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | qemu-img-bitmaps | 111 -f $IMGFMT "$TEST_IMG.base" b3 122 -B b0 -B b1 -B b2 -B b3 "$TEST_IMG" 130 "$IMG,x-dirty-bitmap=qemu:dirty-bitmap:b3" | _filter_qemu_img_map
|
/openbmc/linux/drivers/media/platform/chips-media/ |
H A D | coda-mpeg2.c | 50 * 00 00 01 b3 2d 01 e0 34 08 8b a3 81 59 * 00 00 01 b3 08 00 40 15 ff ff e0 28
|