/qemu/tests/qemu-iotests/ |
H A D | common.nbd | 70 eval "exec ${_nbd_fifo_fd}<'$nbd_stderr_fifo'" 79 eval "exec $nbd_fifo_fd>&-" 85 eval "exec $nbd_fifo_fd>&-"
|
H A D | common.qemu | 352 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 D | common.rc | 523 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 D | 271 | 98 for var in "$@"; do eval "$var"; done
|
/qemu/scripts/ |
H A D | qemu-binfmt-conf.sh | 316 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 D | xml-preprocess.py | 156 result = eval(f"{left} {operator} {right}") 158 result = eval(f'"{left}" {operator} "{right}"')
|
H A D | kernel-doc | 21 # Stop eval'ing where we don't need to. 639 eval $dohighlight; 850 eval $dohighlight;
|
H A D | get_maintainer.pl | 1373 return 1 if eval $VCS_cmds{"available"}; 1375 return 2 if eval $VCS_cmds{"available"};
|
H A D | checkpatch.pl | 208 eval "\${dbg_$key} = '$debug{$key}';";
|
/qemu/tests/docker/ |
H A D | Makefile.include | 133 $(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 D | configure | 109 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 D | s390x-internal.h | 176 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 D | rebuild-expected-aml.sh | 53 eval `grep SRC_PATH= config-host.mak`
|
/qemu/target/mips/tcg/ |
H A D | fpu_helper.c | 1791 * 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 D | Makefile.target | 166 $(eval run-plugin-$(t)-with-$(p): $t $p) \ 167 $(eval RUN_TESTS+=run-plugin-$(t)-with-$(p))))
|
/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 70 try: # only eval integer, no #define like 'SR_M' (cpp did this, else some headers are missing).
|
/qemu/tests/ |
H A D | Makefile.include | 46 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak))
|
/qemu/pc-bios/s390-ccw/ |
H A D | Makefile | 20 set-vpath = $(if $1,$(foreach PATTERN,$(VPATH_SUFFIXES),$(eval vpath $(PATTERN) $1)))
|
/qemu/python/qemu/qmp/ |
H A D | qmp_shell.py | 254 tree = ast.parse(val, mode='eval')
|
/qemu/pc-bios/ |
HD | openbios-sparc32 | ... call-method write seek instance-to-package eval obp-ticks vocabularies? #order vocabularies big little ... |
HD | u-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 ... |
HD | openbios-ppc | IBM PPS Model 6015 | WH | k | W |& k K { @ @ @ { ... |
/qemu/target/hexagon/ |
H A D | hex_common.py | 287 eval(eval_line.strip())
|