/qemu/rust/qemu-api/src/ |
H A D | bitops.rs | 15 Add<Self, Output = Self> + AddAssign<Self> + 16 BitAnd<Self, Output = Self> + BitAndAssign<Self> + 17 BitOr<Self, Output = Self> + BitOrAssign<Self> + 18 BitXor<Self, Output = Self> + BitXorAssign<Self> + 20 Div<Self, Output = Self> + DivAssign<Self> + 22 Mul<Self, Output = Self> + MulAssign<Self> + 23 Not<Output = Self> + Ord + PartialOrd + 24 Rem<Self, Output = Self> + RemAssign<Self> + 25 Shl<Self, Output = Self> + ShlAssign<Self> + 26 Shl<u32, Output = Self> + ShlAssign<u32> + // add more as needed [all …]
|
H A D | errno.rs | 122 type Out: From<u16> + std::ops::Neg<Output = Self::Out>;
|
/qemu/rust/bits/src/ |
H A D | lib.rs | 276 type Output = $struct_name; 277 fn bitand(self, rhs: $struct_name) -> Self::Output { 289 type Output = $struct_name; 290 fn bitxor(self, rhs: $struct_name) -> Self::Output { 302 type Output = $struct_name; 303 fn bitor(self, rhs: $struct_name) -> Self::Output { 315 type Output = $struct_name; 316 fn sub(self, rhs: $struct_name) -> Self::Output { 328 type Output = $struct_name; 329 fn not(self) -> Self::Output { [all …]
|
/qemu/tests/qemu-iotests/ |
H A D | 290.out | 15 # Output of qemu-img map 27 # Output of qemu-img map 46 # Output of qemu-img map 59 # Output of qemu-img map
|
H A D | 286.out | 6 Output structure:
|
H A D | 312.out | 10 ### Output of qemu-img map (empty quorum) 74 ### Output of qemu-img map (destination image)
|
/qemu/rust/hw/char/pl011/src/ |
H A D | device.rs | 42 type Output = u8; typedef 44 fn index(&self, idx: hwaddr) -> &Self::Output { in index() argument 63 fn index_mut(&mut self, idx: u32) -> &mut Self::Output { in index_mut() argument 69 type Output = registers::Data; typedef 71 fn index(&self, idx: u32) -> &Self::Output { in index() argument
|
/qemu/docs/system/arm/ |
H A D | stm32.rst | 58 * Secure Digital Input/Output (SDIO) interface
|
/qemu/docs/specs/ |
H A D | acpi_nvdimm.rst | 119 QEMU writes Output Data (based on the offset in the page): 202 Output layout in the dsm memory page:
|
H A D | aspeed-intc.rst | 31 INTC GIC_192_201 Output Pin Mapping
|
H A D | vmgenid.rst | 81 ASL Output: ./SSDT.dsl - 1631 bytes
|
/qemu/qapi/ |
H A D | cxl.json | 161 # 8-100 Get Health Info Output Payload, Health Status for bit 165 # 8-100 Get Health Info Output Payload, Media Status for bit 168 # @additional-status: See CXL r3.0 Table 8-100 Get Health Info Output
|
H A D | machine.json | 631 # @cpuid-register: Output register containing the feature bits
|
/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 259 - Output the C source code for a test case that will reproduce the bug::
|
/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 781 /* Output an opcode with a full "rm + (index<<shift) + offset" address mode. 891 /* Output an opcode with an expected reference to the constant pool. */ 900 /* Output an opcode with an expected reference to the constant pool. */ 3286 /* Output must be sign-extended. */ 3295 /* Output must be zero-extended, but input isn't. */
|
/qemu/docs/devel/ |
H A D | clocks.rst | 86 Output is simpler; only the name is required. Typically::
|
/qemu/docs/about/ |
H A D | emulation.rst | 129 during debugging via the :ref:`gdbstub<GDB usage>`. Output to the
|
/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2600 /* Output must be sign-extended. */ 2603 /* Output must be zero-extended, but input isn't. */
|
/qemu/ |
H A D | hmp-commands.hx | 283 Output logs to *filename*.
|
H A D | qemu-options.hx | 4741 Output log in logfile instead of to stderr 5310 " Output vmstate information in JSON format to file.\n"
|
/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 823 /* Output Type 00 Prefix - 8-Byte Load/Store Form (8LS:D) */ 837 /* Output Type 10 Prefix - Modified Load/Store Form (MLS:D) */
|
/qemu/docs/interop/ |
H A D | vhost-user.rst | 1942 Output to stdout the back-end capabilities in JSON format, and then
|