Searched refs:host_is_qemu (Results 1 – 5 of 5) sorted by relevance
20 if (!host_is_qemu() || host_is_tcg()) { in main()
36 if (!host_is_qemu() || host_is_tcg()) { in main()
96 if (host_is_qemu()) { in test_unsupported_subcode()
645 if (!host_is_qemu()) { in main()
48 static inline bool host_is_qemu(void) in host_is_qemu() function