/qemu/target/i386/tcg/ |
H A D | seg_helper.h | 42 #define cpu_lduw_kernel_ra(e, p, r) \ argument 44 #define cpu_ldl_kernel_ra(e, p, r) \ argument 46 #define cpu_ldq_kernel_ra(e, p, r) \ argument 49 #define cpu_stw_kernel_ra(e, p, v, r) \ argument 51 #define cpu_stl_kernel_ra(e, p, v, r) \ argument 53 #define cpu_stq_kernel_ra(e, p, v, r) \ argument 56 #define cpu_lduw_kernel(e, p) cpu_lduw_kernel_ra(e, p, 0) argument 57 #define cpu_ldl_kernel(e, p) cpu_ldl_kernel_ra(e, p, 0) argument 58 #define cpu_ldq_kernel(e, p) cpu_ldq_kernel_ra(e, p, 0) argument 60 #define cpu_stw_kernel(e, p, v) cpu_stw_kernel_ra(e, p, v, 0) argument [all …]
|
/qemu/util/ |
H A D | event_notifier-posix.c | 27 void event_notifier_init_fd(EventNotifier *e, int fd) in event_notifier_init_fd() 35 int event_notifier_init(EventNotifier *e, int active) in event_notifier_init() 78 void event_notifier_cleanup(EventNotifier *e) in event_notifier_cleanup() 94 int event_notifier_get_fd(const EventNotifier *e) in event_notifier_get_fd() 99 int event_notifier_get_wfd(const EventNotifier *e) in event_notifier_get_wfd() 104 int event_notifier_set(EventNotifier *e) in event_notifier_set() 124 int event_notifier_test_and_clear(EventNotifier *e) in event_notifier_test_and_clear()
|
H A D | event_notifier-win32.c | 17 int event_notifier_init(EventNotifier *e, int active) in event_notifier_init() 24 void event_notifier_cleanup(EventNotifier *e) in event_notifier_cleanup() 30 HANDLE event_notifier_get_handle(EventNotifier *e) in event_notifier_get_handle() 35 int event_notifier_set(EventNotifier *e) in event_notifier_set() 41 int event_notifier_test_and_clear(EventNotifier *e) in event_notifier_test_and_clear()
|
H A D | qsp.c | 144 uint32_t e = callsite->line; in do_qsp_callsite_hash() local 177 uint32_t e = callsite->type; in qsp_entry_no_thread_obj_hash() local 291 QSPEntry *e; in qsp_entry_create() local 309 QSPEntry *e; in qsp_entry_find() local 347 static inline void do_qsp_entry_record(QSPEntry *e, int64_t delta, bool acq) in do_qsp_entry_record() 355 static inline void qsp_entry_record(QSPEntry *e, int64_t delta) in qsp_entry_record() 405 QSPEntry *e; in QSP_GEN_VOID() local 420 QSPEntry *e; in qsp_cond_timedwait() local 522 QSPEntry *e = p; in qsp_sort() local 531 const QSPEntry *e = p; in qsp_aggregate() local [all …]
|
H A D | qdist.c | 54 struct qdist_entry e; in qdist_add() local 126 struct qdist_entry *e = &dist->entries[i]; in qdist_pr_internal() local 137 struct qdist_entry *e = &dist->entries[i]; in qdist_pr_internal() local 359 struct qdist_entry *e = &dist->entries[i]; in qdist_sample_count() local 375 struct qdist_entry *e = &dist->entries[index + i]; in qdist_pairwise_avg() local
|
H A D | bufferiszero.c | 34 const uint64_t *p, *e; in buffer_is_zero_int_lt256() local 63 const uint64_t *e = QEMU_ALIGN_PTR_DOWN(buf + len - 1, 8); in buffer_is_zero_int_ge256() local
|
H A D | module.c | 72 ModuleEntry *e; in register_module_init() local 86 ModuleEntry *e; in register_dso_module_init() local 100 ModuleEntry *e; in module_call_init() local 162 ModuleEntry *e, *next; in module_load_dso() local
|
H A D | userfaultfd.c | 262 int e = errno; in uffd_copy_page() local 293 int e = errno; in uffd_zero_page() local 325 int e = errno; in uffd_wakeup() local
|
H A D | drm.c | 26 struct dirent *e; in qemu_drm_rendernode_open() local
|
H A D | qemu-sockets.c | 57 static int inet_getport(struct addrinfo *e) in inet_getport() 74 static void inet_setport(struct addrinfo *e, int port) in inet_setport() 169 static int create_fast_reuse_socket(struct addrinfo *e) in create_fast_reuse_socket() 179 static int try_bind(int socket, InetSocketAddress *saddr, struct addrinfo *e) in try_bind() 275 struct addrinfo ai, *res, *e; in inet_listen_saddr() local 508 struct addrinfo *res, *e; in inet_connect_saddr() local
|
/qemu/hw/pci/ |
H A D | pcie_host.c | 38 PCIExpressHost *e = opaque; in pcie_mmcfg_data_write() local 56 PCIExpressHost *e = opaque; in pcie_mmcfg_data_read() local 78 PCIExpressHost *e = PCIE_HOST_BRIDGE(obj); in pcie_host_init() local 85 void pcie_host_mmcfg_unmap(PCIExpressHost *e) in pcie_host_mmcfg_unmap() 93 void pcie_host_mmcfg_init(PCIExpressHost *e, uint32_t size) in pcie_host_mmcfg_init() 102 void pcie_host_mmcfg_map(PCIExpressHost *e, hwaddr addr, in pcie_host_mmcfg_map() 110 void pcie_host_mmcfg_update(PCIExpressHost *e, in pcie_host_mmcfg_update()
|
/qemu/block/ |
H A D | vhdx-endian.c | 166 void vhdx_region_entry_le_import(VHDXRegionTableEntry *e) in vhdx_region_entry_le_import() 176 void vhdx_region_entry_le_export(VHDXRegionTableEntry *e) in vhdx_region_entry_le_export() 204 void vhdx_metadata_entry_le_import(VHDXMetadataTableEntry *e) in vhdx_metadata_entry_le_import() 213 void vhdx_metadata_entry_le_export(VHDXMetadataTableEntry *e) in vhdx_metadata_entry_le_export()
|
/qemu/qobject/ |
H A D | qlit.c | 49 QListEntry *e; in qlit_equal_qlist() local 102 QLitDictEntry *e; in qobject_from_qlit() local 111 QLitObject *e; in qobject_from_qlit() local
|
/qemu/tests/qtest/ |
H A D | numa-test.c | 86 QObject *e; in test_query_cpus() local 124 QObject *e; in pc_numa_cpu() local 178 QObject *e; in spapr_numa_cpu() local 223 QObject *e; in aarch64_numa_cpu() local 273 QObject *e; in loongarch64_numa_cpu() local 319 QObject *e; in pc_dynamic_cpu_cfg() local
|
H A D | device-introspect-test.c | 52 QListEntry *e; in qom_type_index() local 85 QListEntry *e; in type_list_find() local 149 QListEntry *e; in test_qom_list_parents() local 170 QListEntry *e; in test_qom_list_fields() local 274 QListEntry *e; in test_abstract_interfaces() local
|
/qemu/tests/tcg/alpha/ |
H A D | test-cvttq.c | 31 long r, e; in test_cvttq() local 52 long e; in main() member 69 long e, r = test_cvttq(&e, T[i].d); in main() local
|
/qemu/hw/display/ |
H A D | dpcd.c | 55 DPCDState *e = DPCD(opaque); in dpcd_read() local 72 DPCDState *e = DPCD(opaque); in dpcd_write() local
|
/qemu/include/qemu/ |
H A D | xxhash.h | 62 uint32_t e = ef; in qemu_xxhash8() local 116 static inline uint32_t qemu_xxhash5(uint64_t ab, uint64_t cd, uint32_t e) in qemu_xxhash5() 121 static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, in qemu_xxhash6()
|
/qemu/tests/qtest/libqos/ |
H A D | qgraph.c | 227 QOSGraphEdge *e = search_list_edges(root_list, name); in search_machine() local 326 QOSGraphEdge *e) in qos_push() 358 QOSStackElement *e = qos_tos(); in qos_pop() local 398 QOSGraphEdge *e, *next; in qos_traverse_graph() local 533 QOSGraphEdge *e = search_list_edges(list, dest); in qos_graph_has_edge() local 681 QOSGraphEdge *e, *next; in qos_graph_node_set_availability_explicit() local 706 QOSGraphEdge *e, *next; in qos_graph_node_set_availability() local 814 QOSGraphEdge *e, *next; in qos_dump_graph() local
|
/qemu/stubs/ |
H A D | change-state-handler.c | 10 void qemu_del_vm_change_state_handler(VMChangeStateEntry *e) in qemu_del_vm_change_state_handler()
|
/qemu/tests/unit/ |
H A D | test-aio.c | 25 EventNotifier e; member 73 static void dummy_io_handler_read(EventNotifier *e) in dummy_io_handler_read() 88 static void event_ready_cb(EventNotifier *e) in event_ready_cb() 376 EventNotifier e; in test_timer_schedule() local 707 EventNotifier e; in test_source_timer_schedule() local
|
/qemu/qapi/ |
H A D | qobject-output-visitor.c | 55 QStackEntry *e = g_malloc0(sizeof(*e)); in qobject_output_push_obj() local 67 QStackEntry *e = QSLIST_FIRST(&qov->stack); in qobject_output_pop() local 85 QStackEntry *e = QSLIST_FIRST(&qov->stack); in qobject_output_add_obj() local 241 QStackEntry *e; in qobject_output_free() local
|
/qemu/target/i386/ |
H A D | xsave_helper.c | 13 const ExtSaveArea *e, *f; in x86_cpu_xsave_all_areas() local 150 const ExtSaveArea *e, *f, *g; in x86_cpu_xrstor_all_areas() local
|
/qemu/tests/tcg/i386/ |
H A D | test-i386-ssse3.c | 16 const char e[16] = "LLOaaaaaaaaaaaaa"; in main() local
|
/qemu/contrib/plugins/ |
H A D | hotblocks.c | 55 const ExecCount *e = v; in exec_count_hash() local 131 ExecCount e; in vcpu_tb_trans() local
|