Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 25 of 119) sorted by relevance

12345

/qemu/tests/rocker/
H A Dall3 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
7 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
11 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
15 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
19 if [ $? -eq 0 ]; then echo "pass"; else echo "FAILED"; exit 1; fi
/qemu/tests/multiboot/
H A Drun_test.sh47 pass=0
50 pass=0
81 pass=1
87 pass=0
90 if [ $pass == 1 ]; then
/qemu/target/arm/tcg/
H A Dtranslate-a64.c10019 for (pass = 0; pass < 2; pass++) { in handle_2misc_narrow()
10521 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10589 for (pass = 0; pass < 2; pass++) { in handle_3rd_widening()
10694 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10713 for (pass = 0; pass < 2; pass++) { in handle_3rd_wide()
10731 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
10753 for (pass = 0; pass < 2; pass++) { in handle_3rd_narrowing()
11078 for (pass = 0; pass < 2; pass++) { in handle_2misc_widening()
11240 for (pass = 0; pass < 2; pass++) { in handle_2misc_pairwise()
11252 for (pass = 0; pass < 2; pass++) { in handle_shll()
[all …]
H A Dtranslate-neon.c1103 int pass; in do_2shift_env_64() local
1129 for (pass = 0; pass < a->q + 1; pass++) { in do_2shift_env_64()
1174 for (pass = 0; pass < (a->q ? 4 : 2); pass++) { in do_2shift_env_32()
2146 for (pass = 0; pass < (a->q ? 4 : 2); pass++) { in do_2scalar()
2342 for (pass = 0; pass < (a->q ? 4 : 2); pass++) { in do_vqrdmlah_2sc()
2693 for (pass = 0; pass < (a->q ? 2 : 1); pass++) { in trans_VREV64()
2749 for (pass = 0; pass < a->q + 1; pass++) { in do_2misc_pairwise()
3299 for (pass = 0; pass < (a->q ? 4 : 2); pass++) { in do_2misc()
3574 for (pass = 0; pass < (a->q ? 2 : 1); pass++) { in DO_VEC_RMODE()
3648 for (pass = 0; pass < (a->q ? 4 : 2); pass += 2) { in trans_VTRN()
[all …]
/qemu/docs/system/devices/
H A Dusb-u2f.rst12 QEMU supports both pass-through of a host U2F key device to a VM,
23 In addition, the dedicated pass-through allows you to share a single
25 simple host device assignment pass-through.
68 It is the default if you do not pass any other options to the device.
73 You can pass the device the path of a setup directory on the host
84 You can also manually pass the device the paths to each of these files,
/qemu/tests/tcg/hexagon/
H A Dcrt.S4 .globl pass
5 pass: label
H A Dtest_jmp.S10 jump pass
H A Dtest_ext.S11 p0 = cmp.eq(r2, ##-559038737); if (p0.new) jump:t pass
H A Dtest_hl.S14 p0 = cmp.eq(r0, #2752581); if (p0.new) jump:t pass
H A Dtest_mpyi.S15 p0 = cmp.eq(r3, #24); if (p0.new) jump:t pass
H A Dtest_abs.S15 p0 = cmp.eq(r3, r2); if (p0.new) jump:t pass
H A Dtest_hwloops.S17 p0 = cmp.eq(r2, #10); if (p0.new) jump:t pass
H A Dtest_vlsrw.S18 p0 = cmp.eq(r0, #0); if (p0.new) jump:t pass
/qemu/tests/tcg/cris/bare/
H A Dtestutils.inc10 jump pass
14 .macro pass
15 jump pass
H A Dcheck_cmp-2.s14 pass
/qemu/tests/tcg/riscv64/
H A Dtest-noc.S19 pass: label
30 .dword pass
/qemu/tests/tcg/aarch64/
H A Dmte-3.c10 void pass(int sig, siginfo_t *info, void *uc) in pass() function
38 sa.sa_sigaction = pass; in main()
H A Dmte-6.c3 void pass(int sig, siginfo_t *info, void *uc) in pass() function
36 sa.sa_sigaction = pass; in main()
H A Dmte-2.c10 void pass(int sig, siginfo_t *info, void *uc) in pass() function
38 sa.sa_sigaction = pass; in main()
H A Dmte-5.c10 void pass(int sig, siginfo_t *info, void *uc) in pass() function
33 sa.sa_sigaction = pass; in main()
/qemu/docs/devel/
H A Dzoned-storage.rst58 (2) PCI device pass-through: While NVMe ZNS emulation is available for testing
59 purposes, it cannot yet pass through a zoned device from the host. To pass on
60 the NVMe ZNS device to the guest, use VFIO PCI pass the entire NVMe PCI adapter
/qemu/docs/system/s390x/
H A Dpcidevices.rst9 recommended to specify it explicitly so that you can pass s390-specific
12 For example, in order to pass a PCI device ``0000:00:00.0`` through to the
/qemu/docs/system/
H A Dsecrets.rst32 to pass secret data inline on the command line.
67 In some cases it might be more convenient to pass the secret data in base64
120 host, it is further possible to pass secrets to QEMU using the Linux keyring:
147 then pass all subsequent inline secrets encrypted with the master key.
154 keyring can be used to pass the master key to QEMU.
/qemu/tests/tcg/tricore/asm/
H A Dmacros.h208 j pass; \
215 pass: \
221 j pass;
/qemu/tests/tcg/cris/libc/
H A Dsys.h17 void pass(void);

12345