/openbmc/linux/arch/sparc/kernel/ |
H A D | head_64.S | 99 ba,a,pt %xcc, 1f 174 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "peer" 176 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 177 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1 178 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0 179 stx %g0, [%sp + 2047 + 128 + 0x20] ! ret1 181 add %sp, (2047 + 128), %o0 ! argument array 183 ldx [%sp + 2047 + 128 + 0x20], %l4 ! prom root node 198 stx %l1, [%sp + 2047 + 128 + 0x00] ! service, "getprop" 200 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4 [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 290.out | 3 ### Test 'qemu-io -c discard' on a QCOW2 image without a backing file 5 # Create an image with compat=0.10 without a backing file 9 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 11 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 14 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 17 # Create an image with compat=1.1 without a backing file 21 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 23 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 26 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) 30 ### Test 'qemu-io -c discard' on a QCOW2 image with a backing file [all …]
|
H A D | 290 | 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # You should have received a copy of the GNU General Public License 47 echo "### Test 'qemu-io -c discard' on a QCOW2 image without a backing file" 50 echo "# Create an image with compat=$qcow2_compat 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 65 echo "### Test 'qemu-io -c discard' on a QCOW2 image with a backing file" 68 echo "# Create a backing image and fill it with data" [all …]
|
H A D | 061 | 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 # You should have received a copy of the GNU General Public License 61 $QEMU_IO -c "write -z 0 128k" "$TEST_IMG" | _filter_qemu_io 65 $QEMU_IO -c "read -P 0 0 128k" "$TEST_IMG" | _filter_qemu_io 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 79 $QEMU_IO -c "read -P 0 0 128k" "$TEST_IMG" | _filter_qemu_io 80 $QEMU_IO -c "read -P 0 32M 128k" "$TEST_IMG" | _filter_qemu_io 89 $QEMU_IO -c "write -P 0x2a 0 128k" -c flush \ 94 $QEMU_IO -c "read -P 0x2a 0 128k" "$TEST_IMG" | _filter_qemu_io [all …]
|
H A D | 064 | 4 # Test VHDX read/write from a sample image created with Hyper-V 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 # You should have received a copy of the GNU General Public License 57 -c "read -pP 0x00 128M 128M" \ 58 -c "read -pP 0x00 256M 128M" \ 59 -c "read -pP 0x00 384M 128M" \ 60 -c "read -pP 0x00 512M 128M" \ 61 -c "read -pP 0x00 640M 128M" \ 62 -c "read -pP 0x00 768M 128M" \ 63 -c "read -pP 0x00 896M 128M" \ [all …]
|
H A D | 038 | 15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 # You should have received a copy of the GNU General Public License 45 size=128M 65 pattern=$(( ( (cur_sec % 128) + (cur_sec / 128)) % 128 )) 82 # Start with a request touching two clusters 87 echo aio_write -P $((0x81 + i)) $((i * 128))k 64k 92 echo aio_write -P $((0x81 + i)) $((i * 128 + 32))k 64k 118 echo read -P $((0x81 + i)) $((i * 128))k 96k 123 local pattern=$(( ( (cur_sec % 128) + (cur_sec / 128)) % 128 )) 125 echo read -P $pattern $((i * 128 + 96))k 32k
|
H A D | 047 | 4 # Regression test for commit b7ab0fea (which was a corruption fix, 16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 # You should have received a copy of the GNU General Public License 44 size=128M 52 write 320k 128k 53 write -P 0x55 1M 128k 54 write -P 0x88 448k 128k 55 discard 320k 128k 63 read -P 0x55 1M 128k
|
/openbmc/linux/fs/btrfs/tests/ |
H A D | free-space-tests.c | 99 test_err("couldn't create a bitmap entry %d", ret); in test_bitmaps() 132 /* Test a bit straddling two bitmaps */ in test_bitmaps() 213 * Ok so a little more evil, extent entry and bitmap at the same offset, in test_bitmaps_and_extents() 218 test_err("couldn't add to a bitmap %d", ret); in test_bitmaps_and_extents() 297 * This blew up before, we have part of the free space in a bitmap and in test_bitmaps_and_extents() 381 * Before we were able to steal free space from a bitmap entry to an extent 382 * entry, we could end up with 2 entries representing a contiguous free space. 383 * One would be an extent entry and the other a bitmap entry. Since in order 384 * to allocate space to a caller we use only 1 entry, we couldn't return that 410 * immediately adjacent to a bitmap entry, where the bitmap starts in test_steal_space_from_bitmap_to_extent() [all …]
|
/openbmc/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-service-time.rst | 5 dm-service-time is a path selector module for device-mapper targets, 6 which selects a path with the shortest estimated service time for 10 of in-flight I/Os on a path with the performance value of the path. 11 The performance value is a relative throughput value among all paths 12 in a path-group, and it can be specified as a table argument. 30 other paths having a positive value are available. 36 'A' if the path is active, 'F' if the path is failed. 51 Basically, dm-service-time selects a path having minimum service time 78 In case that 2 paths (sda and sdb) are used with repeat_count == 128 82 # echo "0 10 multipath 0 0 1 1 service-time 0 2 2 8:0 128 1 8:16 128 4" \ [all …]
|
H A D | dm-queue-length.rst | 5 dm-queue-length is a path selector module for device-mapper targets, 6 which selects a path with the least number of in-flight I/Os. 22 <status>: 'A' if the path is active, 'F' if the path is failed. 32 dm-queue-length selects a path with the minimum 'in-flight'. 37 In case that 2 paths (sda and sdb) are used with repeat_count == 128. 41 # echo "0 10 multipath 0 0 1 1 queue-length 0 2 1 8:0 128 8:16 128" \ 45 test: 0 10 multipath 0 0 1 1 queue-length 0 2 1 8:0 128 8:16 128 48 test: 0 10 multipath 2 0 0 0 1 1 E 0 2 1 8:0 A 0 0 8:16 A 0 0
|
/openbmc/linux/arch/arm/crypto/ |
H A D | crct10dif-ce-core.S | 24 // This software is available to you under a choice of one of two 49 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 75 .arch armv8-a 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 193 // Load the constants for folding across 128 bytes. 194 vld1.64 {FOLD_CONSTS}, [fold_consts_ptr, :128]! 196 // Subtract 128 for the 128 data bytes just consumed. Subtract another 197 // 128 to simplify the termination condition of the following loop. [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | crct10dif-pcl-asm_64.S | 12 # This software is available to you under a choice of one of two 37 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 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 115 add $128, buf 132 # Subtract 128 for the 128 data bytes just consumed. Subtract another 133 # 128 to simplify the termination condition of the following loop. 136 # While >= 128 data bytes remain (not counting xmm0-7), fold the 128 143 add $128, buf 144 sub $128, len [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | jquery-ui.theme.min.css | 5 …a{color:#333}.ui-widget-header{border:1px solid #e78f08;background:#f6a828 url("images/ui-bg_gloss…
|
/openbmc/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_s302m.c | 3 * Vidtv serves as a reference DVB driver and helps validate the existing APIs 84 { NOTE_E_6, 128}, { NOTE_DS_6, 128}, { NOTE_E_6, 128}, 85 { NOTE_DS_6, 128}, { NOTE_E_6, 128}, { NOTE_B_5, 128}, 86 { NOTE_D_6, 128}, { NOTE_C_6, 128}, { NOTE_A_3, 128}, 87 { NOTE_E_4, 128}, { NOTE_A_4, 128}, { NOTE_C_5, 128}, 88 { NOTE_E_5, 128}, { NOTE_A_5, 128}, { NOTE_E_3, 128}, 89 { NOTE_E_4, 128}, { NOTE_GS_4, 128}, { NOTE_E_5, 128}, 90 { NOTE_GS_5, 128}, { NOTE_B_5, 128}, { NOTE_A_3, 128}, 91 { NOTE_E_4, 128}, { NOTE_A_4, 128}, { NOTE_E_5, 128}, 92 { NOTE_E_6, 128}, { NOTE_DS_6, 128}, { NOTE_E_6, 128}, [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3288-fails.txt | 15 kms_plane_cursor@pipe-A-overlay-size-128,Fail 16 kms_plane_cursor@pipe-A-overlay-size-256,Fail 17 kms_plane_cursor@pipe-A-overlay-size-64,Fail 18 kms_plane_cursor@pipe-A-primary-size-128,Fail 19 kms_plane_cursor@pipe-A-primary-size-256,Fail 20 kms_plane_cursor@pipe-A-primary-size-64,Fail 21 kms_plane_cursor@pipe-A-viewport-size-128,Fail 22 kms_plane_cursor@pipe-A-viewport-size-256,Fail 23 kms_plane_cursor@pipe-A-viewport-size-64,Fail 24 kms_plane_cursor@pipe-B-overlay-size-128,Fail [all …]
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | bareudp.sh | 13 # * A chain of 4 network namespaces, connected with veth pairs. Each veth 14 # is assigned an IPv4 and an IPv6 address. A host-route allows a veth to 24 # * NS1 and NS2 are the intermediate namespaces. They use a bareudp device to 32 # | * IPv6 address: 2001:db8::100/128 | 33 # | * IPv6 address: 2001:db8::200/128 | 35 # | * IPv6 route: 2001:db8::103/128 reachable via 2001:db8::11 | 36 # | * IPv6 route: 2001:db8::203/128 reachable via 2001:db8::11 | 41 # | | * IPv6 address: 2001:db8::10, peer 2001:db8::11/128 | 53 # | * IPv6 address: 2001:db8::11, peer 2001:db8::10/128 | 63 # | | * IPv6 address: 2001:db8::21, peer 2001:db8::22/128 | [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh | 20 # a GRE device is installed in NS3 with IPv*_GRE, and 26 # 1. routes NS2->IPv*_DST are brought down, so the only way a ping 29 # 2a. in an egress test, a bpf LWT_XMIT program is installed on veth1 35 # 2b. in an ingress test, a bpf LWT_IN program is installed on veth2 172 ip -netns ${NS1} -6 addr add ${IPv6_1}/128 nodad dev veth1 173 ip -netns ${NS2} -6 addr add ${IPv6_2}/128 nodad dev veth2 174 ip -netns ${NS2} -6 addr add ${IPv6_3}/128 nodad dev veth3 175 ip -netns ${NS3} -6 addr add ${IPv6_4}/128 nodad dev veth4 182 ip -netns ${NS1} -6 addr add ${IPv6_5}/128 nodad dev veth5 183 ip -netns ${NS2} -6 addr add ${IPv6_6}/128 nodad dev veth6 [all …]
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | vec_int_helper.c | 24 static void s390_vec_and(S390Vector *res, const S390Vector *a, in s390_vec_and() argument 27 res->doubleword[0] = a->doubleword[0] & b->doubleword[0]; in s390_vec_and() 28 res->doubleword[1] = a->doubleword[1] & b->doubleword[1]; in s390_vec_and() 31 static bool s390_vec_equal(const S390Vector *a, const S390Vector *b) in s390_vec_equal() argument 33 return a->doubleword[0] == b->doubleword[0] && in s390_vec_equal() 34 a->doubleword[1] == b->doubleword[1]; in s390_vec_equal() 37 static void s390_vec_shl(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shl() argument 41 g_assert(count < 128); in s390_vec_shl() 43 d->doubleword[0] = a->doubleword[0]; in s390_vec_shl() 44 d->doubleword[1] = a->doubleword[1]; in s390_vec_shl() [all …]
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-resource.rst | 8 can allow administrators to see the device restrictions for a given 16 rules for a given device. 22 current size and related sub resources. To access a sub resource, you 38 - A limited capacity of physical ports that the switch ASIC can support 51 name linear size 98304 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 52 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 53 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128 71 … name linear size 98304 size_new 147456 occ 0 unit entry size_min 0 size_max 147456 size_gran 128 72 name hash_double size 60416 unit entry size_min 32768 size_max 180224 size_gran 128 73 name hash_single size 87040 unit entry size_min 65536 size_max 212992 size_gran 128 [all …]
|
/openbmc/qemu/util/ |
H A D | host-utils.c | 7 * Permission is hereby granted, free of charge, to any person obtaining a copy 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 32 uint64_t a, uint64_t b) in mul64() argument 47 a0.ll = a; in mul64() 66 /* Unsigned 64x64 -> 128 multiplication */ 67 void mulu64 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) in mulu64() argument 69 mul64(plow, phigh, a, b); in mulu64() 72 /* Signed 64x64 -> 128 multiplication */ 73 void muls64 (uint64_t *plow, uint64_t *phigh, int64_t a, int64_t b) in muls64() argument 77 mul64(plow, &rh, a, b); in muls64() [all …]
|
/openbmc/u-boot/board/cadence/xtfpga/ |
H A D | README | 4 Tensilica's 'xtfpga' evaluation boards are actually a set of different 5 boards that share configurations. The following is a list of supported 18 - A 16550 compatible UART and serial port. 20 - A 32 char two line LCD display. (except for the LX200) 25 - 128MB / 64MB (LX60) memory 38 - 128MB Linear BPI Flash 45 A terminal emulator must be set accordingly to see the U-Boot prompt. 52 the boot mapping and selects from a range of default ethernet MAC 65 tool such as the Xtensa OCD Daemon connected via a suppored probe. 67 connect them. Be aware that the board has only 128 KB of SRAM, [all …]
|
/openbmc/linux/arch/ia64/lib/ |
H A D | copy_page_mck.S | 17 * - avoid l2 bank-conflicts by not storing into the same 16-byte bank within a single 21 * First, note that L1 has a line-size of 64 bytes and L2 a line-size of 128 bytes. 22 * To avoid secondary misses in L2, we prefetch both source and destination with a line-size 23 * of 128 bytes. When both of these lines are in the L2 and the first half of the 28 * We use a software-pipelined loop to control the overall operation. The pipeline 32 * the prefetches. The four relevant points in the pipelined are called A, B, C, D: 33 * p[A] is TRUE if a source-line should be prefetched, p[B] is TRUE if a destination-line 35 * into L1D and p[D] is TRUE if a cacheline needs to be copied. 40 * As a secondary optimization, the first 2*PREFETCH_DIST iterations are implemented 52 * | t6 | t7 | | 128 bytes [all …]
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 23 : [dst] "a" (dst), in mvc_256() 24 [src] "a" (src) in mvc_256() 54 mvc_256(dst + 4096 - 128, src); in main() 61 mvc_256(dst, src + 4096 - 128); in main() 68 mvc_256(dst + 4096 - 128, src + 4096 - 128); in main() 83 fprintf(stderr, "data modified during a fault\n"); in main() 89 mvc_256(dst + 4096 - 128, src + 4096 - 128); in main() 95 if (i < 4096 - 128 || i >= 4096 + 128) { in main()
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | crct10dif-ce-core.S | 24 // This software is available to you under a choice of one of two 49 // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 69 .arch armv8-a+crypto 141 pmull t8.8h, ad.8b, bd1.8b // E = A*B1 143 pmull t7.8h, ad.8b, bd2.8b // G = A*B2 145 pmull t9.8h, ad.8b, bd3.8b // I = A*B3 146 pmull t3.8h, ad.8b, bd4.8b // K = A*B4 155 pmull2 t8.8h, ad.16b, bd1.16b // E = A*B1 157 pmull2 t7.8h, ad.16b, bd2.16b // G = A*B2 159 pmull2 t9.8h, ad.16b, bd3.16b // I = A*B3 [all …]
|
/openbmc/u-boot/board/freescale/t104xrdb/ |
H A D | README | 3 The T1040RDB is a Freescale reference board that hosts the T1040 SoC 7 The T1042RDB is a Freescale reference board that hosts the T1042 SoC 8 (and variants). The board is similar to T1040RDB, T1040 is a reduced 11 The T1042RDB_PI is a Freescale reference board that hosts the T1042 SoC. 12 (a personality of T1040 SoC). The board is similar to T1040RDB but is 15 The T1040D4RDB is a Freescale reference board that hosts the T1040 SoC. 19 The T1042D4RDB is a Freescale reference board that hosts the T1042 SoC. 45 - Four e5500 cores, each with a private 256 KB L2 cache 87 T1022 is a reduced personality of T1040 with less core/clusters. 90 T1042 is a reduced personality of T1040 without Integrated 8-port Gigabit [all …]
|