/openbmc/openbmc-build-scripts/ |
H A D | run-qemu-robot-test.sh | 85 QEMU_ARCH="ppc64le-linux" 88 QEMU_ARCH="x86_64-linux" 91 QEMU_ARCH="arm64-linux" 99 QEMU_BIN=${QEMU_BIN:-./tmp/sysroots/${QEMU_ARCH}/usr/bin/qemu-system-arm} 122 --env QEMU_ARCH="${QEMU_ARCH}" \
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | boot-qemu.sh | 37 QEMU_ARCH=${1:-$QEMU_ARCH} 39 echo "QEMU_ARCH = $QEMU_ARCH" 40 if [[ -z $QEMU_ARCH ]]; then 54 QEMU_BIN=${QEMU_BIN:-./tmp/sysroots/${QEMU_ARCH}/usr/bin/qemu-system-arm}
|
/openbmc/linux/tools/testing/selftests/wireguard/qemu/ |
H A D | Makefile | 58 QEMU_ARCH := aarch64 macro 82 QEMU_ARCH := arm macro 94 QEMU_ARCH := arm macro 107 QEMU_ARCH := x86_64 macro 118 QEMU_ARCH := i386 macro 153 QEMU_ARCH := mips macro 177 QEMU_ARCH := ppc64 macro 187 QEMU_ARCH := ppc64 macro 197 QEMU_ARCH := ppc macro 207 QEMU_ARCH := m68k macro [all …]
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | Makefile | 89 QEMU_ARCH = $(QEMU_ARCH_$(XARCH)) macro 195 $(Q)qemu-$(QEMU_ARCH) ./nolibc-test > "$(CURDIR)/run.out" || : 211 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio … 216 …$(Q)qemu-system-$(QEMU_ARCH) -display none -no-reboot -kernel "$(srctree)/$(IMAGE)" -serial stdio …
|
/openbmc/linux/tools/testing/kunit/qemu_configs/ |
H A D | alpha.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='alpha', variable
|
H A D | arm64.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='arm64', variable
|
H A D | powerpc.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='powerpc', variable
|
H A D | sparc.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='sparc', variable
|
H A D | s390.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='s390', variable
|
H A D | arm.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='arm', variable
|
H A D | i386.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='i386', variable
|
H A D | m68k.py | 4 QEMU_ARCH = QemuArchParams(linux_arch='m68k', variable
|
H A D | x86_64.py | 3 QEMU_ARCH = QemuArchParams(linux_arch='x86_64', variable
|
H A D | sh.py | 4 QEMU_ARCH = QemuArchParams(linux_arch='sh', variable
|
H A D | riscv.py | 14 QEMU_ARCH = QemuArchParams(linux_arch='riscv', variable
|
/openbmc/qemu/system/ |
H A D | arch_init.c | 42 const uint32_t arch_type = QEMU_ARCH;
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_kernel.py | 220 params: qemu_config.QemuArchParams = config.QEMU_ARCH
|
/openbmc/linux/Documentation/dev-tools/kunit/ |
H A D | run_wrapper.rst | 217 The file must contain a variable called ``QEMU_ARCH`` that has an
|
/openbmc/qemu/ |
H A D | meson.build | 3207 config_target_data.set('QEMU_ARCH',
|