Home
last modified time | relevance | path

Searched full:components (Results 1 – 25 of 66) sorted by relevance

123

/qemu/docs/system/s390x/
H A Dprotvirt.rst52 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 Dlegacy.py131 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 Dipl.h133 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 Dipl.c700 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 Datomics.rst125 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 Dkconfig.rst22 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 Dbuild-system.rst221 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 Dacpi-bits.rst10 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 Dtestcase.py113 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 Demsdk-wasm32-cross.docker53 tar xJC /zlib --strip-components=1
116 tar xJC /glib --strip-components=1
/qemu/tests/docker/
H A Dtest-misc3 # Build the miscellaneous components
/qemu/accel/
H A Daccel-user.c2 * QEMU accel class, user-mode components
H A Daccel-target.c2 * QEMU accel class, components common to system emulation and user mode
H A Daccel-system.c2 * QEMU accel class, system emulation components
H A Daccel-common.c2 * QEMU accel class, components common to system emulation and user mode
/qemu/include/hw/intc/
H A Dgrlib_irqmp.h2 * QEMU GRLIB Components
/qemu/include/tcg/
H A Dtcg-gvec-desc.h42 /* Create a descriptor from components. */
/qemu/docs/system/devices/
H A Dcxl.rst75 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 Dqipl.h56 struct IPLBlockPVComp components[0]; member
/qemu/tests/functional/
H A Dtest_aarch64_sbsaref.py25 Used components:
/qemu/tests/uefi-test-tools/UefiTestToolsPkg/
H A DUefiTestToolsPkg.dsc76 [Components]
/qemu/docs/tools/
H A Dqemu-vmsr-helper.rst18 components when available.
/qemu/docs/system/arm/
H A Dsbsa.rst37 firmware for non-discoverable information about system components. This
/qemu/target/xtensa/
H A Dimport_core.sh22 tar -xf "$OVERLAY" -C "$TARGET" --strip-components=2 \
/qemu/include/standard-headers/drm/
H A Ddrm_fourcc.h231 * 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

123