Home
last modified time | relevance | path

Searched +full:gpio +full:- +full:line +full:- +full:names (Results 1 – 8 of 8) sorted by relevance

/qemu/pc-bios/
HDu-boot.e500 ... help' without arguments for list of all known commands #gpio-cells alloc space exhausted DRAM: WARNING: adjusting ...
HDopenbios-ppc ... i-cache-sets d-cache-block-size i-cache-block-size tlb- ...
/qemu/pc-bios/dtb/
H A Dcanyonlands.dts4 * Copyright 2008-2009 DENX Software Engineering, Stefan Roese <sr@denx.de>
11 /dts-v1/;
14 #address-cells = <2>;
15 #size-cells = <1>;
18 dcr-parent = <&{/cpus/cpu@0}>;
28 #address-cells = <1>;
29 #size-cells = <0>;
35 clock-frequency = <0>; /* Filled in by U-Boot */
36 timebase-frequency = <0>; /* Filled in by U-Boot */
37 i-cache-line-size = <32>;
[all …]
/qemu/hw/arm/
H A Dvirt.c2 * ARM mach-virt emulation
23 * + we want to present a very stripped-down minimalist platform,
41 #include "hw/vfio/vfio-calxeda-xgmac.h"
42 #include "hw/vfio/vfio-amd-xgbe.h"
57 #include "qemu/error-report.h"
59 #include "hw/pci-host/gpex.h"
60 #include "hw/virtio/virtio-pci.h"
61 #include "hw/core/sysbus-fdt.h"
62 #include "hw/platform-bus.h"
63 #include "hw/qdev-properties.h"
[all …]
/qemu/tests/qtest/
H A Dlibqtest.c14 * See the COPYING file in the top-level directory.
124 * It's in seconds on non-Windows platforms but milliseconds on Windows. in socket_accept()
138 return -1; in socket_accept()
144 } while (ret == -1 && errno == EINTR); in socket_accept()
145 if (ret == -1) { in socket_accept()
155 return s->qemu_pid; in qtest_pid()
160 pid_t pid = s->qemu_pid; in qtest_probe_child()
162 if (pid != -1) { in qtest_probe_child()
164 pid = waitpid(pid, &s->wstatus, WNOHANG); in qtest_probe_child()
169 GetExitCodeProcess((HANDLE)pid, &s->exit_code); in qtest_probe_child()
[all …]
/qemu/
H A DMAINTAINERS5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
10 consult qemu-devel and not any specific individual privately.
23 W: Web-page with status/info
41 One pattern per line. Multiple F: lines acceptable.
55 One regex pattern per line. Multiple K: lines acceptable.
59 ------------------------------
63 L: qemu-devel@nongnu.org
72 R: Philippe Mathieu-Daudé <philmd@linaro.org>
75 F: docs/devel/build-environment.rst
[all …]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]
/qemu/target/arm/
H A Dcpu.h23 #include "kvm-consts.h"
24 #include "qemu/cpu-float.h"
26 #include "cpu-qom.h"
27 #include "exec/cpu-common.h"
28 #include "exec/cpu-defs.h"
29 #include "exec/cpu-interrupt.h"
31 #include "exec/page-protection.h"
32 #include "qapi/qapi-types-common.h"
78 /* ARM-specific interrupt pending bits. */
106 #define ARM_INSN_START_WORD2_MASK ((1 << 26) - 1)
[all …]