/openbmc/qemu/tests/ |
H A D | Makefile.include | 42 BUILD_TCG_TARGET_RULES=$(patsubst %,build-tcg-tests-%, $(TCG_TESTS_TARGETS)) 43 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 44 DISTCLEAN_TCG_TARGET_RULES=$(patsubst %,distclean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 45 RUN_TCG_TARGET_RULES=$(patsubst %,run-tcg-tests-%, $(TCG_TESTS_TARGETS)) 48 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak)) 50 .PHONY: $(TCG_TESTS_TARGETS:%=build-tcg-tests-%) 51 $(TCG_TESTS_TARGETS:%=build-tcg-tests-%): build-tcg-tests-%: $(BUILD_DIR)/tests/tcg/config-%.mak 53 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS), \ 56 .PHONY: $(TCG_TESTS_TARGETS:%=run-tcg-tests-%) 57 $(TCG_TESTS_TARGETS:%=run-tcg-tests-%): run-tcg-tests-%: build-tcg-tests-% [all …]
|
/openbmc/qemu/accel/tcg/ |
H A D | meson.build | 6 'tcg-all.c', 9 'tcg-runtime-gvec.c', 10 'tcg-runtime.c', 32 'tcg-accel-ops.c', 33 'tcg-accel-ops-mttcg.c', 34 'tcg-accel-ops-icount.c', 35 'tcg-accel-ops-rr.c',
|
/openbmc/qemu/tcg/ |
H A D | meson.build | 1 if not get_option('tcg').allowed() 10 'tcg.c', 11 'tcg-common.c', 12 'tcg-op.c', 13 'tcg-op-ldst.c', 14 'tcg-op-gvec.c', 15 'tcg-op-vec.c',
|
/openbmc/qemu/docs/devel/ |
H A D | index-tcg.rst | 13 tcg 14 tcg-ops 16 multi-thread-tcg 17 tcg-icount 18 tcg-plugins
|
H A D | index.rst | 26 want to read our :ref:`tcg` documentation, especially the overview of 37 index-tcg
|
/openbmc/qemu/tests/tcg/ |
H A D | Makefile.target | 45 TARGET_PREFIX=tests/tcg/$(TARGET):$(SPACE) 109 -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.target 111 -include $(SRC_PATH)/tests/tcg/multiarch/Makefile.target 112 -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.target 130 -include $(SRC_PATH)/tests/tcg/minilib/Makefile.target 131 -include $(SRC_PATH)/tests/tcg/multiarch/system/Makefile.softmmu-target 132 -include $(SRC_PATH)/tests/tcg/$(TARGET_NAME)/Makefile.softmmu-target 151 PLUGIN_SRC=$(SRC_PATH)/tests/tcg/plugins
|
/openbmc/qemu/tcg/tci/ |
H A D | README | 24 tcg-target.c.inc, tcg-target.h. Both files are in directory tcg/tci. 26 The additional file tcg/tci.c adds the interpreter and disassembler. 37 configure --enable-tcg-interpreter 39 If configure is called without --enable-tcg-interpreter, it will 46 configure --enable-tcg-interpreter 52 qemu-system-i386 -d in_asm,op_opt,cpu -D /tmp/qemu.log -accel tcg,one-insn-per-tb=on 61 configure --cpu=unknown --enable-tcg-interpreter
|
/openbmc/qemu/tests/tcg/ppc64le/ |
H A D | Makefile.target | 5 VPATH += $(SRC_PATH)/tests/tcg/ppc64le 7 include $(SRC_PATH)/tests/tcg/ppc64/Makefile.target
|
/openbmc/qemu/target/i386/tcg/ |
H A D | meson.build | 12 'tcg-cpu.c', 13 'translate.c'), if_false: files('tcg-stub.c'))
|
/openbmc/qemu/scripts/ |
H A D | qemu-gdb.py | 26 from qemugdb import aio, mtree, coroutine, tcg, timers 38 tcg.TCGLockStatusCommand()
|
/openbmc/qemu/include/exec/ |
H A D | helper-info.c.inc | 4 * This one expands info structures for tcg helpers. 8 #include "tcg/tcg.h" 9 #include "tcg/helper-info.h"
|
H A D | helper-gen.h.inc | 4 * This one expands generation functions for tcg opcodes. 9 #include "tcg/tcg.h" 10 #include "tcg/helper-info.h"
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 8 MULTIARCH_SRC=$(SRC_PATH)/tests/tcg/multiarch 30 $(call conditional-diff-out,$<,$(SRC_PATH)/tests/tcg/$(TARGET_NAME)/$<.ref) 154 semihosting: CFLAGS+=-I$(SRC_PATH)/tests/tcg/$(TARGET_NAME) 165 semiconsole: CFLAGS+=-I$(SRC_PATH)/tests/tcg/$(TARGET_NAME) 181 $(SRC_PATH)/tests/tcg/multiarch/check-plugin-output.sh \
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | Makefile.target | 6 ARM_SRC=$(SRC_PATH)/tests/tcg/arm 48 semihosting-arm: CFLAGS += -marm -I$(SRC_PATH)/tests/tcg/$(TARGET_NAME) 59 semiconsole-arm: CFLAGS += -marm -I$(SRC_PATH)/tests/tcg/$(TARGET_NAME)
|
/openbmc/linux/Documentation/devicetree/bindings/security/tpm/ |
H A D | tpm_tis_spi.txt | 5 "tcg,tpm_tis-spi" 19 compatible = "tcg,tpm_tis-spi";
|
H A D | tpm_tis_mmio.txt | 13 "tcg,tpm-tis-mmio". Valid chip strings are: 21 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.softmmu-target | 9 I386_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/i386/system 10 X64_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/x86_64/system
|
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | Makefile.softmmu-target | 9 I386_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/i386/system 10 X64_SYSTEM_SRC=$(SRC_PATH)/tests/tcg/x86_64/system
|
H A D | Makefile.target | 9 include $(SRC_PATH)/tests/tcg/i386/Makefile.target 38 %: $(SRC_PATH)/tests/tcg/x86_64/%.c
|
/openbmc/qemu/ |
H A D | configure | 269 tcg="auto" 745 meson_option_parse --enable-debug-tcg "" 751 --disable-tcg) tcg="disabled" 753 --enable-tcg) tcg="enabled" 1063 if test "$tcg" = "disabled" ; then 1141 if test "$tcg" = "auto"; then 1143 tcg="disabled" 1145 tcg="enabled" 1796 mkdir -p tests/tcg 1797 echo "# Automatically generated by configure - do not modify" > tests/tcg/$config_host_mak [all …]
|
/openbmc/qemu/docs/about/ |
H A D | build-platforms.rst | 43 - hvf (64 bit only), kvm (64 bit only), tcg, xen 45 - kvm, tcg 47 - kvm, tcg 49 - kvm, tcg 51 - kvm, tcg 53 - tcg 55 - hvf (64 bit only), kvm, nvmm, tcg, whpx (64 bit only), xen 59 ``--enable-tcg-interpreter`` option to enable the TCI support, but note that
|
H A D | emulation.rst | 233 ``make check-tcg`` target in ``tests/tcg/plugins`` that are never the 239 ``tests/tcg/plugins/empty.c`` 247 ``tests/tcg/plugins/bb.c`` 254 -d plugin ./tests/tcg/aarch64-linux-user/sha1 296 tests/tcg/aarch64-linux-user/sha1 304 ``tests/tcg/plugins/insn.c`` 310 -d plugin ./tests/tcg/aarch64-linux-user/threadcount 343 -d plugin ./tests/tcg/aarch64-linux-user/sha512-vector 360 ``tests/tcg/plugins/mem.c`` 365 -d plugin ./tests/tcg/aarch64-linux-user/sha1 [all …]
|
/openbmc/qemu/target/arm/ |
H A D | meson.build | 34 subdir('tcg') subdir 36 arm_ss.add(files('tcg-stubs.c'))
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | COMPONENTS.md | 144 tcg 145 ~ .*/qemu(/accel/tcg|/replay|/tcg)/.*
|
/openbmc/qemu/target/loongarch/ |
H A D | README | 25 2. Test tests/tcg/multiarch. 31 make && make check-tcg
|