Home
last modified time | relevance | path

Searched +full:base +full:- +full:64 (Results 1 – 25 of 1137) sorted by relevance

12345678910>>...46

/openbmc/qemu/tests/qemu-iotests/
H A D06141 # This tests qcow2-specific low-level functionality
50 # require the default 64k cluster
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
74 $QEMU_IO -c map "$TEST_IMG" | _filter_qemu_io
[all …]
H A D176.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=2202010112
6 Formatting 'TEST_DIR/t.IMGFMT.itmd', fmt=IMGFMT size=2202010112 backing_file=TEST_DIR/t.IMGFMT.base
13 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
22 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
24 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
26 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
30 0x7ffd0000 0x30000 TEST_DIR/t.IMGFMT.base
32 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base
36 0x7ffd0000 0x10000 TEST_DIR/t.IMGFMT.base
45 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=2202010112
[all …]
H A D1224 # Test some qemu-img convert cases
48 TEST_IMG="$TEST_IMG".base _make_test_img 64M
49 $QEMU_IO -c "write -P 0x11 0 64M" "$TEST_IMG".base 2>&1 | _filter_qemu_io | _filter_testdir
53 echo "=== Check allocation status regression with -B ==="
56 _make_test_img -b "$TEST_IMG".base -F $IMGFMT
57 $QEMU_IO -c "write -P 0x22 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
58 $QEMU_IMG convert -O $IMGFMT -B "$TEST_IMG".base \
59 -o backing_fmt=$IMGFMT "$TEST_IMG" "$TEST_IMG".orig
67 _make_test_img -b "$TEST_IMG".base -F $IMGFMT
69 $QEMU_IO -c "write -P 0 0 3M" "$TEST_IMG" 2>&1 | _filter_qemu_io | _filter_testdir
[all …]
H A D279.out2 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
3 Formatting 'TEST_DIR/t.IMGFMT.mid', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base ba…
6 == qemu-img info --backing-chain ==
9 virtual size: 64 MiB (67108864 bytes)
14 virtual size: 64 MiB (67108864 bytes)
15 backing file: TEST_DIR/t.IMGFMT.base
17 image: TEST_DIR/t.IMGFMT.base
19 virtual size: 64 MiB (67108864 bytes)
21 == qemu-img info --backing-chain --image-opts ==
24 virtual size: 64 MiB (67108864 bytes)
[all …]
H A D02033 _rm_test_img "$TEST_IMG.base"
36 _rm_test_img "$TEST_DIR/subdir/t.$IMGFMT.base"
59 TEST_IMG="$TEST_IMG.base"
63 echo "Filling base image"
68 io writev $(( offset )) 512 1024 64
71 io writev $(( offset + 64 * 1024)) 65536 65536 1
79 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT 6G
86 io writev $(( offset + 512 )) 512 1024 64
89 io writev $(( offset + 64 * 1024 + 65536)) 65536 65536 1
94 TEST_IMG="$TEST_IMG.base"
[all …]
H A D1546 # Copyright (C) 2016-2017 Red Hat, Inc.
53 CLUSTER_SIZE=512 TEST_IMG="$TEST_IMG.base" _make_test_img $size
54 _make_test_img -b "$TEST_IMG.base" -F $IMGFMT
59 # X = non-zero data sector in backing file
60 # - = sector unallocated in whole backing chain
63 # 1. Tail unaligned: 00 00 -- --
64 # 2. Head unaligned: -- -- 00 00
65 # 3. Both unaligned: -- 00 00 --
66 # 4. Both, 2 clusters: -- -- -- 00 | 00 -- -- --
68 $QEMU_IO -c "write -z 0 2k" "$TEST_IMG" | _filter_qemu_io
[all …]
H A D09750 # 0: Two-layer backing chain, commit to upper backing file (implicitly)
52 # 1: Two-layer backing chain, commit to upper backing file (explicitly)
54 # 2: Two-layer backing chain, commit to upper backing file (implicitly with -d)
56 # 3: Two-layer backing chain, commit to lower backing file
60 # working properly and that all images above the base are emptied; therefore,
70 TEST_IMG="$TEST_IMG.base" _make_test_img $len
71 TEST_IMG="$TEST_IMG.itmd" _make_test_img -b "$TEST_IMG.base" -F $IMGFMT $len
72 _make_test_img -b "$TEST_IMG.itmd" -F $IMGFMT $len
74 $QEMU_IO -c "write -P 1 0x7ffd0000 192k" "$TEST_IMG.base" | _filter_qemu_io
75 $QEMU_IO -c "write -P 2 0x7ffe0000 128k" "$TEST_IMG.itmd" | _filter_qemu_io
[all …]
H A D271.out6 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=raw size=1048576
7 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1048576 backing_file=TEST_DIR/t.IMGFMT.base backing…
8 write -q -P PATTERN 0 1k
10 write -q -P PATTERN 3k 512
12 write -q -P PATTERN 5k 1k
14 write -q -P PATTERN 6k 2k
16 write -q -P PATTERN 8k 6k
18 write -q -P PATTERN 15k 4k
20 write -q -P PATTERN 32k 1k
22 write -q -P PATTERN 63k 4k
[all …]
H A D17659 $QEMU -nographic -qmp stdio -serial none "$@" 2>&1 \
61 | sed 's/"sha256": ".\{64\}"/"sha256": HASH/'
67 # 0: Two-layer backing chain, commit to upper backing file (implicitly)
69 # 1: Two-layer backing chain, commit to upper backing file (explicitly)
71 # 2: Two-layer backing chain, commit to upper backing file (implicitly with -d)
73 # 3: Two-layer backing chain, commit to lower backing file
77 # working properly and that all images above the base are emptied; therefore,
87 TEST_IMG="$TEST_IMG.base" _make_test_img $len
88 TEST_IMG="$TEST_IMG.itmd" _make_test_img -b "$TEST_IMG.base" -F $IMGFMT $len
89 _make_test_img -b "$TEST_IMG.itmd" -F $IMGFMT $len
[all …]
H A D110.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=t.IMGFMT.base backing_fmt=IMG…
9 virtual size: 64 MiB (67108864 bytes)
10 backing file: t.IMGFMT.base (actual path: TEST_DIR/t.IMGFMT.base)
12 === Non-reconstructable filename ===
16 virtual size: 64 MiB (67108864 bytes)
17 backing file: t.IMGFMT.base (actual path: TEST_DIR/t.IMGFMT.base)
21 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=t.IMGFMT.base backing_fmt=IMG…
27 virtual size: 64 MiB (67108864 bytes)
28 backing file: t.IMGFMT.base (cannot determine actual path)
H A D098.out5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
6 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
8 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
9 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
14 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
15 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
17 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 qemu-img: Failed to empty blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
27 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=67108864
28 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 backing_file=TEST_DIR/t.IMGFMT.base backin…
[all …]
H A D1305 # blockdev-add) don't replace the original path stored in the image during
47 # We are going to use lazy-refcounts
53 TEST_IMG="$TEST_IMG.orig" _make_test_img 64M
54 TEST_IMG="$TEST_IMG.base" _make_test_img 64M
55 _make_test_img 64M
64 _launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base"
72 _make_test_img -F raw -b "$TEST_IMG.orig" 64M
73 _launch_qemu -drive id=testdisk,file="$TEST_IMG",backing.file.filename="$TEST_IMG.base",backing.dri…
84 _make_test_img 64M
85 $QEMU_IO -c "open -o backing.file.filename=$TEST_IMG.base,lazy-refcounts=on $TEST_IMG" -c "write 0 …
[all …]
H A D274.out26 0 0x200000 0x50000 TEST_DIR/PID-base
31 0 0x100000 0x50000 TEST_DIR/PID-base
37 0 0x100000 0x50000 TEST_DIR/PID-base
39 === Testing qemu-img commit (top -> mid) ===
46 backing file: TEST_DIR/PID-base
62 === Testing HMP commit (top -> mid) ===
66 {"execute": "human-monitor-command", "arguments": {"command-line": "commit drive0"}}
72 backing file: TEST_DIR/PID-base
88 === Testing QMP active commit (top -> mid) ===
92 {"execute": "block-commit", "arguments": {"auto-dismiss": false, "base-node": "mid", "device": "top…
[all …]
/openbmc/linux/arch/sparc/lib/
H A DNG2memcpy.S1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* NG2memcpy.S: Niagara-2 optimized memcpy.
140 #define FREG_LOAD_1(base, x0) \ argument
141 EX_LD_FP(LOAD(ldd, base + 0x00, %x0), NG2_retl_o2_plus_g1)
142 #define FREG_LOAD_2(base, x0, x1) \ argument
143 EX_LD_FP(LOAD(ldd, base + 0x00, %x0), NG2_retl_o2_plus_g1); \
144 EX_LD_FP(LOAD(ldd, base + 0x08, %x1), NG2_retl_o2_plus_g1);
145 #define FREG_LOAD_3(base, x0, x1, x2) \ argument
146 EX_LD_FP(LOAD(ldd, base + 0x00, %x0), NG2_retl_o2_plus_g1); \
147 EX_LD_FP(LOAD(ldd, base + 0x08, %x1), NG2_retl_o2_plus_g1); \
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dasmmacro.h12 #include <asm/asm-offsets.h>
16 #include <asm/asmmacro-32.h>
19 #include <asm/asmmacro-64.h>
22 /* preprocessor replaces the fp in ".set fp=64" with $30 otherwise */
78 addi \reg, \reg, -1
111 .set fp=64
170 .set fp=64
211 andi \rd, \rd, (1 << \s) - 1
246 .set fp=64
255 .set fp=64
[all …]
H A Dmips-cm.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 # error Please include asm/mips-cps.h rather than asm/mips-cm.h
18 /* The base address of the CM GCR block */
21 /* The base address of the CM L2-only sync region */
25 * __mips_cm_phys_base - retrieve the physical base address of the CM
27 * This function returns the physical base address of the Coherence Manager
37 * mips_cm_is64 - determine CM register width
40 * introducing 64 bit GCRs and all prior CM versions having 32 bit GCRs.
41 * However we may run a kernel built for MIPS32 on a system with 64 bit GCRs,
42 * or vice-versa. This variable indicates the width of the memory accesses
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c1 // SPDX-License-Identifier: GPL-2.0 OR MIT
3 * Copyright 2014-2022 Advanced Micro Devices, Inc.
57 * System Unified Address - SUA
75 * HSA64 – 64b pointers and the default address space is ATC
77 * GPUVM – 64b pointers and the default address space is GPUVM (driver
81 * HSA64 - ATC/IOMMU 64b
83 * A 64b pointer in the AMD64/IA64 CPU architecture is not fully utilized
87 * the middle of the 64b VA space.
92 * spaces into a unified pointer space. The method we take for 64b mode is
93 * to map the full 40b GPUVM address space into the hole of the 64b address
[all …]
/openbmc/linux/drivers/misc/sgi-gru/
H A Dgruhandles.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
18 #define GRU_MCS_BASE (64 * 1024 * 1024)
36 #define GRU_HANDLE_BYTES 64
39 /* Base addresses of handles */
48 #define GSEG_BASE(a) ((a) & ~(GRU_GSEG_PAGESIZE - 1))
76 #define GSEGPOFF(h) ((h) & (GRU_SIZE - 1))
79 #define GRUBASE(h) ((void *)((unsigned long)(h) & ~(GRU_SIZE - 1)))
84 (((h) & (GRU_HANDLE_STRIDE - 1)) == 0))
88 static inline void *get_gseg_base_address(void *base, int ctxnum) in get_gseg_base_address() argument
90 return (void *)(base + GRU_GSEG0_BASE + GRU_GSEG_STRIDE * ctxnum); in get_gseg_base_address()
[all …]
/openbmc/linux/lib/lz4/
H A Dlz4hc_compress.c2 * LZ4 HC - High Compression Mode of LZ4
3 * Copyright (C) 2011-2015, Yann Collet.
5 * BSD 2 - Clause License (http://www.opensource.org/licenses/bsd - license.php)
27 * - LZ4 homepage : http://www.lz4.org
28 * - LZ4 source repository : https://github.com/lz4/lz4
31 * Sven Schmidt <4sschmid@informatik.uni-hamburg.de>
34 /*-************************************
47 #define OPTIMAL_ML (int)((ML_MASK - 1) + MINMATCH)
50 >> ((MINMATCH*8) - LZ4HC_HASH_LOG))
63 memset((void *)hc4->hashTable, 0, sizeof(hc4->hashTable)); in LZ4HC_init()
[all …]
/openbmc/u-boot/lib/
H A Ddiv64.c4 * Based on former do_div() implementation from asm-parisc/div64.h:
5 * Copyright (C) 1999 Hewlett-Packard Co
6 * Copyright (C) 1999 David Mosberger-Tang <davidm@hpl.hp.com>
9 * Generic C version of 64bit/32bit division and modulo, with
10 * 64bit result and 32bit remainder.
15 * for some CPUs. __div64_32() can be overridden by linking arch-specific
24 /* Not needed on 64bit architectures */
28 uint32_t __attribute__((weak)) __div64_32(uint64_t *n, uint32_t base) in __div64_32() argument
31 uint64_t b = base; in __div64_32()
37 if (high >= base) { in __div64_32()
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dutstrtoul64.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utstrtoul64 - String-to-integer conversion support for both
5 * 64-bit and 32-bit integers
17 * This module contains the top-level string to 64/32-bit unsigned integer
20 * 1) A standard strtoul() function that supports 64-bit integers, base
23 * constants than the runtime (interpreter) integer-to-string conversions.
29 * iASL - Preprocessor (constants and math expressions)
30 * iASL - Main parser, conversion of constants to integers
31 * iASL - Data Table Compiler parser (constants and math expressions)
32 * interpreter - Implicit and explicit conversions, GPE method names
[all …]
H A Dutstrsuppt.c1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
4 * Module Name: utstrsuppt - Support functions for string-to-integer conversion
16 acpi_ut_insert_digit(u64 *accumulated_value, u32 base, int ascii_digit);
19 acpi_ut_strtoul_multiply64(u64 multiplicand, u32 base, u64 *out_product);
27 * PARAMETERS: string - Null terminated input string
28 * return_value_ptr - Where the converted value is returned
30 * RETURN: Status and 64-bit converted integer
32 * DESCRIPTION: Performs a base 8 conversion of the input string to an
33 * integer value, either 32 or 64 bits.
35 * NOTE: Maximum 64-bit unsigned octal value is 01777777777777777777777
[all …]
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-hash.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * sun4i-ss-hash.c - hardware cryptographic accelerator for Allwinner A20 SoC
5 * Copyright (C) 2013-2015 Corentin LABBE <clabbe.montjoie@gmail.com>
11 #include "sun4i-ss.h"
21 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in sun4i_hash_crainit()
28 op->ss = algt->ss; in sun4i_hash_crainit()
30 err = pm_runtime_resume_and_get(op->ss->dev); in sun4i_hash_crainit()
43 pm_runtime_put(op->ss->dev); in sun4i_hash_craexit()
51 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash_init()
57 op->mode = algt->mode; in sun4i_hash_init()
[all …]
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dlayer-contents.md7 * raspberrypi0-wifi
8 * raspberrypi0-2w-64
11 * raspberrypi3-64 (64 bit kernel & userspace)
13 * raspberrypi4-64 (64 bit kernel & userspace)
14 * raspberrypi-cm (dummy alias for raspberrypi)
15 * raspberrypi-cm3
19 ## Multi-board Machines
29 ### raspberrypi-armv7
31 This machine targets support for all the ARMv7-based Raspberry Pi boards. It
35 ### raspberrypi-armv8
[all …]
/openbmc/linux/include/asm-generic/
H A Ddiv64.h1 /* SPDX-License-Identifier: GPL-2.0 */
6 * Based on former asm-ppc/div64.h and asm-m68knommu/div64.h
8 * Optimization for constant divisors on 32-bit machines:
9 * Copyright (C) 2006-2015 Nicolas Pitre
12 * is a function-like macro and the n parameter has the semantics of a C++
15 * uint32_t do_div(uint64_t &n, uint32_t base)
17 * uint32_t remainder = n % base;
18 * n = n / base;
29 #if BITS_PER_LONG == 64
32 * do_div - returns 2 values: calculate remainder and update new dividend
[all …]

12345678910>>...46