Home
last modified time | relevance | path

Searched refs:architecture (Results 1 – 25 of 95) sorted by relevance

1234

/qemu/scripts/ci/setup/ubuntu/
H A Dbuild-environment.yml22 - name: Add armhf foreign architecture to aarch64 hosts
23 command: dpkg --add-architecture armhf
26 - ansible_facts['architecture'] == 'aarch64'
36 - name: Include package lists based on OS and architecture
38 file: "ubuntu-2204-{{ ansible_facts['architecture'] }}.yaml"
42 - ansible_facts['architecture'] == 'aarch64' or ansible_facts['architecture'] == 'x86_64'
50 - ansible_facts['architecture'] == 'aarch64' or ansible_facts['architecture'] == 'x86_64'
68 - ansible_facts['architecture'] == 'aarch64'
/qemu/docs/system/openrisc/
H A Demulation.rst1 OpenRISC 1000 CPU architecture support
5 the OpenRISC 1000 cpu architecture.
16 architecture manual available on the OpenRISC website in the
17 `OpenRISC Architecture <https://openrisc.io/architecture>`_ section.
H A Dcpu-features.rst4 The QEMU emulation of the OpenRISC architecture provides following built in
/qemu/scripts/ci/setup/
H A Dgitlab-runner.yml46 - name: Set the architecture for gitlab-runner
48 gitlab_runner_arch: "{{ ansible_to_gitlab_arch[ansible_facts[\"architecture\"]] }}"
77architecture\"] }},{{ ansible_facts[\"distribution\"]|lower }}_{{ ansible_facts[\"distribution_ver…
81 …] }} {{ ansible_facts[\"distribution_version\"] }} {{ ansible_facts[\"architecture\"] }} ({{ ansib…
84 - ansible_facts['architecture'] == 'aarch64'
H A Dvars.yml.template4 # A mapping of the ansible to gitlab architecture nomenclature
/qemu/docs/about/
H A Demulation.rst7 depending on the guest architecture.
44 - The ubiquitous desktop PC CPU architecture, 32 and 64 bit.
48 - A MIPS-like 64bit RISC architecture developed in China
60 - Venerable RISC architecture originally out of Stanford University
64 - Open source RISC architecture developed by the OpenRISC community
68 - A general purpose RISC architecture now managed by IBM
106 Semihosting is a feature defined by the owner of the architecture to
152 for that architecture.
/qemu/docs/system/arm/
H A Demulation.rst3 A-profile CPU architecture support
7 Armv8 versions of the A-profile architecture. It also has support for
8 the following architecture extensions:
161 R-profile CPU architecture support
167 M-profile CPU architecture support
172 for the following architecture extensions:
/qemu/docs/system/
H A Dtarget-sparc.rst7 architecture machines:
54 The number of peripherals is fixed in the architecture. Maximum memory
H A Dtarget-openrisc.rst9 on FPGAs. These SoCs are based on the same core architecture as the or1ksim
61 Emulated CPU architecture support
/qemu/tests/tcg/multiarch/
H A DREADME1 Multi-architecture linux-user tests
/qemu/target/hexagon/
H A Dattribs_def.h.inc31 DEF_ATTRIB(ARCHV2, "V2 architecture", "", "")
32 DEF_ATTRIB(ARCHV3, "V3 architecture", "", "")
33 DEF_ATTRIB(ARCHV4, "V4 architecture", "", "")
34 DEF_ATTRIB(ARCHV5, "V5 architecture", "", "")
/qemu/tests/tcg/
H A DREADME4 or they are architecture specific.
/qemu/tests/guest-debug/
H A Dtest_gdbstub.py29 arch = inferior.architecture()
/qemu/docs/
H A Dbypass-iommu.txt25 the 'q35' machine type on x86 architecture and the 'virt' machine type
51 x86 architecture:
/qemu/docs/specs/
H A Dppc-xive.rst6 architecture, called XIVE as "eXternal Interrupt Virtualization
9 Compared to the previous architecture, the main characteristics of
16 XIVE architecture
H A Dacpi_cpu_hotplug.rst65 upper 32 bits of architecture specific CPU ID value
102 lower 32 bits of architecture specific CPU ID value
165 architecture specific CPU ID value for currently selected CPU.
H A Dvmcoreinfo.rst52 value. The value is expected to be more accurate than architecture
H A Dfw_cfg.rst46 setting is architecture specific. A value of 0 means the item is a
48 to a particular architecture. In other words, generic configuration
50 architecture specific configuration items are accessed with a selector
/qemu/docs/devel/
H A Dci-runners.rst.inc10 The architecture of GitLab's CI service allows different machines to
100 architecture. For instance, an Ubuntu 20.04 aarch64 system should
H A Dqtest.rst45 one variable per architecture, plus ``qtests_generic`` for tests
/qemu/target/loongarch/
H A DREADME3 LoongArch is the general processor architecture of Loongson.
/qemu/docs/interop/
H A Dfirmware.json54 # is specific to the target architecture and machine type.
68 # @architecture: Determines the emulation target (the QEMU system
72 # specified through @architecture) that can execute the
84 'data' : { 'architecture' : 'SysEmuTarget',
/qemu/
H A DREADME.rst19 architecture ABI (e.g. the Linux PPC64 ABI) to be run on a host using a
20 different architecture ABI (e.g. the Linux x86_64 ABI). This does not
/qemu/target/arm/tcg/
H A Dm-nocp.decode21 # For M-profile, the architecture specifies that NOCP UsageFaults
/qemu/tests/docker/dockerfiles/
H A Ddebian-riscv64-cross.docker46 dpkg --add-architecture riscv64 && \

1234