Home
last modified time | relevance | path

Searched refs:async (Results 26 – 47 of 47) sorted by relevance

12

/qemu/backends/
H A Dhostmem.c340 bool async = !phase_check(PHASE_LATE_BACKENDS_CREATED); in host_memory_backend_memory_complete()
429 async, errp)) { in host_memory_backend_get_share()
328 bool async = !phase_check(PHASE_LATE_BACKENDS_CREATED); host_memory_backend_memory_complete() local
/qemu/scripts/coverity-scan/
H A DCOMPONENTS.md73 …age-daemon)/.*|(/include)?/hw/(block|ide|nvme)/.*|/qemu-(img|io).*|/util/(aio|async|thread-pool).*)
/qemu/stubs/
H A Dmeson.build31 # stubs for hooks in util/main-loop.c, util/async.c etc.
/qemu/include/qemu/
H A Dosdep.h706 ThreadContext *tc, bool async, Error **errp);
/qemu/util/
H A Dmeson.build81 util_ss.add(files('aiocb.c', 'async.c'))
H A Doslib-win32.c268 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem() argument
H A Dtrace-events11 # async.c
/qemu/docs/devel/migration/
H A Dmapped-ram.rst66 depends on async dirty tracking (KVM_GET_DIRTY_LOG) which is not
H A Dpostcopy.rst244 configurations of the guest. For example, when with async page fault
/qemu/target/ppc/translate/
H A Dstorage-ctrl-impl.c.inc229 * Global TLB flush uses async-work which must run before the
/qemu/ui/
H A Dconsole.c136 bool async = false; in graphic_hw_update() local
142 async = con->hw_ops->gfx_update_async; in graphic_hw_update()
144 if (!async) { in graphic_hw_update()
/qemu/docs/devel/
H A Dci-definitions.rst.inc70 intermittent/flaky test are async wait, concurrency, and test order dependency
/qemu/target/riscv/
H A Dcpu.h487 const char *riscv_cpu_get_trap_name(target_ulong cause, bool async);
H A Dcpu.c310 const char *riscv_cpu_get_trap_name(target_ulong cause, bool async) in riscv_cpu_get_trap_name() argument
312 if (async) { in riscv_cpu_get_trap_name()
/qemu/pc-bios/
H A Dpetalogix-ml605.dts192 xlnx,prmry-is-aclk-async = < 0x00 >;
/qemu/tests/data/qobject/
H A Dqdict.txt1083 async.c: 11128
1085 async.h: 973
1088 async-thread.c: 13350
1089 async-thread.h: 3400
1091 async-tx-api.txt: 8950
1759 bfin-async-flash.c: 5961
/qemu/docs/specs/
H A Dfw_cfg.rst241 (doesn't happen today due to implementation not being async,
H A Drocker.txt159 table insertion/deletion, and more. Event processing provides an async
/qemu/migration/
H A Dram.c1209 ram_addr_t offset, uint8_t *buf, bool async) in save_normal_page() argument
1220 if (async) { in save_normal_page()
/qemu/docs/about/
H A Dremoved-features.rst475 ``-async-teardown`` (removed in 9.0)
478 Use ``-run-with async-teardown=on`` instead.
/qemu/
H A Dqemu-options.hx5000 "-run-with [async-teardown=on|off][,chroot=dir][user=username|uid:gid]\n"
5002 " async-teardown=on enables asynchronous teardown (Linux only)\n"
5008 ``-run-with [async-teardown=on|off][,chroot=dir][user=username|uid:gid]``
5011 ``async-teardown=on`` enables asynchronous teardown. A new process called
H A DMAINTAINERS2867 F: util/async.c

12