/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_s302m.c | 1 // SPDX-License-Identifier: GPL-2.0 22 #include <linux/fixp-arith.h> 38 #define PES_PRIVATE_STREAM_1 0xbd /* PES: private_stream_1 */ 52 0x00, 0x80, 0x40, 0xC0, 0x20, 0xA0, 0x60, 0xE0, 0x10, 0x90, 0x50, 0xD0, 53 0x30, 0xB0, 0x70, 0xF0, 0x08, 0x88, 0x48, 0xC8, 0x28, 0xA8, 0x68, 0xE8, 54 0x18, 0x98, 0x58, 0xD8, 0x38, 0xB8, 0x78, 0xF8, 0x04, 0x84, 0x44, 0xC4, 55 0x24, 0xA4, 0x64, 0xE4, 0x14, 0x94, 0x54, 0xD4, 0x34, 0xB4, 0x74, 0xF4, 56 0x0C, 0x8C, 0x4C, 0xCC, 0x2C, 0xAC, 0x6C, 0xEC, 0x1C, 0x9C, 0x5C, 0xDC, 57 0x3C, 0xBC, 0x7C, 0xFC, 0x02, 0x82, 0x42, 0xC2, 0x22, 0xA2, 0x62, 0xE2, 58 0x12, 0x92, 0x52, 0xD2, 0x32, 0xB2, 0x72, 0xF2, 0x0A, 0x8A, 0x4A, 0xCA, [all …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | cpu_specs_book3s_64.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 65 .pvr_mask = 0xffff0000, 66 .pvr_value = 0x00390000, 71 .icache_bsize = 128, 72 .dcache_bsize = 128, 80 .pvr_mask = 0xffff0000, 81 .pvr_value = 0x003c0000, 86 .icache_bsize = 128, 87 .dcache_bsize = 128, 94 { /* PPC970MP DD1.0 - no DEEPNAP, use regular 970 init */ [all …]
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-ic-csc.c | 1 // SPDX-License-Identifier: GPL-2.0+ 11 #include "ipu-prv.h" 15 (q) == V4L2_QUANTIZATION_DEFAULT ? 0 : 1) 20 { 128, 0, 0, }, 21 { 0, 128, 0, }, 22 { 0, 0, 128, }, 24 .offset = { 0, 0, 0, }, 29 * RGB full-range to RGB limited-range 37 { 220, 0, 0, }, 38 { 0, 220, 0, }, [all …]
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | head_64.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 39 * 0x0000000000404000 to 0x0000000000408000. 47 ! 0x0000000000404000 64 * 0x0300 : Supports being located at other than 0x4000 65 * 0x0202 : Supports kernel params string 66 * 0x0201 : Supports reboot_command 68 .half 0x0301 /* HdrS version */ 73 .half 0 75 .half 0 77 .word 0 [all …]
|
H A D | trampoline_64.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 27 .asciz "call-method" 30 .asciz "SUNW,itlb-load" 33 .asciz "SUNW,dtlb-load" 85 sethi %hi(0x80000000), %g5 101 sethi %hi(0x80000000), %g2 103 wr %g2, 0, %tick_cmpr 125 * %l5: Loop iterator, iterates from 0 to 'num_kernel_image_mappings' 143 /* Lock into I-MMU */ 146 stx %g2, [%sp + 2047 + 128 + 0x00] [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/ |
H A D | pai_crypto.json | 3 "Unit": "PAI-CRYPTO", 10 "Unit": "PAI-CRYPTO", 14 "PublicDescription": "KM-DEA function ending with CC=0" 17 "Unit": "PAI-CRYPTO", 20 "BriefDescription": "KM TDEA 128", 21 "PublicDescription": "KM-TDEA-128 function ending with CC=0" 24 "Unit": "PAI-CRYPTO", 28 "PublicDescription": "KM-TDEA-192 function ending with CC=0" 31 "Unit": "PAI-CRYPTO", 35 "PublicDescription": "KM-Encrypted-DEA function ending with CC=0" [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 064 | 4 # Test VHDX read/write from a sample image created with Hyper-V 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 44 _use_sample_img iotest-dynamic-1G.vhdx.bz2 47 echo "=== Verify pattern 0xa5, 0 - 33MB ===" 48 $QEMU_IO -r -c "read -pP 0xa5 0 33M" "$TEST_IMG" | _filter_qemu_io 51 echo "=== Verify pattern 0x96, 33M - 66M ===" 52 $QEMU_IO -r -c "read -pP 0x96 33M 33M" "$TEST_IMG" | _filter_qemu_io 55 echo "=== Verify pattern 0x00, 66M - 1024M ===" 56 $QEMU_IO -r -c "read -pP 0x00 66M 62M" \ [all …]
|
H A D | 061 | 25 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 41 # This tests qcow2-specific low-level functionality 60 _make_test_img -o "compat=1.1,lazy_refcounts=on" 64M 61 $QEMU_IO -c "write -z 0 128k" "$TEST_IMG" | _filter_qemu_io 63 $QEMU_IMG amend -o "compat=0.10" "$TEST_IMG" 65 $QEMU_IO -c "read -P 0 0 128k" "$TEST_IMG" | _filter_qemu_io 71 _make_test_img -o "compat=1.1,lazy_refcounts=on" 64M 72 $QEMU_IO -c "write -z 0 128k" "$TEST_IMG" | _filter_qemu_io 73 $QEMU_IO -c "write -z 32M 128k" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 290.out | 3 ### Test 'qemu-io -c discard' on a QCOW2 image without a backing file 8 wrote 131072/131072 bytes at offset 0 9 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 10 discard 131072/131072 bytes at offset 0 11 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 13 read 131072/131072 bytes at offset 0 14 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 15 # Output of qemu-img map 20 wrote 131072/131072 bytes at offset 0 21 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) [all …]
|
H A D | 038 | 25 seq=`basename $0` 34 trap "_cleanup; exit \$status" 0 1 2 3 15 45 size=128M 60 local pattern=0 61 local cur_sec=0 63 for i in $(seq 0 $((sectors - 1))); do 65 pattern=$(( ( (cur_sec % 128) + (cur_sec / 128)) % 128 )) 67 echo "$op -P $pattern $((cur_sec * 64))k 64k" 71 backing_io 0 256 write | $QEMU_IO "$TEST_IMG" | _filter_qemu_io 75 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 6G [all …]
|
H A D | 061.out | 6 wrote 131072/131072 bytes at offset 0 7 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 8 magic 0x514649fb 10 backing_file_offset 0x0 11 backing_file_size 0x0 14 crypt_method 0 16 l1_table_offset 0x30000 17 refcount_table_offset 0x10000 19 nb_snapshots 0 20 snapshot_offset 0x0 [all …]
|
H A D | 064.out | 3 === Verify pattern 0xa5, 0 - 33MB === 4 read 34603008/34603008 bytes at offset 0 7 === Verify pattern 0x96, 33M - 66M === 11 === Verify pattern 0x00, 66M - 1024M === 15 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 17 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 19 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 21 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 23 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 25 128 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) [all …]
|
H A D | 290 | 4 # Test how 'qemu-io -c discard' behaves on v2 and v3 qcow2 images 26 seq=`basename $0` 35 trap "_cleanup; exit \$status" 0 1 2 3 15 47 echo "### Test 'qemu-io -c discard' on a QCOW2 image without a backing file" 51 _make_test_img -o "compat=$qcow2_compat" 128k 54 $QEMU_IO -c 'write -P 0x01 0 128k' "$TEST_IMG" | _filter_qemu_io 55 $QEMU_IO -c 'discard 0 128k' "$TEST_IMG" | _filter_qemu_io 58 $QEMU_IO -c 'read -P 0x00 0 128k' "$TEST_IMG" | _filter_qemu_io 60 echo "# Output of qemu-img map" 65 echo "### Test 'qemu-io -c discard' on a QCOW2 image with a backing file" [all …]
|
/openbmc/linux/drivers/input/misc/ |
H A D | yealink.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 u8 size; /* 1-11, size of used data bytes. */ 28 * cmd 0x8e 30 * offset 0 31 * data 0,0,0,0.... 33 #define CMD_INIT 0x8e 37 * cmd 0x80 39 * offset 0 40 * data[0] on return returns the key number, if it changes there's a new 43 #define CMD_KEYPRESS 0x80 [all …]
|
/openbmc/linux/arch/arm/crypto/ |
H A D | curve25519-core.S | 1 /* SPDX-License-Identifier: GPL-2.0 OR MIT */ 3 * Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 13 .arch armv7-a 18 push {r4-r11, lr} 21 and r3, r3, #0xfffffff0 23 movw r4, #0 31 vst1.8 {d2-d3}, [r6, : 128]! 32 vst1.8 {d0-d1}, [r6, : 128]! 33 vst1.8 {d4-d5}, [r6, : 128] 34 add r6, r3, #0 [all …]
|
H A D | crct10dif-ce-core.S | 2 // Accelerated CRC-T10DIF using ARM NEON and Crypto Extensions instructions 14 // Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions 62 // /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf 75 .arch armv8-a 76 .fpu crypto-neon-fp-armv8 118 vld1.64 {q11-q12}, [buf]! 141 vld1.64 {FOLD_CONSTS}, [fold_consts_ptr, :128]! 159 // For sizes less than 256 bytes, we can't fold 128 bytes at a time. 165 // Load the first 128 data bytes. Byte swapping is necessary to make 167 vld1.64 {q0-q1}, [buf]! [all …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 1 // SPDX-License-Identifier: GPL-2.0-only 10 #define LP_OPTIONS 0 20 * If page size and eraseblock size are 0, the sizes are taken from the 29 {"TC58NVG0S3E 1G 3.3V 8-bit", 30 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} }, 31 SZ_2K, SZ_128, SZ_128K, 0, 8, 64, NAND_ECC_INFO(1, SZ_512), }, 32 {"TC58NVG2S0F 4G 3.3V 8-bit", 33 { .id = {0x98, 0xdc, 0x90, 0x26, 0x76, 0x15, 0x01, 0x08} }, 34 SZ_4K, SZ_512, SZ_256K, 0, 8, 224, NAND_ECC_INFO(4, SZ_512) }, 35 {"TC58NVG2S0H 4G 3.3V 8-bit", [all …]
|
/openbmc/linux/net/xfrm/ |
H A D | xfrm_algo.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 42 .sadb_alg_minbits = 128, 61 .sadb_alg_minbits = 128, 71 .icv_truncbits = 128, 80 .sadb_alg_minbits = 128, 99 .sadb_alg_minbits = 128, 118 .sadb_alg_minbits = 128, 128 .icv_truncbits = 128, 137 .sadb_alg_minbits = 128, 147 .icv_truncbits = 128, [all …]
|
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand_ids.c | 23 * If page size and eraseblock size are 0, the sizes are taken from the 28 LEGACY_ID_NAND("NAND 1MiB 5V 8-bit", 0x6e, 1, SZ_4K, SP_OPTIONS), 29 LEGACY_ID_NAND("NAND 2MiB 5V 8-bit", 0x64, 2, SZ_4K, SP_OPTIONS), 30 LEGACY_ID_NAND("NAND 1MiB 3,3V 8-bit", 0xe8, 1, SZ_4K, SP_OPTIONS), 31 LEGACY_ID_NAND("NAND 1MiB 3,3V 8-bit", 0xec, 1, SZ_4K, SP_OPTIONS), 32 LEGACY_ID_NAND("NAND 2MiB 3,3V 8-bit", 0xea, 2, SZ_4K, SP_OPTIONS), 33 LEGACY_ID_NAND("NAND 4MiB 3,3V 8-bit", 0xd5, 4, SZ_8K, SP_OPTIONS), 35 LEGACY_ID_NAND("NAND 8MiB 3,3V 8-bit", 0xe6, 8, SZ_8K, SP_OPTIONS), 42 {"TC58NVG0S3E 1G 3.3V 8-bit", 43 { .id = {0x98, 0xd1, 0x90, 0x15, 0x76, 0x14, 0x01, 0x00} }, [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_bpf_ma.c | 1 // SPDX-License-Identifier: GPL-2.0 11 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) 20 const unsigned int data_sizes[] = {8, 16, 32, 64, 96, 128, 192, 256, 512, 1024, 2048, 4096}; 23 int err = 0; 24 int pid = 0; 28 char data[_size - sizeof(void *)]; \ 39 __uint(max_entries, 128); \ 49 for (i = 0; i < batch; i++) { in batch_alloc_free() 61 old = bpf_kptr_xchg(&value->data, new); in batch_alloc_free() 68 for (i = 0; i < batch; i++) { in batch_alloc_free() [all …]
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include "btrfs-tests.h" 9 #include "../disk-io.h" 10 #include "../free-space-cache.h" 11 #include "../block-group.h" 22 int ret = 0; in test_extents() 27 ret = btrfs_add_free_space(cache, 0, SZ_4M); in test_extents() 33 ret = btrfs_remove_free_space(cache, 0, SZ_4M); in test_extents() 39 if (test_check_exists(cache, 0, SZ_4M)) { in test_extents() 41 return -1; in test_extents() [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 2 # Implement fast CRC-T10DIF computation with SSE and PCLMULQDQ instructions 50 # /white-papers/fast-crc-computation-generic-polynomials-pclmulqdq-paper.pdf 73 pclmulqdq $0x00, FOLD_CONSTS, \reg1 74 pclmulqdq $0x11, FOLD_CONSTS, %xmm8 75 pclmulqdq $0x00, FOLD_CONSTS, \reg2 76 pclmulqdq $0x11, FOLD_CONSTS, %xmm13 86 pclmulqdq $0x11, FOLD_CONSTS, \src_reg 87 pclmulqdq $0x00, FOLD_CONSTS, %xmm8 101 # For sizes less than 256 bytes, we can't fold 128 bytes at a time. 105 # Load the first 128 data bytes. Byte swapping is necessary to make the [all …]
|
H A D | polyval-clmulni_asm.S | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * This is an efficient implementation of POLYVAL using intel PCLMULQDQ-NI 12 * than 128. We then compute p(x) = h^8m_0 + ... + h^1m_7 where multiplication 16 * modulus g(x) = x^128 + x^127 + x^126 + x^121 + 1. 20 * two-step process only requires 1 finite field reduction for every 8 49 .quad 0xc200000000000000, 0xc200000000000000 54 * Performs schoolbook1_iteration on two lists of 128-bit polynomials of length 58 .set i, 0 60 schoolbook1_iteration i 0 66 * Computes the product of two 128-bit polynomials at the memory locations [all …]
|
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
H A D | floating-point.json | 4 "EventCode": "0x02", 5 "BriefDescription": "Retired x87 floating-point add and subtract ops.", 6 "UMask": "0x01" 10 "EventCode": "0x02", 11 "BriefDescription": "Retired x87 floating-point multiply ops.", 12 "UMask": "0x02" 16 "EventCode": "0x02", 17 "BriefDescription": "Retired x87 floating-point divide and square root ops.", 18 "UMask": "0x04" 22 "EventCode": "0x02", [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-service-time.rst | 2 dm-service-time 5 dm-service-time is a path selector module for device-mapper targets, 10 of in-flight I/Os on a path with the performance value of the path. 12 in a path-group, and it can be specified as a table argument. 14 The path selector name is 'service-time'. 26 among all paths in the path-group. 27 The valid range is 0-100. 29 If '0' is given, the path isn't selected while 34 <status> <fail-count> <in-flight-size> <relative_throughput> 37 <fail-count>: [all …]
|