Home
last modified time | relevance | path

Searched full:parts (Results 1 – 25 of 173) sorted by relevance

1234567

/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py69 parts = line.strip().split(', ')
70 if len(parts) != 4:
73 region_base = int(parts[0], 16)
74 reads = int(parts[1])
75 writes = int(parts[2])
80 seen_all = parts[3] == "true"
/qemu/docs/sphinx/
H A Dqapi_domain.py878 parts = list(QAPIDescription.split_fqn(name))
879 explicit = tuple(bool(x) for x in parts)
882 if namespace and not parts[0]:
883 parts[0] = namespace
884 if modname and not parts[1]:
885 parts[1] = modname
888 if all(parts):
889 implicit_fqn = f"{parts[0]}:{parts[1]}.{parts[2]}"
923 esc = tuple(re.escape(s) for s in parts)
932 if parts[0] and not (explicit[0] or explicit[1]):
[all …]
/qemu/
H A DLICENSE11 2) Parts of the QEMU emulator have specific licenses which are compatible
22 but some parts may be GPLv2 or other licenses. Again, see the
/qemu/tests/qemu-iotests/
H A Dfat16.py473 parts = path.split("/")
478 for i, part in enumerate(parts):
479 is_last = i == len(parts) - 1
652 parts = path.split("/")
657 parts, filename = parts[:-1], parts[-1]
659 for _, part in enumerate(parts):
/qemu/pc-bios/
H A DREADME21 QEMU implements parts of the IEEE 1275 Open Firmware interface.
66 were built at git tag "edk2-stable202302". The firmware binaries bundle parts
68 function of the edk2 tag). Parts of the Berkeley SoftFloat library are
/qemu/include/qapi/
H A Dqobject-input-visitor.h52 * Error messages refer to parts of @obj in JavaScript/Python syntax.
65 * QString, and error messages refer to parts of @obj in the syntax
/qemu/qom/
H A Dobject.c2147 char **parts, in object_resolve_abs_path() argument
2152 if (*parts == NULL) { in object_resolve_abs_path()
2156 if (strcmp(*parts, "") == 0) { in object_resolve_abs_path()
2157 return object_resolve_abs_path(parent, parts + 1, typename); in object_resolve_abs_path()
2160 child = object_resolve_path_component(parent, *parts); in object_resolve_abs_path()
2165 return object_resolve_abs_path(child, parts + 1, typename); in object_resolve_abs_path()
2169 char **parts, in object_resolve_partial_path() argument
2177 obj = object_resolve_abs_path(parent, parts, typename); in object_resolve_partial_path()
2187 found = object_resolve_partial_path(prop->opaque, parts, in object_resolve_partial_path()
2209 char **parts; in object_resolve_path_type() local
[all …]
/qemu/target/avr/
H A Dtranslate.c1573 * Loads one byte from the data space to a register. For parts with SRAM,
1575 * (and external SRAM if applicable). For parts without SRAM, the data space
1599 * Loads one byte indirect from the data space to a register. For parts
1601 * internal SRAM (and external SRAM if applicable). For parts without SRAM, the
1602 * data space consists of the Register File only. In some parts the Flash
1615 * updated in parts with more than 64KB data space or more than 64KB Program
1657 * to a register. For parts with SRAM, the data space consists of the Register
1659 * parts without SRAM, the data space consists of the Register File only. In
1660 * some parts the Flash Memory has been mapped to the data space and can be
1672 * Register in the I/O area is updated in parts with more than 64KB data space
[all …]
/qemu/util/
H A Dlog.c516 char **parts = g_strsplit(str, ",", 0); in qemu_str_to_log_mask() local
519 for (tmp = parts; tmp && *tmp; tmp++) { in qemu_str_to_log_mask()
541 g_strfreev(parts); in qemu_str_to_log_mask()
545 g_strfreev(parts); in qemu_str_to_log_mask()
/qemu/docs/about/
H A Dlicense.rst9 License <https://www.gnu.org/licenses/gpl-2.0.txt>`__, version 2. Parts
/qemu/include/fpu/
H A Dsoftfloat-helpers.h9 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
45 include prominent notice akin to these four paragraphs for those parts of
/qemu/include/standard-headers/linux/
H A Dvirtio_pci.h92 /* The alignment to use between consumer and producer parts of vring.
259 /* Device parts access commands. */
426 struct virtio_dev_part parts[]; member
/qemu/include/qemu/
H A Dlog-for-trace.h7 * The purpose of splitting these parts out into their own header
/qemu/docs/devel/
H A Dindex.rst5 This section of the manual documents various parts of the internals of
/qemu/target/riscv/
H A Dcommon-semi-target.h2 * Target-specific parts of semihosting/arm-compat-semi.c.
/qemu/scripts/
H A Dsymlink-install-tree.py15 return str(PurePath(d1, *PurePath(d2).parts[1:]))
/qemu/target/arm/
H A Dcommon-semi-target.h2 * Target-specific parts of semihosting/arm-compat-semi.c.
/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc32 * and single-copy atomic on the parts if 8-byte aligned.
/qemu/docs/system/
H A Dqemu-manpage.rst6 parts of the documentation that go in the manpage as well as the
/qemu/include/hw/display/
H A Dmacfb.h5 * some parts from QEMU G364 framebuffer Emulator.
/qemu/linux-user/sparc/
H A Dtarget_structs.h41 * Note that sparc32 splits these into hi/lo parts.
/qemu/tests/qtest/
H A Dtpm-tis-swtpm-test.c5 * with parts borrowed from migration-test.c that is:
H A Dtpm-crb-swtpm-test.c5 * with parts borrowed from migration-test.c that is:
/qemu/target/m68k/
H A Dsoftfloat.h5 * Package. Those parts of the code (and some later contributions) are
/qemu/fpu/
H A Dsoftfloat-parts-addsub.c.inc5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and

1234567