Home
last modified time | relevance | path

Searched refs:dispatch (Results 1 – 16 of 16) sorted by relevance

/qemu/include/exec/
H A Dmemory-internal.h28 return fv->dispatch; in flatview_to_dispatch()
H A Dmemory.h1165 struct AddressSpaceDispatch *dispatch; member
/qemu/target/ppc/
H A Dtrace-events16 kvm_failed_dtl_get(const char *msg) "Unable to get dispatch trace log state from KVM: %s"
19 kvm_failed_dtl_set(const char *msg) "Unable to set dispatch trace log state to KVM: %s"
/qemu/chardev/
H A Dchar-io.c105 .dispatch = io_watch_poll_dispatch,
H A Dspice.c166 .dispatch = spice_char_source_dispatch,
/qemu/hw/ppc/
H A Dspapr.c4612 uint32_t dispatch; in spapr_cpu_exec_enter() local
4614 dispatch = ldl_be_phys(cs->as, in spapr_cpu_exec_enter()
4616 dispatch++; in spapr_cpu_exec_enter()
4617 if ((dispatch & 1) != 0) { in spapr_cpu_exec_enter()
4621 dispatch++; in spapr_cpu_exec_enter()
4624 spapr_cpu->vpa_addr + VPA_DISPATCH_COUNTER, dispatch); in spapr_cpu_exec_enter()
4634 uint32_t dispatch; in spapr_cpu_exec_exit() local
4636 dispatch = ldl_be_phys(cs->as, in spapr_cpu_exec_exit()
4638 dispatch++; in spapr_cpu_exec_exit()
4639 if ((dispatch & 1) != 1) { in spapr_cpu_exec_exit()
[all …]
H A Dspapr_hcall.c577 uint32_t dispatch = args[1]; in h_confer() local
602 if (!spapr_cpu->vpa_addr || ((dispatch & 1) == 0)) { in h_confer()
608 if (target_dispatch != dispatch) { in h_confer()
/qemu/qapi/
H A Dmeson.build18 'qmp-dispatch.c',
/qemu/net/
H A Dvmnet-common.m23 #include <dispatch/dispatch.h>
/qemu/target/riscv/
H A Dxthead.decode48 # extract the imm[0:1] field and dispatch to separate translation
/qemu/system/
H A Dmemory.c294 if (view->dispatch) { in flatview_destroy()
295 address_space_dispatch_free(view->dispatch); in flatview_destroy()
767 view->dispatch = address_space_dispatch_new(view); in generate_memory_topology()
773 address_space_dispatch_compact(view->dispatch); in generate_memory_topology()
3480 mtree_print_dispatch(view->dispatch, view->root); in mtree_print_flatview()
/qemu/util/
H A Dtrace-events34 …*filename, int ev, void *cb, void *opaque, int64_t id) "File monitor %p dispatch dir='%s' file='%s…
/qemu/
H A Dhmp-commands-info.hx234 "-d: dump dispatch tree, valid with -f only);"
H A DMAINTAINERS3201 F: include/qapi/qmp/dispatch.h
3225 X: include/qapi/qmp/dispatch.h
/qemu/docs/devel/
H A Dqapi-code-gen.rst1694 These are the marshaling/dispatch functions for the commands defined
1701 Command marshal/dispatch functions for each QMP command defined in
1811 #include "qapi/qmp/dispatch.h"
/qemu/target/arm/tcg/
H A Dsve.decode1481 # ADC and SBC decoded via size in helper dispatch.