Home
last modified time | relevance | path

Searched full:eval (Results 1 – 23 of 23) sorted by relevance

/qemu/tests/qemu-iotests/
H A Dcommon.nbd70 eval "exec ${_nbd_fifo_fd}<'$nbd_stderr_fifo'"
79 eval "exec $nbd_fifo_fd>&-"
85 eval "exec $nbd_fifo_fd>&-"
H A Dcommon.qemu352 eval "exec ${_out_fd}<'${fifo_out}'"
353 eval "exec ${_in_fd}>'${fifo_in}'"
400 eval "exec ${QEMU_IN[$i]}<&-" # close file descriptors
401 eval "exec ${QEMU_OUT[$i]}<&-"
H A Dcommon.rc523 eval "$QEMU_NBD -v -t -k '$SOCK_DIR/nbd' -f $IMGFMT -e 42 -x '' $TEST_IMG_FILE >/dev/null &"
965 eval c=\$$1
H A D27198 for var in "$@"; do eval "$var"; done
/qemu/scripts/
H A Dqemu-binfmt-conf.sh316 host_family=$(eval echo \$${host_cpu}_family)
326 magic=$(eval echo \$${cpu}_magic)
327 mask=$(eval echo \$${cpu}_mask)
328 family=$(eval echo \$${cpu}_family)
371 eval set -- "$options"
H A Dxml-preprocess.py156 result = eval(f"{left} {operator} {right}")
158 result = eval(f'"{left}" {operator} "{right}"')
H A Dkernel-doc21 # Stop eval'ing where we don't need to.
639 eval $dohighlight;
850 eval $dohighlight;
H A Dget_maintainer.pl1373 return 1 if eval $VCS_cmds{"available"};
1375 return 2 if eval $VCS_cmds{"available"};
H A Dcheckpatch.pl208 eval "\${dbg_$key} = '$debug{$key}';";
/qemu/tests/docker/
H A DMakefile.include133 $(eval .PHONY: docker-$t@$i) \
134 $(eval docker-$t@$i: docker-image-$i; @$(MAKE) docker-run TEST=$t IMAGE=qemu/$i) \
137 $(eval docker-all-tests: docker-$t@$i) \
138 $(eval docker-$t: docker-$t@$i) \
/qemu/
H A Dconfigure109 if test -n "$BASH_VERSION"; then eval '
230 eval "cross_cc_cflags_${cc_arch}=\$optarg"
233 eval "cross_cc_${cc_arch}=\$optarg"
238 eval "cross_prefix_${cc_arch}=\$optarg"
717 eval "devices_${device_arch}=\$optarg"
1379 eval "$2="
1380 if eval test -n "\"\${cross_prefix_$1}\""; then
1381 if eval has "\"\${cross_prefix_$1}\$3\""; then
1382 eval "$2=\"\${cross_prefix_$1}\$3\""
1551 eval "target_cflags=\${cross_cc_cflags_$target_arch}"
[all …]
/qemu/target/s390x/
H A Ds390x-internal.h176 CC_OP_ABS_64, /* sign eval on abs (64bit) */
177 CC_OP_NABS_64, /* sign eval on nabs (64bit) */
182 CC_OP_ABS_32, /* sign eval on abs (64bit) */
183 CC_OP_NABS_32, /* sign eval on nabs (64bit) */
/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh53 eval `grep SRC_PATH= config-host.mak`
/qemu/target/mips/tcg/
H A Dfpu_helper.c1791 * NOTE: the comma operator will make "cond" to eval to false,
1817 * NOTE: the comma operator will make "cond" to eval to false,
1870 * NOTE: the comma operator will make "cond" to eval to false,
1896 * NOTE: the comma operator will make "cond" to eval to false,
1967 * NOTE: the comma operator will make "cond" to eval to false,
2015 * NOTE: the comma operator will make "cond" to eval to false,
2079 * NOTE: the comma operator will make "cond" to eval to false,
2105 * NOTE: the comma operator will make "cond" to eval to false,
2174 * NOTE: the comma operator will make "cond" to eval to false,
2200 * NOTE: the comma operator will make "cond" to eval to false,
/qemu/tests/tcg/
H A DMakefile.target166 $(eval run-plugin-$(t)-with-$(p): $t $p) \
167 $(eval RUN_TESTS+=run-plugin-$(t)-with-$(p))))
/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci70 try: # only eval integer, no #define like 'SR_M' (cpp did this, else some headers are missing).
/qemu/tests/
H A DMakefile.include46 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak))
/qemu/pc-bios/s390-ccw/
H A DMakefile20 set-vpath = $(if $1,$(foreach PATTERN,$(VPATH_SUFFIXES),$(eval vpath $(PATTERN) $1)))
/qemu/python/qemu/qmp/
H A Dqmp_shell.py254 tree = ast.parse(val, mode='eval')
/qemu/pc-bios/
HDopenbios-sparc32 ... call-method write seek instance-to-package eval obp-ticks vocabularies? #order vocabularies big little ...
HDu-boot.e500__of_translate_address fdt_fixup_memory_banks set_tlb do_bootvx_fdt dev_get_parent_priv device_remove mpc85xx_pci_dm_probe tsec_mdio_probe phy_device_create fs_devread dev_get_uclass_priv virtio_uclass_child_pre_probe virtio_has_feature virtio_pci_set_status virtio_pci_get_config virtio_has_feature dev_get_priv virtqueue_add virtio_pci_set_features ...
HDopenbios-ppcIBM PPS Model 6015 | WH | k | W  |& k K { @ @ @ { ...
/qemu/target/hexagon/
H A Dhex_common.py287 eval(eval_line.strip())