Home
last modified time | relevance | path

Searched refs:U (Results 1 – 25 of 123) sorted by relevance

12345

/qemu/rust/qemu-api/src/
H A Dqom.rs344 fn cast<U: ObjectType>(klass: &mut U::Class) -> &mut Self { in cast()
349 (klass as *mut U::Class).cast(), in cast()
368 fn as_ptr<U: ObjectType>(&self) -> *const U in as_ptr() argument
370 Self::Target: IsA<U>, in as_ptr()
373 ptr.cast::<U>() in as_ptr()
385 fn as_mut_ptr<U: ObjectType>(&self) -> *mut U in as_mut_ptr() argument
387 Self::Target: IsA<U>, in as_mut_ptr()
391 self.as_ptr::<U>().cast_mut() in as_mut_ptr()
406 fn upcast<'a, U: ObjectType>(self) -> &'a U in upcast() argument
408 Self::Target: IsA<U>, in upcast()
[all …]
H A Dassertions.rs48 fn types_must_be_equal<T, U>(_: T)
50 T: $crate::assertions::EqType<Itself = U>,
85 fn types_must_be_equal<T, U>(_: &T)
87 T: $crate::assertions::EqType<Itself = U>,
H A Dbitops.rs57 fn deposit<U: IntegerExt>(self, start: u32, length: u32, in deposit()
58 fieldval: U) -> Self in deposit()
59 where Self: From<U> in deposit() argument
61 debug_assert!(length <= U::BITS); in deposit()
/qemu/tests/qemu-iotests/
H A D153.out101 == Running utility commands -U ==
103 _qemu_io_wrapper -U -c read 0 512 TEST_DIR/t.qcow2
106 _qemu_io_wrapper -U -r -c read 0 512 TEST_DIR/t.qcow2
108 _qemu_io_wrapper -c open -U TEST_DIR/t.qcow2 -c read 0 512
112 _qemu_io_wrapper -c open -r -U TEST_DIR/t.qcow2 -c read 0 512
114 _qemu_img_wrapper info -U TEST_DIR/t.qcow2
116 _qemu_img_wrapper check -U TEST_DIR/t.qcow2
118 _qemu_img_wrapper compare -U TEST_DIR/t.qcow2 TEST_DIR/t.qcow2
120 _qemu_img_wrapper map -U TEST_DIR/t.qcow2
122 _qemu_img_wrapper amend -o size=32M -U TEST_DIR/t.qcow2
[all …]
/qemu/target/hexagon/mmvec/
H A Dmacros.h311 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument
312 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument
313 #define fVUADDSAT(WIDTH, U, V) \ argument
314 fVSATUN(WIDTH, fZXTN(WIDTH, 2 * WIDTH, U) + fZXTN(WIDTH, 2 * WIDTH, V))
315 #define fVSADDSAT(WIDTH, U, V) \ argument
316 fVSATN(WIDTH, fSXTN(WIDTH, 2 * WIDTH, U) + fSXTN(WIDTH, 2 * WIDTH, V))
317 #define fVUSUBSAT(WIDTH, U, V) \ argument
318 fVSATUN(WIDTH, fZXTN(WIDTH, 2 * WIDTH, U) - fZXTN(WIDTH, 2 * WIDTH, V))
319 #define fVSSUBSAT(WIDTH, U, V) \ argument
320 fVSATN(WIDTH, fSXTN(WIDTH, 2 * WIDTH, U) - fSXTN(WIDTH, 2 * WIDTH, V))
[all …]
/qemu/
H A Dqemu-img-cmds.hx21 …-o offset] [--pattern=pattern] [-q] [-s buffer_size] [-S step_size] [-t cache] [-w] [-U] filename")
23 … [-o OFFSET] [--pattern=PATTERN] [-q] [-s BUFFER_SIZE] [-S STEP_SIZE] [-t CACHE] [-w] [-U] FILENAME
33 …def] [--image-opts] [-q] [-f fmt] [--output=ofmt] [-r [leaks | all]] [-T src_cache] [-U] filename")
35 …CTDEF] [--image-opts] [-q] [-f FMT] [--output=OFMT] [-r [leaks | all]] [-T SRC_CACHE] [-U] FILENAME
45 …objectdef] [--image-opts] [-f fmt] [-F fmt] [-T src_cache] [-p] [-q] [-s] [-U] filename1 filename2…
47 … OBJECTDEF] [--image-opts] [-f FMT] [-F FMT] [-T SRC_CACHE] [-p] [-q] [-s] [-U] FILENAME1 FILENAME2
51 …tdef] [--image-opts] [--target-image-opts] [--target-is-zero] [--bitmaps] [-U] [-C] [-c] [-p] [-q]…
53 …TDEF] [--image-opts] [--target-image-opts] [--target-is-zero] [--bitmaps] [-U] [-C] [-c] [-p] [-q]…
63 …"dd [--image-opts] [-U] [-f fmt] [-O output_fmt] [bs=block_size] [count=blocks] [skip=blocks] if=i…
65 .. option:: dd [--image-opts] [-U] [-f FMT] [-O OUTPUT_FMT] [bs=BLOCK_SIZE] [count=BLOCKS] [skip=BL…
[all …]
/qemu/docs/system/riscv/
H A Dsifive_u.rst60 for loading a Linux kernel, a VxWorks kernel, a modified U-Boot bootloader
62 -bios. It also supports booting the unmodified U-Boot bootloader using the
76 offset 0xfc. U-Boot reads the serial number from the OTP memory, and uses
103 This is U-Boot SPL.
105 peripherals as needed. This is U-Boot proper combined with an OpenSBI
210 Running U-Boot
213 U-Boot mainline v2024.01 release is tested at the time of writing. To build a
214 U-Boot mainline bootloader that can be booted by the ``sifive_u`` machine, use
226 To start U-Boot using the ``sifive_u`` machine, prepare an SPI flash image, or
281 Assume U-Boot binaries are put in the same directory as the config file,
[all …]
H A Dvirt.rst51 for loading a Linux kernel, a VxWorks kernel, an S-mode U-Boot bootloader
53 the recommended RISC-V bootflow: U-Boot SPL (M-mode) loads OpenSBI fw_dynamic
54 firmware and U-Boot proper (S-mode), using the standard -bios functionality.
190 Running U-Boot
193 U-Boot mainline v2021.04 release is tested at the time of writing. To build an
194 S-mode U-Boot bootloader that can be booted by the ``virt`` machine, use
202 Boot the 64-bit U-Boot S-mode image directly:
210 To test booting U-Boot SPL which in M-mode, which in turn loads a FIT image
211 that bundles OpenSBI fw_dynamic firmware and U-Boot proper (S-mode) together,
212 build the U-Boot images using riscv64_spl_defconfig:
[all …]
H A Dmicrochip-icicle-kit.rst70 S-mode payload like U-Boot or OS kernel directly.
72 For example, the following commands show building a U-Boot image from U-Boot
97 * The default U-Boot configuration uses CONFIG_OF_SEPARATE hence the ELF image
/qemu/target/mips/
H A Dcpu-defs.c.inc25 ((1U << CP0C0_M) | (0x2 << CP0C0_K0))
31 ((1U << CP0C1_M) | \
38 ((1U << CP0C2_M))
301 .CP0_SRSConf0 = (1U << CP0SRSC0_M) | (0x3fe << CP0SRSC0_SRS3) |
304 .CP0_SRSConf1 = (1U << CP0SRSC1_M) | (0x3fe << CP0SRSC1_SRS6) |
307 .CP0_SRSConf2 = (1U << CP0SRSC2_M) | (0x3fe << CP0SRSC2_SRS9) |
310 .CP0_SRSConf3 = (1U << CP0SRSC3_M) | (0x3fe << CP0SRSC3_SRS12) |
436 .CP0_Config3 = MIPS_CONFIG3 | (1U << CP0C3_M) |
441 .CP0_Config4 = MIPS_CONFIG4 | (1U << CP0C4_M) | (2 << CP0C4_IE) |
455 .CP0_PageGrain_rw_bitmask = (1U << CP0PG_RIE) | (1 << CP0PG_XIE) |
[all …]
/qemu/docs/system/arm/
H A Dsabrelite.rst37 for loading a Linux kernel, U-Boot bootloader or ELF executable.
64 Running U-Boot
67 U-Boot mainline v2020.10 release is tested at the time of writing. To build a
68 U-Boot mainline bootloader that can be booted by the SABRE Lite machine, use
82 then manually select the following configuration in U-Boot:
86 To start U-Boot using the SABRE Lite machine, provide the u-boot binary to
109 After U-Boot boots, type the following commands in the U-Boot command shell to
H A Dorangepi.rst5 based embedded computer with mainline support in both U-Boot
68 For example, U-Boot uses it to determine a unique MAC address.
176 give the following kernel parameters via U-Boot (or via -append):
182 Running U-Boot
185 U-Boot mainline can be build and configured using the orangepi_pc_defconfig
187 for development/testing to select the following configuration setting in U-Boot:
191 To start U-Boot using the Orange Pi PC machine, provide the
199 Use the following U-boot commands to load and boot a Linux kernel from SD card:
218 The image requires manually installing U-Boot in the image. Build U-Boot with
220 Next, unzip the NetBSD image and write the U-Boot binary including SPL using:
[all …]
H A Dxlnx-versal-virt.rst99 version of ATF tries to configure the CCI which we don't model) and U-boot:
112 Run the following at the U-Boot prompt:
124 Boot Linux as DOM0 on Xen via U-Boot:
137 Run the following at the U-Boot prompt:
152 Boot Linux as Dom0 on Xen via ARM Trusted Firmware and U-Boot:
166 Run the following at the U-Boot prompt:
H A Dbananapi_m2u.rst105 Running U-Boot
108 U-Boot mainline can be build and configured using the Bananapi_M2_Ultra_defconfig
110 for development/testing to select the following configuration setting in U-Boot:
/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def740 fVSATW( ( ( ((long long)U)<<32 ) | fZXTN(32,64,V) ) ),
745 fVSATW(((U)<<1) | ((V)>>31)),
750 fVSATUN( WIDTH, fZXTN(WIDTH, 2*WIDTH, U) + fZXTN(WIDTH, 2*WIDTH, V)),
755 fVSATN( WIDTH, fSXTN(WIDTH, 2*WIDTH, U) + fSXTN(WIDTH, 2*WIDTH, V)),
760 fVSATUN( WIDTH, fZXTN(WIDTH, 2*WIDTH, U) - fZXTN(WIDTH, 2*WIDTH, V)),
765 fVSATN( WIDTH, fSXTN(WIDTH, 2*WIDTH, U) - fSXTN(WIDTH, 2*WIDTH, V)),
770 ((fZXTN(WIDTH, 2*WIDTH, U) + fZXTN(WIDTH, 2*WIDTH, V))>>1),
775 ((fZXTN(WIDTH, 2*WIDTH, U) + fZXTN(WIDTH, 2*WIDTH, V)+1)>>1),
780 ((fZXTN(WIDTH, 2*WIDTH, U) - fZXTN(WIDTH, 2*WIDTH, V))>>1),
785 fVSATUN(WIDTH,((fZXTN(WIDTH, 2*WIDTH, U) - fZXTN(WIDTH, 2*WIDTH, V)+1)>>1)),
[all …]
/qemu/docs/system/ppc/
H A Dppce500.rst63 for loading a payload like an OS kernel (e.g.: Linux), or U-Boot firmware.
76 When both -bios and -kernel are present, QEMU loads U-Boot and U-Boot in turns
78 U-Boot's built-in "bootm" command, hence a legacy uImage format is required in
123 Running U-Boot
126 U-Boot mainline v2021.07 release is tested at the time of writing. To build a
127 U-Boot mainline bootloader that can be booted by the ``ppce500`` machine, use
137 When U-Boot boots, you will notice the following if using with ``-cpu e6500``:
H A Damigang.rst13 which is a rebranded Mai Logic Teron board with modified U-Boot
30 U-Boot under GPL but its source is lost so it cannot be included in
134 The board has a firmware based on an older U-Boot version with
/qemu/pc-bios/dtb/
H A Dcanyonlands.dts35 clock-frequency = <0>; /* Filled in by U-Boot */
36 timebase-frequency = <0>; /* Filled in by U-Boot */
49 reg = <0x00000000 0x00000000 0x00000000>; /* Filled in by U-Boot */
132 clock-frequency = <0>; /* Filled in by U-Boot */
215 clock-frequency = <0>; /* Filled in by U-Boot */
222 clock-frequency = <0>; /* Filled in by U-Boot */
223 /* ranges property is supplied by U-Boot */
297 clock-frequency = <0>; /* Filled in by U-Boot */
298 current-speed = <0>; /* Filled in by U-Boot */
308 clock-frequency = <0>; /* Filled in by U-Boot */
[all …]
/qemu/target/arm/tcg/
H A Dvfp.decode90 # P=0 U=0 W=0 is 64-bit VMOV
92 # P=U W=1 is UNDEF
93 # leaving P=0 U=1 W=x and P=1 U=0 W=1 for load/store multiple.
/qemu/target/rx/
H A Dcpu.h42 FIELD(PSW, U, 17, 1)
161 psw = FIELD_DP32(psw, PSW, U, env->psw_u); in rx_cpu_pack_psw()
/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc40 #define fCLIP(DST, SRC, U) (DST = fMIN((1 << U) - 1, fMAX(SRC, -(1 << U))))
/qemu/hw/display/
H A Dxenfb.c607 const uint32_t RSM = (~0U) << (32 - RSB); \
608 const uint32_t GSM = (~0U) << (32 - GSB); \
609 const uint32_t BSM = (~0U) << (32 - BSB); \
613 const uint32_t RDM = (~0U) << (32 - RDB); \
614 const uint32_t GDM = (~0U) << (32 - GDB); \
615 const uint32_t BDM = (~0U) << (32 - BDB); \
/qemu/tests/docker/dockerfiles/
H A Dpython.docker26 id ${USER} 2>/dev/null || useradd -u ${UID} -U ${USER}; fi
/qemu/pc-bios/
H A Dqemu.rsrc98 $"5354 5455 5580 5681 5581 5480 5507 5454" /* STTUUÄVÅUÅTÄU.TT */
218 $"020A 7EA6 81A2 82A3 02A4 6C50 9552 0B55" /* .¬~¶Å¢Ç£.§lPïR.U */
221 $"9E02 A191 5595 5203 534F 1101 8100 0501" /* û.°ëUïR.SO..Å... */
227 $"0002 0339 5581 5201 538A 8097 8098 8597" /* ...9UÅR.SäÄóÄòÖó */
232 $"5581 5202 5159 8786 9080 8E80 9004 8E8E" /* UÅR.QYáÜêÄéÄê.éé */
272 $"AB52 0254 5555 8054 0155 5580 5680 5585" /* ´R.TUUÄT.UUÄVÄUÖ */
273 $"5680 5504 5656 584D 07A8 0001 2256 8052" /* VÄU.VVXM.®.."VÄR */
305 $"8B22 8023 8022 0223 1C04 B700 0138 5595" /* ã"Ä#Ä".#..∑..8Uï */
315 $"BF00 010E 5095 5202 5524 0B95 0D83 0E01" /* ø...PïR.U$.ï.É.. */
316 $"0D07 C000 0203 3E55 9452 0256 2B09 9A0B" /* ..¿...>UîR.V+∆ö. */
[all …]
/qemu/include/hw/ppc/
H A Dvof.h63 #define PROM_ERROR (~0U)

12345