Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 64) sorted by relevance

123

/qemu/tests/tcg/cris/libc/
H A Dcheck_glibc_kernelversion.c22 int parts; \
47 parts = 0; \
59 ++parts; \
68 if (parts < 3) \
69 version <<= 8 * (3 - parts); \
85 int parts; in main() local
89 parts = 0; in main()
101 ++parts; in main()
110 if (parts < 3) in main()
111 version <<= 8 * (3 - parts); in main()
/qemu/qom/
H A Dcontainer.c30 char **parts; in container_get() local
33 parts = g_strsplit(path, "/", 0); in container_get()
34 assert(parts != NULL && parts[0] != NULL && !parts[0][0]); in container_get()
37 for (i = 1; parts[i] != NULL; i++, obj = child) { in container_get()
38 child = object_resolve_path_component(obj, parts[i]); in container_get()
41 object_property_add_child(obj, parts[i], child); in container_get()
46 g_strfreev(parts); in container_get()
H A Dobject.c2129 char **parts, in object_resolve_abs_path() argument
2134 if (*parts == NULL) { in object_resolve_abs_path()
2138 if (strcmp(*parts, "") == 0) { in object_resolve_abs_path()
2142 child = object_resolve_path_component(parent, *parts); in object_resolve_abs_path()
2151 char **parts, in object_resolve_partial_path() argument
2191 char **parts; in object_resolve_path_type() local
2193 parts = g_strsplit(path, "/", 0); in object_resolve_path_type()
2194 assert(parts); in object_resolve_path_type()
2196 if (parts[0] == NULL || strcmp(parts[0], "") != 0) { in object_resolve_path_type()
2207 g_strfreev(parts); in object_resolve_path_type()
[all …]
/qemu/util/
H A Dlog.c514 char **parts = g_strsplit(str, ",", 0); in qemu_str_to_log_mask() local
517 for (tmp = parts; tmp && *tmp; tmp++) { in qemu_str_to_log_mask()
539 g_strfreev(parts); in qemu_str_to_log_mask()
543 g_strfreev(parts); in qemu_str_to_log_mask()
/qemu/scripts/
H A Dsymlink-install-tree.py14 return str(PurePath(d1, *PurePath(d2).parts[1:]))
/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
H A Dmulti-process.rst54 - Since parts of the RAM are shared between QEMU & remote process, a
/qemu/
H A DLICENSE22 but some parts may be GPLv2 or other licenses. Again, see the
/qemu/pc-bios/
H A DREADME21 QEMU implements parts of the IEEE 1275 Open Firmware interface.
53 were built at git tag "edk2-stable202302". The firmware binaries bundle parts
/qemu/docs/devel/
H A Dindex.rst5 This section of the manual documents various parts of the internals of
H A Dmemory.rst84 The typical use is to track parts of the address space which will be
259 its child regions without any side effects on other parts of the system.
333 we only want parts of it to be visible (we accomplish this using aliases).
H A Dci-definitions.rst.inc14 An automated test has essentially three parts:
/qemu/fpu/
H A Dsoftfloat-parts-addsub.c.inc5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
H A Dsoftfloat-specialize.c.inc5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
41 include prominent notice akin to these four paragraphs for those parts of
195 | floating-point parts.
H A Dsoftfloat-parts.c.inc5 * IEC/IEEE Floating-point Arithmetic Package. Those parts of the code (and
139 * Round and uncanonicalize a floating-point number by parts. There
1553 * the msb parts of the fraction. At the end, when we subtract
1582 * are lots of 0's in the msb parts of the fraction.
/qemu/docs/system/riscv/
H A Dmicrochip-icicle-kit.rst11 https://www.microsemi.com/existing-parts/parts/152514
/qemu/docs/devel/migration/
H A Dvirtio.rst13 - state is distributed between several parts:
/qemu/scripts/codeconverter/codeconverter/
H A Dpatching.py317 nameparts = Path(name).parts
318 return self.filename.parts[-len(nameparts):] == nameparts
/qemu/docs/system/arm/
H A Dsbsa.rst38 includes both internal hardware and parts affected by the qemu command line
/qemu/target/hexagon/idef-parser/
H A Dmacros.inc130 /* Purge non-relevant parts */
/qemu/python/
H A Dsetup.cfg200 # noting which parts of the code have been executed, then analyzes the
/qemu/docs/system/devices/
H A Dcanokey.rst108 CanoKey QEMU consists of two parts, ``libcanokey-qemu.so`` and ``canokey.c``,
/qemu/docs/config/
H A Dmach-virt-serial.cfg77 # There are two parts to the firmware: a read-only image
/qemu/docs/system/ppc/
H A Damigang.rst142 * Silicon Motion SM501 display parts (identical to SM502 on real board)

123