Home
last modified time | relevance | path

Searched full:slow (Results 1 – 25 of 126) sorted by relevance

123456

/qemu/scripts/
H A Dmtest2make.py26 .speed.quick = $(foreach s,$(sort $(filter-out %-slow %-thorough, $1)), --suite $s)
27 .speed.slow = $(foreach s,$(sort $(filter-out %-thorough, $1)), --suite $s)
58 if s == 'slow' or s == 'thorough':
60 if s.endswith('-slow'):
62 suites[s].speeds.append('slow')
/qemu/tests/fp/
H A Dmeson.build11 # slow tests can have that overridden here. The keys here are
140 suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'])
/qemu/include/hw/misc/
H A Daspeed_scu.h101 * 31 Enable Video Engine clock dynamic slow down
102 * 30:28 Video Engine clock slow down setting
113 * 7 ARM CPU/AHB clock slow down enable
114 * 6:4 ARM CPU/AHB clock slow down setting
116 * 1 CPU/AHB clock slow down idle timer
117 * 0 CPU/AHB clock dynamic slow down enable (defined in bit[6:4])
/qemu/tests/qemu-iotests/
H A Dmeson.build23 'raw': 'slow',
61 # on slow machines to minimize spurious failures
H A D1768 # tickle the slow codepath in qcow2. See also 198, for another feature
9 # that tickles the slow codepath.
154 # Check that the reason for slow path is still present, as appropriate
/qemu/hw/vfio/
H A Dplatform.c143 * enabled = false ~ slow path = MMIO region is trapped and region callbacks
144 * are called; slow path enables to trap the device IRQ status register reset
191 * Also in such situation, the slow path already is set and
254 /* sets slow path */ in vfio_intp_interrupt()
279 * after an IRQ was triggered, trapped since slow path was set.
613 warn_report("%s mmap unsupported, performance may be slow", in vfio_platform_realize()
/qemu/tests/unit/
H A Dtest-crypto-block.c122 bool slow; member
150 .slow = true,
165 .slow = true,
181 .slow = true,
586 if (!test_data[i].slow || in main()
H A Dtest-crypto-pbkdf.c42 bool slow; member
202 .slow = true,
444 if (!test_data[i].slow || in main()
/qemu/block/
H A Dgraph-lock.c153 * the slow path of rdlock() and both take the lock. in bdrv_graph_wrunlock()
228 /* slow path where reader sleeps */ in bdrv_graph_co_rdlock()
271 /* reader_count() is slow due to aio_context_list_lock lock contention */ in assert_bdrv_graph_readable()
/qemu/util/
H A Dstats64.c109 * effect on stat64_min is that the slow path may be triggered in stat64_min_slow()
138 * effect on stat64_max is that the slow path may be triggered in stat64_max_slow()
/qemu/scripts/simplebench/
H A Dsimplebench.py47 slow_limit -- stop at slow run (that exceedes the slow_limit by seconds).
77 print(' - run is too slow, stop here')
/qemu/target/i386/tcg/
H A Daccess.c62 /* No haddr means probe_access wants to force slow path */ in access_ptr()
78 * otherwise fall back to slow accesses. in access_ptr()
/qemu/include/qemu/
H A Dsys_membarrier.h14 * side. The slow side forces processor-level ordering on all other cores
/qemu/tests/functional/
H A Dmeson.build7 # Most tests run too slow with TCI enabled, so skip the functional tests there
12 # Timeouts for individual tests that can be slow e.g. with debugging enabled
/qemu/plugins/
H A Dapi-user.c45 * so realistically all you can do in user mode is slow down execution
/qemu/include/hw/vfio/
H A Dvfio-region.h26 MemoryRegion *mem; /* slow, read/write access */
/qemu/target/ppc/
H A Dmem_helper.c99 /* Slow path -- at least some of the operation requires i/o. */ in helper_lmw()
121 /* Slow path -- at least some of the operation requires i/o. */ in helper_stmw()
164 /* Slow path -- at least some of the operation requires i/o. */ in do_lsw()
295 /* Slow path */ in dcbz_common()
/qemu/linux-user/
H A Dsemihost.c23 * program is expecting more normal behaviour. This is slow but
/qemu/tests/vm/
H A Dubuntuvm.py37 # First command we issue is fix for slow ssh login.
/qemu/tcg/tci/
H A Dtcg-target.h28 * interpreter. Interpreted pseudo code is slow, but it works on any host.
/qemu/include/exec/
H A Dtlb-flags.h71 /* Set if the slow path must be used; more flags in CPUTLBEntryFull. */
/qemu/docs/system/s390x/
H A D3270.rst63 is pressed while the network is slow) are not supported.
/qemu/docs/system/arm/
H A Dorangepi.rst174 they may be slow to emulate, especially due to emulating the 4 cores.
175 To help reduce the performance slow down due to emulating the 4 cores, you can
/qemu/docs/system/i386/
H A Dkvm-pv.rst7 In some cases when implementing hardware interfaces in software is slow, ``KVM``
/qemu/docs/specs/
H A Dppc-spapr-hcalls.rst61 that case, things like scrolling become unusably slow.

123456