/qemu/migration/ |
H A D | page_cache.h | 39 * cache_is_cached: Checks to see if the page is cached 41 * Returns %true if page is cached 51 * get_cached_data: Get the data cached for an addr 53 * Returns pointer to the data cached or NULL if not cached
|
/qemu/scripts/ |
H A D | compare-machine-types.py | 108 self.cached: Dict[str, List[Dict[str, Any]]] = {} 111 if driver not in self.cached: 112 self.cached[driver] = self.vm.cmd('device-list-properties', 114 for prop in self.cached[driver]: 124 self.cached: Dict[str, Dict[str, Any]] = {} 132 if name not in self.cached: 133 self.cached[name] = self.vm.cmd( 136 return str(self.cached[name].get(prop_name, 'Unknown property')) 144 self.cached: Dict[str, List[Dict[str, Any]]] = {} 147 if driver not in self.cached: [all …]
|
/qemu/include/ |
H A D | glib-compat.h | 118 static int cached = -1; in qemu_g_test_slow() local 119 if (cached == -1) { in qemu_g_test_slow() 120 cached = g_test_slow() || getenv("G_TEST_SLOW") != NULL; in qemu_g_test_slow() 122 return cached; in qemu_g_test_slow()
|
/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 39 Write-Output "Cached installer sig" ; 47 Write-Output "Matched installer sig, cached installer still valid" 50 Write-Output "No cached installer sig, new installer download required" ; 62 Write-Output "Using cached installer"
|
/qemu/tests/qemu-iotests/ |
H A D | 137.out | 26 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 27 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all 35 …bb' for qcow2 option 'overlap-check'. Allowed are any of the following: none, constant, cached, all
|
H A D | 121 | 65 # cached (a refblock with one entry having a refcount of 1), and the second 66 # write would then result in that cached cluster being marked dirty and then
|
H A D | 137 | 62 -c "reopen -o overlap-check=cached" \ 66 -c "reopen -o overlap-check.template=cached" \
|
H A D | 248 | 61 # drop other cached events, to not interfere with further wait for 'running'
|
/qemu/include/hw/intc/ |
H A D | arm_gicv3_common.h | 186 * This is cached information that can be recalculated from the 192 * Cached information recalculated from LPI tables 197 /* Cached information recalculated from vLPI tables in guest memory */ 264 /* Cached information: pointer to the cpu i/f for the CPUs specified
|
/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 71 target_caches = ['direct', 'cached'] 212 cached: use system cache (Qemu default) and aio=threads (Qemu default) 214 default='direct', choices=('direct', 'cached', 'both'))
|
/qemu/hw/intc/ |
H A D | gicv3_internal.h | 586 * Recalculate the cached information about highest priority 664 * @irq: LPI to invalidate cached information for 666 * Forget or update any cached information associated with this LPI. 672 * @irq: vLPI to invalidate cached information for 675 * Forget or update any cached information associated with this vLPI. 718 * On redistributor @cs, invalidate all cached information associated 828 * Update the cached CPU state corresponding to the target for this interrupt
|
H A D | arm_gicv3_redist.c | 302 * If IDAI is 0 we are allowed to use the info we cached in in gicr_write_vpendbaser() 916 * The only cached information for LPIs we have is the HPPLPI. in gicv3_redist_inv_lpi() 1101 * Update src's cached highest-priority pending vLPI if we just made in gicv3_redist_mov_vlpi() 1116 /* We don't have anything cached if the vCPU isn't resident */ in gicv3_redist_vinvall() 1120 /* Otherwise, our only cached information is the HPPVLPI info */ in gicv3_redist_vinvall() 1127 * The only cached information for LPIs we have is the HPPLPI. in gicv3_redist_inv_vlpi()
|
/qemu/include/block/ |
H A D | block_int-io.h | 169 * Check whether the given offset is in the cached block-status data 180 * If [offset, offset + bytes) overlaps with the currently cached
|
/qemu/replay/ |
H A D | replay-internal.h | 79 * @cached_clock: Cached clocks values 212 to make cached timers available for post_load functions. */
|
/qemu/tests/functional/qemu_test/ |
H A D | asset.py | 117 self.log.debug("Using cached asset %s for %s", 194 self.log.info("Cached %s at %s" % (self.url, self.cache_file))
|
/qemu/include/system/ |
H A D | dump.h | 141 uint8_t *buf; /* buffer for cached data */ 143 size_t data_size; /* size of cached data in buf */
|
/qemu/linux-user/arm/ |
H A D | target_cpu.h | 31 * cached write-back RAM in the system map. in arm_max_reserved_va()
|
/qemu/target/sh4/ |
H A D | monitor.c | 34 "v=%hhu shared=%hhu cached=%hhu prot=%hhu " in print_tlb()
|
/qemu/target/arm/ |
H A D | cpu.h | 275 /* Cached TBFLAGS state. See below for which bits are included. */ 1536 * correspond to TB flags bits cached in the hflags, unless @write_type 2954 * Unless otherwise noted, these bits are cached in env->hflags. 2958 FIELD(TBFLAG_ANY, PSTATE__SS, 2, 1) /* Not cached. */ 2972 FIELD(TBFLAG_AM32, CONDEXEC, 24, 8) /* Not cached. */ 2973 FIELD(TBFLAG_AM32, THUMB, 23, 1) /* Not cached. */ 2978 FIELD(TBFLAG_A32, VECLEN, 0, 3) /* Not cached. */ 2979 FIELD(TBFLAG_A32, VECSTRIDE, 3, 2) /* Not cached. */ 2984 * Not cached, because VECLEN+VECSTRIDE are not cached. 2987 FIELD(TBFLAG_A32, VFPEN, 7, 1) /* Partially cached, minus FPEXC. */ [all …]
|
/qemu/hw/sh4/ |
H A D | sh7750.c | 67 uint16_t portdira; /* Cached */ 68 uint16_t portpullupa; /* Cached */ 69 uint16_t portdirb; /* Cached */ 70 uint16_t portpullupb; /* Cached */
|
/qemu/include/hw/pci-host/ |
H A D | pnv_phb3.h | 60 int pe_num; /* Cached PE number */
|
H A D | pnv_phb4.h | 37 int pe_num; /* Cached PE number */
|
/qemu/include/qemu/ |
H A D | coroutine-tls.h | 12 * compiler optimizations may cause values to be cached across coroutine
|
/qemu/hw/hyperv/ |
H A D | vmbus.c | 67 * Cached mapping of the currently accessed page, up to page boundary. 76 * Indicator that the iterator is active and may have a cached mapping. 77 * Allows to enforce bracketing of all i/o (which may create cached 357 /* try to reuse the cached mapping */ in gpadl_iter_io() 405 * If this results in the cached mapping being unusable with the new offset, 421 /* mapping is cached lazily on i/o */ in gpadl_iter_start_io() 427 * End the eariler started series of i/o on the GPADL and release the cached 1284 * potentially reuse the cached mapping throughout the worker. in channel_event_cb()
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 36 # --update-tools-only : update the cached copy of the tools, but don't run them 37 # --no-update-tools : do not update the cached copy of the tools
|