Home
last modified time | relevance | path

Searched refs:arch (Results 101 – 125 of 142) sorted by relevance

123456

/qemu/tests/docker/dockerfiles/
H A Ddebian-i686-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch i686 debian-11 qemu
H A Ddebian-ppc64el-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch ppc64le debian-12 qemu
H A Ddebian-mips64el-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch mips64el debian-11 qemu
H A Ddebian-mipsel-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch mipsel debian-11 qemu
H A Ddebian-amd64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch x86_64 debian-12 qemu
H A Ddebian-arm64-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch aarch64 debian-12 qemu
H A Ddebian-armhf-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch armv7l debian-12 qemu
H A Ddebian-armel-cross.docker3 # $ lcitool dockerfile --layers all --cross-arch armv6l debian-11 qemu
/qemu/target/s390x/kvm/
H A Dkvm.c1002 dbg->arch.nr_hw_bp = nb_hw_breakpoints; in kvm_arch_update_guest_debug()
1003 dbg->arch.hw_bp = hw_breakpoints; in kvm_arch_update_guest_debug()
1011 dbg->arch.nr_hw_bp = 0; in kvm_arch_update_guest_debug()
1012 dbg->arch.hw_bp = NULL; in kvm_arch_update_guest_debug()
1891 struct kvm_debug_exit_arch *arch_info = &run->debug.arch; in kvm_arch_handle_debug_exit()
/qemu/tests/qtest/
H A Dhd-geo-test.c694 static void test_override(TestArgs *args, const char *arch, in test_override() argument
704 qts = qtest_initf("-machine %s %s", arch, joined_args); in test_override()
/qemu/linux-headers/linux/
H A Dkvm.h244 struct kvm_debug_exit_arch arch; member
570 struct kvm_guest_debug_arch arch; member
/qemu/disas/
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 }
H A Dhppa.c581 enum pa_arch arch; member
1989 if (opcode->arch == pa20w) in print_insn_hppa()
/qemu/docs/system/riscv/
H A Dvirt.rst139 -kernel arch/riscv/boot/Image \
/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 Dtpm.rst363 -kernel arch/arm/boot/zImage \
364 -dtb arch/arm/boot/dts/aspeed-ast2600-evb.dtb \
H A Dppc-spapr-xive.rst37 property ``ibm,arch-vec-5-platform-support`` in byte 23 and the OS
/qemu/target/hexagon/
H A Dmeson.build259 'arch.c',
/qemu/linux-user/m68k/
H A Dsyscall.tbl395 # room for arch specific calls
/qemu/linux-user/sh4/
H A Dsyscall.tbl398 # room for arch specific syscalls
/qemu/linux-user/hppa/
H A Dsyscall.tbl403 # up to 402 is unassigned and reserved for arch specific syscalls
/qemu/docs/system/arm/
H A Dxlnx-versal-virt.rst79 -kernel arch/arm64/boot/Image \
/qemu/hw/sparc64/
H A Dsun4u.c123 const char *arch, ram_addr_t RAM_size, in sun4u_NVRAM_set_params() argument
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c83 struct compat_arch_vcpu_info arch; member
104 struct compat_arch_shared_info arch; member

123456