Home
last modified time | relevance | path

Searched refs:arch (Results 1 – 25 of 138) sorted by path

123456

/qemu/.gitlab-ci.d/
H A Dbuildtest.yml33 AVOCADO_TAGS: arch:avr arch:loongarch64 arch:mips64 arch:mipsel
64 AVOCADO_TAGS: arch:alpha arch:microblazeel arch:mips64el
96 AVOCADO_TAGS: arch:arm arch:i386 arch:riscv64 arch:sh4 arch:sparc arch:xtensa
140 AVOCADO_TAGS: arch:microblaze arch:mips arch:xtensa arch:m68k
141 arch:riscv32 arch:ppc arch:sparc64
256 AVOCADO_TAGS: arch:ppc64 arch:or1k arch:s390x arch:x86_64 arch:rx
257 arch:sh4
287 AVOCADO_TAGS: arch:s390x arch:x86_64 arch:aarch64
/qemu/
H A D.travis.yml83 arch: arm64
117 arch: ppc64le
152 arch: s390x
195 arch: s390x
225 arch: s390x
239 arch: s390x
H A DMAINTAINERS2990 F: include/sysemu/dump-arch.h
H A Dconfigure1650 arch=${target%%-*}
1658 test -f "$source_path/tests/tcg/$arch/Makefile.softmmu-target" || continue
1659 qemu="qemu-system-$arch"
1662 qemu="qemu-$arch"
1672 echo "TARGET_NAME=$arch" >> "$config_target_mak"
1679 if test "${gdb_arches#*$arch}" != "$gdb_arches"; then
/qemu/disas/
H A Ddisas-common.c50 s->info.arch = bfd_arch_unknown; in disas_initialize_debug()
H A Dhppa.c581 enum pa_arch arch; member
1989 if (opcode->arch == pa20w) in print_insn_hppa()
H A Dm68k.c227 unsigned int arch; member
1989 && (opc->arch & arch_mask) != 0) in print_insn_m68k()
H A Dsh4.c324 unsigned int arch; member
1631 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4; in print_insn_sh()
1634 && SH_MERGE_ARCH_SET (op->arch, arch_op32)) in print_insn_sh()
1637 if (!SH_MERGE_ARCH_SET_VALID (op->arch, target_arch)) in print_insn_sh()
2066 return SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 4 : 2; in print_insn_sh()
H A Dsparc.c66 #define SPARC_OPCODE_ARCH_MASK(arch) (1 << (arch)) argument
69 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9) argument
1535 #define CBR(opcode, mask, lose, flags, arch) \ argument
1536 { opcode, (mask), ANNUL | (lose), "l", flags | F_DELAYED, arch }, \
1537 { opcode, (mask) | ANNUL, (lose), ",a l", flags | F_DELAYED, arch }
/qemu/docs/about/
H A Dremoved-features.rst566 ``query-cpus-fast`` ``arch`` output member (removed in 6.0)
569 The ``arch`` output member of the ``query-cpus-fast`` command is
/qemu/docs/devel/
H A Dtesting.rst1143 "qemu-system-${arch}", either in the current
1165 arch citation
1177 The ``arch`` attribute will be set to the test parameter of the same
1180 ``:avocado: tags=arch:VALUE`` tag, it will be set to ``VALUE``.
1262 arch citation
1272 This parameter has a direct relation with the ``arch`` attribute. If
/qemu/docs/specs/
H A Dppc-spapr-numa.rst151 limited to MAX_DISTANCE_REF_POINTS = 4 (from arch/powerpc/mm/numa.c in the
H A Dppc-spapr-xive.rst37 property ``ibm,arch-vec-5-platform-support`` in byte 23 and the OS
H A Dtpm.rst363 -kernel arch/arm/boot/zImage \
364 -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \
/qemu/docs/system/arm/
H A Daspeed.rst103 -kernel arch/arm/boot/zImage \
104 -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \
H A Dbananapi_m2u.rst67 -kernel /path/to/linux/arch/arm/boot/zImage \
69 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-r40-bananapi-m2-ultra.dtb
H A Dorangepi.rst112 -kernel /path/to/linux/arch/arm/boot/zImage \
114 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb
149 -kernel /path/to/linux/arch/arm/boot/zImage \
151 -dtb /path/to/linux/arch/arm/boot/dts/sun8i-h3-orangepi-pc.dtb \
H A Dsabrelite.rst59 -kernel arch/arm/boot/zImage \
60 -dtb arch/arm/boot/dts/imx6q-sabrelite.dtb \
H A Dxlnx-versal-virt.rst79 -kernel arch/arm64/boot/Image \
/qemu/docs/system/
H A Dcpu-hotplug.rst101 "arch": "x86"
113 "arch": "x86"
/qemu/docs/system/loongarch/
H A Dvirt.rst87 the kernel file: arch/loongarch/boot/vmlinuz.efi
/qemu/docs/system/riscv/
H A Dsifive_u.rst131 -kernel arch/riscv/boot/Image \
156 -kernel arch/riscv/boot/Image \
157 -dtb arch/riscv/boot/dts/sifive/hifive-unleashed-a00.dtb \
H A Dvirt.rst139 -kernel arch/riscv/boot/Image \
/qemu/hw/
H A DKconfig48 # arch Kconfig
/qemu/hw/core/
H A Dmachine-qmp-cmds.c139 info->arch = qapi_enum_parse(&SysEmuTarget_lookup, target_name(), -1, in qmp_query_target()

123456