/qemu/docs/system/s390x/ |
H A D | protvirt.rst | 52 s390-ccw BIOS. I.e., the bootmap is interpreted, multiple components 54 components (zipl stage3). Stage3 does some fixups and then transfers 63 components (kernel, initrd, cmdline), the stage3a loader and
|
/qemu/python/qemu/qmp/ |
H A D | legacy.py | 131 components = address.split(':') 132 if len(components) == 2: 134 port = int(components[1]) 136 msg = f"Bad port: '{components[1]}' in '{address}'." 138 return (components[0], port)
|
/qemu/hw/s390x/ |
H A D | ipl.h | 133 if (ipib_pv->components[i].addr & ~TARGET_PAGE_MASK) { in ipl_valid_pv_components() 139 ipib_pv->components[i].tweak_pref >= in ipl_valid_pv_components() 140 ipib_pv->components[i + 1].tweak_pref) { in ipl_valid_pv_components()
|
H A D | ipl.c | 700 rc = s390_pv_unpack(ipib_pv->components[i].addr, in s390_ipl_pv_unpack() 701 TARGET_PAGE_ALIGN(ipib_pv->components[i].size), in s390_ipl_pv_unpack() 702 ipib_pv->components[i].tweak_pref, in s390_ipl_pv_unpack()
|
/qemu/docs/devel/ |
H A D | atomics.rst | 125 components of the system, before all the LOAD or STORE operations 129 components of the system, after all the LOAD or STORE operations 144 happen, with respect to the other components of the system, 150 happen, with respect to the other components of the system, 164 specified after the barrier with respect to the other components of 172 specified after the barrier with respect to the other components of 180 specified after the barrier with respect to the other components of 185 specified *before* the barrier with respect to the other components of 191 components of the system. 204 before the second with respect to the other components of the system.
|
H A D | kconfig.rst | 22 between components. This is useful for two reasons: 26 to list the components they need, and the compiled executable will 50 Kconfig defines configurable components in files named ``hw/*/Kconfig``. 51 Note that configurable components are _not_ visible in C code as preprocessor
|
H A D | build-system.rst | 221 facilitate building of all of these components with as little duplicated 440 Ninja build tool. However, QEMU's build comprises other components than 480 The main entry point used when invoking make to build all the components
|
/qemu/docs/devel/testing/ |
H A D | acpi-bits.rst | 10 executes the bios components such as acpi and smbios tables directly through 14 with grub so actual routines that executes bios components can be written in 22 Another issue is that we cannot exercise bios components such as ACPI and
|
/qemu/tests/functional/qemu_test/ |
H A D | testcase.py | 113 reference a file nested below. The path components 131 reference a file nested below. The path components 151 reference a file nested below. The path components 171 reference a file nested below. The path components
|
/qemu/tests/docker/dockerfiles/ |
H A D | emsdk-wasm32-cross.docker | 53 tar xJC /zlib --strip-components=1 116 tar xJC /glib --strip-components=1
|
/qemu/tests/docker/ |
H A D | test-misc | 3 # Build the miscellaneous components
|
/qemu/accel/ |
H A D | accel-user.c | 2 * QEMU accel class, user-mode components
|
H A D | accel-target.c | 2 * QEMU accel class, components common to system emulation and user mode
|
H A D | accel-system.c | 2 * QEMU accel class, system emulation components
|
H A D | accel-common.c | 2 * QEMU accel class, components common to system emulation and user mode
|
/qemu/include/hw/intc/ |
H A D | grlib_irqmp.h | 2 * QEMU GRLIB Components
|
/qemu/include/tcg/ |
H A D | tcg-gvec-desc.h | 42 /* Create a descriptor from components. */
|
/qemu/docs/system/devices/ |
H A D | cxl.rst | 75 CXL System components 77 A CXL system is made up a Host with a number of 'standard components' 152 To understand the interaction of different CXL hardware components which 155 of all components with the exception of the CFMWs. System software is
|
/qemu/include/hw/s390x/ipl/ |
H A D | qipl.h | 56 struct IPLBlockPVComp components[0]; member
|
/qemu/tests/functional/ |
H A D | test_aarch64_sbsaref.py | 25 Used components:
|
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/ |
H A D | UefiTestToolsPkg.dsc | 76 [Components]
|
/qemu/docs/tools/ |
H A D | qemu-vmsr-helper.rst | 18 components when available.
|
/qemu/docs/system/arm/ |
H A D | sbsa.rst | 37 firmware for non-discoverable information about system components. This
|
/qemu/target/xtensa/ |
H A D | import_core.sh | 22 tar -xf "$OVERLAY" -C "$TARGET" --strip-components=2 \
|
/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 231 * RGBA format with 10-bit components packed in 64-bit per pixel, with 6 bits 271 * first 64 bits will contain Y,Cb,Cr components for a 2x2 tile 357 * 3 10 bit components and 2 padding bits packed into 4 bytes. 736 * one for the interleaved Cb/Cr components (1/2 the height of the Y buffer). 749 * layout. For YCbCr formats Cb/Cr components are taken in such a way that 1256 * AFRC buffers consist of one or more planes, with the same components 1285 * The dimensions of each coding unit depend on the number of components 1289 * Number of Components in Plane Layout Coding Unit Width Coding Unit Height 1386 * The underlying storage is considered to be 3 components, 8bit or 10-bit
|