Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 147) sorted by relevance

123456

/qemu/tests/tcg/
H A DMakefile.target48 quiet-command = $(call quiet-@,$2,$3)$1
51 cc-option = if $(call cc-test, $1); then \
79 $(call diff-out,$1,$2), \
80 $(call skip-test,"$1 check","no reference"))
180 $(call run-test, $@, $(QEMU) $(QEMU_OPTS) \
183 $(call strip-plugin,$<))
187 with $(call strip-plugin,$<)))
190 $(call run-test, $<, \
196 $(call run-test, $@, \
201 $(QEMU_OPTS) $(call strip-plugin,$<))
[all …]
/qemu/tests/tcg/multiarch/
H A DMakefile.target49 $(call skip-test, $<, "flaky on CI?")
51 $(call skip-test, $<, "flaky on CI?")
61 $(call run-test, $@, $(GDB_SCRIPT) \
68 $(call run-test, $@, $(GDB_SCRIPT) \
75 $(call run-test, $@, $(GDB_SCRIPT) \
82 $(call run-test, $@, $(GDB_SCRIPT) \
89 $(call run-test, $@, $(GDB_SCRIPT) \
96 $(call run-test, $@, $(GDB_SCRIPT) \
110 $(call run-test, $@, $(GDB_SCRIPT) \
117 $(call run-test, $@, $(GDB_SCRIPT) \
[all …]
/qemu/pc-bios/optionrom/
H A DMakefile16 quiet-command = $(call quiet-@,$2 $@)$1
25 cc-option = if $(call cc-test, $1); then \
32 $(quiet-@)($(call cc-option,-fcf-protection=none); \
33 $(call cc-option,-fno-pie); \
34 $(call cc-option,-no-pie); \
35 $(call cc-option,-fno-stack-protector); \
36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak
44 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<,Assembling)
47 $(call quiet-command,$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@,Compiling)
50 $(call quiet-command,$(CC) $(CFLAGS) $(LDFLAGS) -s -o $@ $^,Linking)
[all …]
H A Dkvmvapic.S127 call mp_get_tpr_eax
133 call mp_get_tpr_eax
139 call mp_get_tpr_eax
145 call mp_get_tpr_eax
151 call mp_get_tpr_edi
157 call mp_get_tpr_eax
162 call mp_get_tpr_eax
168 call mp_set_tpr
273 call up_set_tpr
/qemu/tests/tcg/aarch64/
H A DMakefile.target18 $(call run-test,$<,$(QEMU) $<)
19 $(call diff-out,$<,$(AARCH64_SRC)/fcvt.ref)
23 fnia=`$(call cc-test,-fno-integrated-as) && echo -fno-integrated-as`; \
24 $(call cc-option,-march=armv8.1-a+sve, CROSS_CC_HAS_SVE); \
25 $(call cc-option,-march=armv8.1-a+sve2, CROSS_CC_HAS_SVE2); \
26 $(call cc-option,-march=armv8.2-a, CROSS_CC_HAS_ARMV8_2); \
90 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
91 $(call diff-out, sha1-vector, sha1.out)
121 $(call run-test, $@, $(GDB_SCRIPT) \
128 $(call run-test, $@, $(GDB_SCRIPT) \
[all …]
H A DMakefile.softmmu-target32 $(call cc-option,-march=armv8.3-a, CROSS_CC_HAS_ARMV8_3); \
64 $(call skip-test, $<, "MANUAL ONLY")
67 $(call skip-test, $<, "MANUAL ONLY")
76 $(call run-test, $<, \
84 $(call run-test, $<, \
96 $(call skip-test, "BUILD of $@", "missing compiler support")
98 $(call skip-test, "RUN of pauth-3", "not built")
114 $(call run-test, $@, $(GDB_SCRIPT) \
124 $(call skip-test "RUN of gdbstub-mte", "GDB does not support MTE in baremetal!")
128 $(call skip-test, "BUILD of $@", "missing compiler support")
[all …]
/qemu/pc-bios/s390-ccw/
H A DMakefile16 quiet-command = $(call quiet-@,$2 $@)$1
20 $(call set-vpath, $(SRC_PATH))
26 $(call quiet-command,$(CC) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \
30 $(call quiet-command,$(CCAS) $(EXTRA_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) \
46 cc-option = if $(call cc-test, $1); then \
51 $(quiet-@)($(call cc-option,-Wno-stringop-overflow); \
52 $(call cc-option,-fno-stack-protector); \
53 $(call cc-option,-Wno-array-bounds); \
54 $(call cc-option,-Wno-gnu); \
55 $(call cc-option,-march=z900,-march=z10)) 3> config-cc.mak
[all …]
H A Dnetboot.mak14 $(call quiet-command,$(CC) $(NETLDFLAGS) -o $@ $^,Linking)
17 $(call quiet-command,$(STRIP) --strip-unneeded $< -o $@,Stripping $< into)
26 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
32 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
36 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
41 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
44 $(call quiet-command,$(CC) $(LIBC_CFLAGS) -c -o $@ $<,Compiling)
49 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
59 $(call quiet-command,$(CC) $(LIBNETCFLAGS) -c -o $@ $<,Compiling)
62 $(call quiet-command,$(AR) -rc $@ $^,Creating static library)
/qemu/tests/docker/
H A DMakefile.include40 $(call quiet-command, \
61 $(call quiet-command, \
71 $(call quiet-command, \
96 $(call quiet-command, \
102 $(call quiet-command, \
106 $(call quiet-command, \
115 $(call debian-toolchain, $@)
202 $(call quiet-command, \
206 $(call quiet-command, \
231 $(call quiet-command, rm -r $(DOCKER_SRC_COPY), \
[all …]
/qemu/tests/tcg/ppc64/
H A DMakefile.target9 $(call cc-option,-mpower8-vector, CROSS_CC_HAS_POWER8_VECTOR); \
10 $(call cc-option,-mpower10, CROSS_CC_HAS_POWER10)) 3> config-cc.mak
17 $(call skip-test, $<, "BROKEN (flaky with clang) ")
19 $(call skip-test, $<, "BROKEN (flaky with clang) ")
22 $(call skip-test, $<, "BROKEN (flaky with clang) ")
24 $(call skip-test, $<, "BROKEN (flaky with clang) ")
/qemu/tests/
H A DMakefile.include52 $(call quiet-command, \
58 $(call quiet-command, \
64 $(call quiet-command, \
70 $(call quiet-command, \
110 quiet-venv-pip = $(quiet-@)$(call quiet-command-run, \
115 $(call quiet-venv-pip,install -e "$(SRC_PATH)/python/")
117 $(call quiet-command, touch $@)
120 $(call quiet-command, mkdir -p $@, \
132 $(call quiet-command, \
141 $(call quiet-command, \
/qemu/tests/tcg/arm/
H A DMakefile.target13 $(call cc-option,-fno-integrated-as, CROSS_CC_HAS_FNIA)) 3> config-cc.mak
35 $(call run-test,fcvt,$(QEMU) $<)
36 $(call diff-out,fcvt,$(ARM_SRC)/fcvt.ref)
53 $(call run-test,$<,$(QEMU) $< 2> $<.err)
64 $(call skip-test, $<, "MANUAL ONLY")
75 $(call run-test, $<, $(QEMU) $(QEMU_OPTS) $<)
76 $(call diff-out, sha1-vector, sha1.out)
H A DMakefile.softmmu-target55 $(call skip-test, $<, "MANUAL ONLY")
58 $(call skip-test, $<, "MANUAL ONLY")
63 $(call run-test, $<, \
71 $(call run-test, $<, \
/qemu/tests/uefi-test-tools/
H A DMakefile58 map_aarch64_to_uefi = $(subst aarch64,AA64,$(call map_arm_to_uefi,$(1)))
59 map_riscv64_to_uefi = $(subst riscv64,RISCV64,$(call map_aarch64_to_uefi,$(1)))
60 map_i386_to_uefi = $(subst i386,IA32,$(call map_riscv64_to_uefi,$(1)))
61 map_x86_64_to_uefi = $(subst x86_64,X64,$(call map_i386_to_uefi,$(1)))
62 map_to_uefi = $(subst .,,$(call map_x86_64_to_uefi,$(1)))
78 ::EFI/BOOT/BOOT$(call map_to_uefi,$(suffix $*)).EFI
/qemu/pc-bios/vof/
H A DMakefile10 quiet-command = $(call quiet-@,$2 $@)$1
15 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -o $@ $<,Assembling)
18 $(call quiet-command, $(CC) $(EXTRA_CFLAGS) -c -fno-stack-protector -o $@ $<,Compiling)
21 $(call quiet-command, $(LD) -nostdlib -e_start -T$(SRC_DIR)/vof.lds -EB -o $@ $^,Linking)
24 …$(call quiet-command, $(OBJCOPY) -O binary -j .text -j .data -j .toc -j .got2 $^ $@,Extracting raw…
/qemu/tests/tcg/multiarch/system/
H A DMakefile.softmmu-target21 $(call run-test, $@, $(GDB_SCRIPT) \
30 $(call run-test, $@, $(GDB_SCRIPT) \
39 $(call run-test, $@, $(GDB_SCRIPT) \
48 $(call quiet-command, \
53 $(call run-test, $@, $(GDB_SCRIPT) \
63 …$(call skip-test, "gdbstub test $*", "need working gdb with $(patsubst -%,,$(TARGET_NAME)) support…
/qemu/contrib/plugins/
H A DMakefile52 quiet-command = $(call quiet-@,$2,$3)$1
60 $(call quiet-command, \
66 $(call quiet-command, \
71 $(call quiet-command, \
76 $(call quiet-command, \
/qemu/tests/tcg/i386/
H A DMakefile.target10 $(call cc-option,-fno-pie, CROSS_CC_HAS_I386_NOPIE)) 3> config-cc.mak
52 $(call skip-test, "BUILD of $@", "missing -no-pie compiler support")
54 $(call skip-test, "RUN of test-i386", "not built")
60 $(call quiet-command, ./$< > $@,"GENREF","generating $@")
64 $(call run-test,test-i386-fprem, $(QEMU) $<)
65 $(call diff-out,test-i386-fprem, test-i386-fprem.ref)
H A DREADME10 The Linux system call modify_ldt() is used to create x86 selectors
13 The Linux system call vm86() is used to test vm86 emulation.
31 that the system call parameters are correctly converted between target
/qemu/roms/
H A DMakefile33 find-cross-gcc = $(firstword $(wildcard $(patsubst %ld,%gcc,$(call find-cross-ld,$(1)))))
35 find-cross-prefix = $(subst gcc,,$(notdir $(call find-cross-gcc,$(1))))
37 arm_cross_prefix := $(call find-cross-prefix,arm)
38 powerpc64_cross_prefix := $(call find-cross-prefix,powerpc64)
39 powerpc_cross_prefix := $(call find-cross-prefix,powerpc)
40 x86_64_cross_prefix := $(call find-cross-prefix,x86_64)
41 riscv32_cross_prefix := $(call find-cross-prefix,riscv32)
42 riscv64_cross_prefix := $(call find-cross-prefix,riscv64)
/qemu/tests/tcg/s390x/
H A DMakefile.target10 $(call cc-option,-march=z14, CROSS_CC_HAS_Z14); \
11 $(call cc-option,-march=z15, CROSS_CC_HAS_Z15)) 3> config-cc.mak
95 $(call run-test, $@, $(GDB_SCRIPT) \
104 $(call run-test, $@, $(GDB_SCRIPT) \
/qemu/tests/lcitool/
H A DMakefile.include16 $(call quiet-command, cd $(SRC_PATH) && git submodule update --init tests/lcitool/libvirt-ci)
17 $(call quiet-command, $(PYTHON) $(LCITOOL_REFRESH))
/qemu/tests/tcg/sh4/
H A DMakefile.target9 $(call skip-test, $<, "BROKEN")
11 $(call skip-test, $<, "BROKEN")
/qemu/tests/tcg/hexagon/
H A Dtest_call.S26 call test
29 call write
/qemu/tests/vm/
H A DMakefile.include95 $(call quiet-command, \
110 $(call quiet-command, \
136 $(call quiet-command, \

123456