/qemu/hw/usb/ |
H A D | hcd-ehci.c | 259 static void ehci_set_state(EHCIState *s, int async, int state) in ehci_set_state() 282 static int ehci_get_state(EHCIState *s, int async) in ehci_get_state() 287 static void ehci_set_fetch_addr(EHCIState *s, int async, uint32_t addr) in ehci_set_fetch_addr() 296 static int ehci_get_fetch_addr(EHCIState *s, int async) in ehci_get_fetch_addr() 547 static EHCIQueue *ehci_alloc_queue(EHCIState *ehci, uint32_t addr, int async) in ehci_alloc_queue() 621 int async) in ehci_find_queue_by_qh() 634 static void ehci_queues_rip_unused(EHCIState *ehci, int async) in ehci_queues_rip_unused() 654 static void ehci_queues_rip_unseen(EHCIState *ehci, int async) in ehci_queues_rip_unseen() 666 static void ehci_queues_rip_device(EHCIState *ehci, USBDevice *dev, int async) in ehci_queues_rip_device() 679 static void ehci_queues_rip_all(EHCIState *ehci, int async) in ehci_queues_rip_all() [all …]
|
H A D | hcd-uhci.c | 143 UHCIAsync *async; in uhci_queue_free() local 184 UHCIAsync *async = g_new0(UHCIAsync, 1); in uhci_async_alloc() local 194 static void uhci_async_free(UHCIAsync *async) in uhci_async_free() 204 static void uhci_async_link(UHCIAsync *async) in uhci_async_link() 211 static void uhci_async_unlink(UHCIAsync *async) in uhci_async_unlink() 218 static void uhci_async_cancel(UHCIAsync *async) in uhci_async_cancel() 279 UHCIAsync *async; in uhci_async_find_td() local 683 static int uhci_complete_td(UHCIState *s, UHCI_TD *td, UHCIAsync *async, in uhci_complete_td() 738 UHCIAsync *async; in uhci_handle_td() local 882 UHCIAsync *async = container_of(packet, UHCIAsync, packet); in uhci_async_complete() local
|
H A D | hcd-ehci.h | 229 enum async_state async; member 237 int async; member
|
H A D | hcd-dwc2.h | 55 int32_t async; member
|
/qemu/tests/unit/ |
H A D | test-io-channel-command.c | 35 static void test_io_channel_command_fifo(bool async) in test_io_channel_command_fifo() 93 static void test_io_channel_command_echo(bool async) in test_io_channel_command_echo()
|
H A D | test-io-channel-socket.c | 171 static void test_io_channel(bool async, in test_io_channel() 306 static void test_io_channel_ipv4(bool async) in test_io_channel_ipv4() 342 static void test_io_channel_ipv6(bool async) in test_io_channel_ipv6() 378 static void test_io_channel_unix(bool async) in test_io_channel_unix()
|
H A D | test-io-channel-file.c | 106 static void test_io_channel_pipe(bool async) in test_io_channel_pipe()
|
/qemu/hw/display/ |
H A D | qxl.c | 151 qxl_async_io async, struct QXLCookie *cookie) in qxl_spice_update_area() 178 qxl_async_io async) in qxl_spice_destroy_surface_wait() 232 static void qxl_spice_destroy_surfaces(PCIQXLDevice *qxl, qxl_async_io async) in qxl_spice_destroy_surfaces() 1313 qxl_async_io async) in qxl_add_memslot() 1511 qxl_async_io async) in qxl_create_guest_primary() 1570 static int qxl_destroy_primary(PCIQXLDevice *d, qxl_async_io async) in qxl_destroy_primary() 1638 qxl_async_io async = QXL_SYNC; local
|
/qemu/ui/ |
H A D | spice-display.c | 68 qxl_async_io async) in qemu_spice_add_memslot() 91 qxl_async_io async) in qemu_spice_create_primary_surface() 104 uint32_t id, qxl_async_io async) in qemu_spice_destroy_primary_surface()
|
H A D | console.c | 138 bool async = false; in graphic_hw_update() local
|
/qemu/util/ |
H A D | oslib-posix.c | 472 int max_threads, ThreadContext *tc, bool async, in touch_all_pages() 607 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
|
H A D | oslib-win32.c | 268 ThreadContext *tc, bool async, Error **errp) in qemu_prealloc_mem()
|
/qemu/backends/ |
H A D | hostmem.c | 340 bool async = !phase_check(PHASE_LATE_BACKENDS_CREATED); in host_memory_backend_memory_complete() local
|
/qemu/target/riscv/ |
H A D | cpu_helper.c | 2167 bool async = !!(cs->exception_index & RISCV_EXCP_INT_FLAG); in riscv_cpu_do_interrupt() local
|
H A D | cpu.c | 348 const char *riscv_cpu_get_trap_name(target_ulong cause, bool async) in riscv_cpu_get_trap_name()
|
/qemu/migration/ |
H A D | ram.c | 1195 ram_addr_t offset, uint8_t *buf, bool async) in save_normal_page()
|