Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 179) sorted by relevance

12345678

/qemu/block/
H A Dqed-l2-cache.c75 CachedL2Table *entry, *next_entry; in qed_free_l2_cache() local
92 CachedL2Table *entry; in qed_alloc_l2_cache_entry() local
108 void qed_unref_l2_cache_entry(CachedL2Table *entry) in qed_unref_l2_cache_entry()
133 CachedL2Table *entry; in qed_find_l2_cache_entry() local
163 CachedL2Table *entry; in qed_commit_l2_cache_entry() local
/qemu/hw/intc/
H A Dgic_internal.h135 #define GICH_LR_VIRT_ID(entry) (FIELD_EX32(entry, GICH_LR0, VirtualID)) argument
136 #define GICH_LR_PHYS_ID(entry) (FIELD_EX32(entry, GICH_LR0, PhysicalID)) argument
137 #define GICH_LR_CPUID(entry) (FIELD_EX32(entry, GICH_LR0, CPUID)) argument
138 #define GICH_LR_EOI(entry) (FIELD_EX32(entry, GICH_LR0, EOI)) argument
139 #define GICH_LR_PRIORITY(entry) (FIELD_EX32(entry, GICH_LR0, Priority) << 3) argument
140 #define GICH_LR_STATE(entry) (FIELD_EX32(entry, GICH_LR0, State)) argument
141 #define GICH_LR_GROUP(entry) (FIELD_EX32(entry, GICH_LR0, Grp1)) argument
142 #define GICH_LR_HW(entry) (FIELD_EX32(entry, GICH_LR0, HW)) argument
144 #define GICH_LR_CLEAR_PENDING(entry) \ argument
146 #define GICH_LR_SET_ACTIVE(entry) \ argument
[all …]
H A Dioapic.c62 static void ioapic_entry_parse(uint64_t entry, struct ioapic_entry_info *info) in ioapic_entry_parse()
97 uint64_t entry; in ioapic_service() local
168 uint64_t entry = s->ioredtbl[vector]; in ioapic_set_irq() local
226 uint64_t entry; in ioapic_eoi_broadcast() local
359 ioapic_fix_edge_remote_irr(uint64_t *entry) in ioapic_fix_edge_remote_irr()
/qemu/util/
H A Dyank.c70 YankInstanceEntry *entry; in yank_find_entry() local
82 YankInstanceEntry *entry; in yank_register_instance() local
101 YankInstanceEntry *entry; in yank_unregister_instance() local
117 YankInstanceEntry *entry; in yank_register_function() local
135 YankInstanceEntry *entry; in yank_unregister_function() local
157 YankInstanceEntry *entry; in qmp_yank() local
179 YankInstanceEntry *entry; in qmp_query_yank() local
H A Denvlist.c37 struct envlist_entry *entry; in envlist_free() local
60 struct envlist_entry *entry = NULL; in envlist_setenv() local
105 struct envlist_entry *entry; in envlist_unsetenv() local
148 struct envlist_entry *entry; in envlist_to_environ() local
H A Dqemu-co-timeout.c31 CoroutineEntry *entry; member
57 int coroutine_fn qemu_co_timeout(CoroutineEntry *entry, void *opaque, in qemu_co_timeout()
/qemu/stats/
H A Dstats-qmp-cmds.c28 StatsCallbacks *entry = g_new(StatsCallbacks, 1); in add_stats_callbacks() local
36 static bool invoke_stats_cb(StatsCallbacks *entry, in invoke_stats_cb()
85 StatsCallbacks *entry; in qmp_query_stats() local
112 StatsCallbacks *entry; in qmp_query_stats_schemas() local
130 StatsResult *entry = g_new0(StatsResult, 1); in add_stats_entry() local
143 StatsSchema *entry = g_new0(StatsSchema, 1); in add_stats_schema() local
/qemu/qobject/
H A Dqlist.c41 QListEntry *entry; in qlist_copy() local
59 QListEntry *entry; in qlist_append_obj() local
89 QListEntry *entry; in qlist_pop() local
107 QListEntry *entry; in qlist_peek() local
126 QListEntry *entry; in qlist_size() local
172 QListEntry *entry, *next_entry; in qlist_destroy_obj() local
H A Dqdict.c58 QDictEntry *entry; in alloc_entry() local
72 QObject *qdict_entry_value(const QDictEntry *entry) in qdict_entry_value()
83 const char *qdict_entry_key(const QDictEntry *entry) in qdict_entry_key()
94 QDictEntry *entry; in qdict_find() local
118 QDictEntry *entry; in qdict_put_obj() local
162 QDictEntry *entry; in qdict_get() local
328 const QDictEntry *qdict_next(const QDict *qdict, const QDictEntry *entry) in qdict_next()
348 QDictEntry *entry; in qdict_clone_shallow() local
383 QDictEntry *entry; in qdict_del() local
434 QDictEntry *entry = QLIST_FIRST(&qdict->table[i]); in qdict_destroy_obj() local
H A Dblock-qdict.c58 const QListEntry *entry; in qdict_flatten_qlist() local
97 const QDictEntry *entry, *next; in qdict_flatten_qdict() local
166 const QDictEntry *entry, *next; in qdict_extract_subqdict() local
188 const QDictEntry *entry; in qdict_count_prefixed_entries() local
598 const QDictEntry *entry; in qdict_array_entries() local
667 const QDictEntry *entry, *next; in qdict_join() local
/qemu/target/sh4/
H A Dhelper.c451 tlb_t * entry = &env->utlb[n]; in cpu_load_tlb() local
497 tlb_t * entry = &s->utlb[i]; in cpu_sh4_invalidate_tlb() local
502 tlb_t * entry = &s->itlb[i]; in cpu_sh4_invalidate_tlb() local
513 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_addr() local
528 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_addr() local
544 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_data() local
567 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_data() local
594 tlb_t * entry = &s->utlb[index]; in cpu_sh4_read_mmaped_utlb_addr() local
620 tlb_t * entry = &s->utlb[i]; in cpu_sh4_write_mmaped_utlb_addr() local
645 tlb_t * entry = &s->itlb[i]; in cpu_sh4_write_mmaped_utlb_addr() local
[all …]
/qemu/ui/
H A Dvnc-palette.c35 VncPaletteEntry *entry; in palette_find() local
80 VncPaletteEntry *entry; in palette_put() local
100 VncPaletteEntry *entry; in palette_idx() local
118 VncPaletteEntry *entry; in palette_iter() local
130 VncPaletteEntry *entry; in palette_color() local
H A Dinput-legacy.c213 void qemu_activate_mouse_event_handler(QEMUPutMouseEntry *entry) in qemu_activate_mouse_event_handler()
218 void qemu_remove_mouse_event_handler(QEMUPutMouseEntry *entry) in qemu_remove_mouse_event_handler()
238 void qemu_remove_led_event_handler(QEMUPutLEDEntry *entry) in qemu_remove_led_event_handler()
/qemu/hw/cxl/
H A Dcxl-events.c57 static CXLEvent *cxl_event_get_next(CXLEvent *entry) in cxl_event_get_next()
83 CXLEvent *entry = cxl_event_get_head(log); in cxl_event_delete_head() local
102 CXLEvent *entry; in cxl_event_insert() local
160 CXLEvent *entry; in cxl_event_get_records() local
201 CXLEvent *entry; in cxl_event_clear_records() local
/qemu/pc-bios/optionrom/
H A Doptrom_fw_cfg.h41 void bios_cfg_read_entry_io(void *buf, uint16_t entry, uint32_t len) in bios_cfg_read_entry_io()
52 void bios_cfg_read_entry_dma(void *buf, uint16_t entry, uint32_t len) in bios_cfg_read_entry_dma()
72 void bios_cfg_read_entry(void *buf, uint16_t entry, uint32_t len, in bios_cfg_read_entry()
/qemu/plugins/
H A Dapi.c100 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_cond_cb()
118 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu()
141 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
159 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu()
185 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_mem_inline_per_vcpu()
482 static uint64_t *plugin_u64_address(qemu_plugin_u64 entry, in plugin_u64_address()
489 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_add()
495 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, in qemu_plugin_u64_get()
501 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_set()
507 uint64_t qemu_plugin_u64_sum(qemu_plugin_u64 entry) in qemu_plugin_u64_sum()
/qemu/hw/i386/
H A Dacpi-common.c36 GArray *entry, bool force_enabled) in pc_madt_cpu_entry()
67 static void build_ioapic(GArray *entry, uint8_t id, uint32_t addr, uint32_t irq) in build_ioapic()
79 build_xrupt_override(GArray *entry, uint8_t src, uint32_t gsi, uint16_t flags) in build_xrupt_override()
/qemu/target/s390x/kvm/
H A Dstsi-topology.c43 static char *fill_tle_cpu(char *p, S390TopologyEntry *entry) in fill_tle_cpu()
89 S390TopologyEntry *entry; in stsi_topology_fill_sysib() local
172 static void s390_topology_add_cpu_to_entry(S390TopologyEntry *entry, in s390_topology_add_cpu_to_entry()
261 S390TopologyEntry *entry = NULL, *tmp; in s390_topology_fill_list_sorted() local
288 S390TopologyEntry *entry = NULL; in s390_topology_empty_list() local
/qemu/hw/acpi/
H A Dbios-linker-loader.c143 BiosLinkerFileEntry *entry; in bios_linker_loader_cleanup() local
159 BiosLinkerFileEntry *entry; in bios_linker_find_file() local
197 BiosLinkerLoaderEntry entry; in bios_linker_loader_alloc() local
235 BiosLinkerLoaderEntry entry; in bios_linker_loader_add_checksum() local
279 BiosLinkerLoaderEntry entry; in bios_linker_loader_add_pointer() local
332 BiosLinkerLoaderEntry entry; in bios_linker_loader_write_pointer() local
/qemu/include/qobject/
H A Dqlist.h46 static inline QObject *qlist_entry_obj(const QListEntry *entry) in qlist_entry_obj()
64 static inline const QListEntry *qlist_next(const QListEntry *entry) in qlist_next()
/qemu/tests/tcg/plugins/
H A Dsyscall.c78 SyscallStats *entry = in get_or_create_entry() local
134 SyscallStats *entry; in vcpu_syscall() local
157 SyscallStats *entry; in vcpu_syscall_ret() local
175 SyscallStats *entry = (SyscallStats *) val; in print_entry() local
/qemu/tests/unit/
H A Dcheck-qlist.c39 QListEntry *entry; in qlist_append_test() local
69 QListEntry *entry; in qlist_iter_test() local
/qemu/target/xtensa/
H A Dmmu_helper.c280 xtensa_tlb_entry *entry, bool dtlb, in xtensa_tlb_set_entry_mmu()
295 xtensa_tlb_entry *entry = xtensa_tlb_get_entry(env, dtlb, wi, ei); in xtensa_tlb_set_entry() local
469 const xtensa_tlb_entry (*entry)[MAX_TLB_WAY_SIZE] = dtlb ? in xtensa_tlb_lookup() local
501 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
515 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, NULL); in HELPER() local
528 xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
818 const xtensa_tlb_entry *entry = NULL; in get_physical_addr_mmu() local
914 const xtensa_tlb_entry *entry = in get_physical_addr_region() local
932 static int xtensa_mpu_lookup(const xtensa_mpu_entry *entry, unsigned n, in xtensa_mpu_lookup()
1108 const xtensa_tlb_entry *entry = in dump_tlb() local
[all …]
/qemu/hw/xen/
H A Dxen-mapcache.c62 MapCacheEntry *entry; member
191 MapCacheEntry *entry, in xen_remap_bucket()
333 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
491 MapCacheEntry *entry = NULL; in xen_ram_addr_from_mapcache_single() local
546 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
683 MapCacheEntry *entry = &mc->entry[i]; in xen_invalidate_map_cache_single() local
722 MapCacheEntry *entry; in xen_replace_cache_entry_unlocked() local
/qemu/hw/ppc/
H A Dspapr_ovec.c136 static void guest_byte_to_bitmap(uint8_t entry, unsigned long *bitmap, in guest_byte_to_bitmap()
150 uint8_t entry = 0; in guest_byte_from_bitmap() local
201 uint8_t entry = ldub_phys(&address_space_memory, addr + i); in spapr_ovec_parse_vector() local

12345678