Home
last modified time | relevance | path

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

1234567

/qemu/block/
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/
A Dgic_internal.h142 #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
148 #define GICH_LR_CLEAR_ACTIVE(entry) \ argument
204 uint32_t *entry = &s->h_lr[lr_idx][cpu]; in gic_virq_is_valid() local
235 uint32_t *entry = &s->h_lr[lr_idx][cpu]; in gic_get_lr_entry() local
249 uint32_t *entry = gic_get_lr_entry(s, irq, cpu); in gic_test_group() local
259 uint32_t *entry = gic_get_lr_entry(s, irq, cpu); in gic_clear_pending() local
274 uint32_t *entry = gic_get_lr_entry(s, irq, cpu); in gic_set_active() local
286 uint32_t *entry = gic_get_lr_entry(s, irq, cpu); in gic_clear_active() local
[all …]
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/
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
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
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/
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/
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
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
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/
A Dhelper.c450 tlb_t * entry = &env->utlb[n]; in cpu_load_tlb() local
496 tlb_t * entry = &s->utlb[i]; in cpu_sh4_invalidate_tlb() local
501 tlb_t * entry = &s->itlb[i]; in cpu_sh4_invalidate_tlb() local
512 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_addr() local
527 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_addr() local
543 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_data() local
566 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_data() local
593 tlb_t * entry = &s->utlb[index]; in cpu_sh4_read_mmaped_utlb_addr() local
619 tlb_t * entry = &s->utlb[i]; in cpu_sh4_write_mmaped_utlb_addr() local
683 tlb_t * entry = &s->utlb[index]; in cpu_sh4_read_mmaped_utlb_data() local
[all …]
/qemu/ui/
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
/qemu/hw/cxl/
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/
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/hw/i386/
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/
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/plugins/
A Dapi.c112 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_cond_cb()
130 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu()
153 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
171 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu()
197 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_mem_inline_per_vcpu()
510 uint64_t entry = 0; in qemu_plugin_entry_code() local
609 static uint64_t *plugin_u64_address(qemu_plugin_u64 entry, in plugin_u64_address()
616 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_add()
622 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, in qemu_plugin_u64_get()
628 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_set()
[all …]
/qemu/hw/acpi/
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/qapi/qmp/
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/unit/
A Dcheck-qlist.c39 QListEntry *entry; in qlist_append_test() local
69 QListEntry *entry; in qlist_iter_test() local
/qemu/tests/tcg/plugins/
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/target/xtensa/
A Dmmu_helper.c276 xtensa_tlb_entry *entry, bool dtlb, in xtensa_tlb_set_entry_mmu()
291 xtensa_tlb_entry *entry = xtensa_tlb_get_entry(env, dtlb, wi, ei); in xtensa_tlb_set_entry() local
465 const xtensa_tlb_entry (*entry)[MAX_TLB_WAY_SIZE] = dtlb ? in xtensa_tlb_lookup() local
497 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
511 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, NULL); in HELPER() local
524 xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
814 const xtensa_tlb_entry *entry = NULL; in get_physical_addr_mmu() local
910 const xtensa_tlb_entry *entry = in get_physical_addr_region() local
928 static int xtensa_mpu_lookup(const xtensa_mpu_entry *entry, unsigned n, in xtensa_mpu_lookup()
1104 const xtensa_tlb_entry *entry = in dump_tlb() local
[all …]
/qemu/hw/xen/
A Dxen-mapcache.c62 MapCacheEntry *entry; member
187 MapCacheEntry *entry, in xen_remap_bucket()
329 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
483 MapCacheEntry *entry = NULL; in xen_ram_addr_from_mapcache_single() local
535 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
671 MapCacheEntry *entry = &mc->entry[i]; in xen_invalidate_map_cache_single() local
711 MapCacheEntry *entry; in xen_replace_cache_entry_unlocked() local
/qemu/hw/ppc/
A Dspapr_ovec.c135 static void guest_byte_to_bitmap(uint8_t entry, unsigned long *bitmap, in guest_byte_to_bitmap()
149 uint8_t entry = 0; in guest_byte_from_bitmap() local
200 uint8_t entry = ldub_phys(&address_space_memory, addr + i); in spapr_ovec_parse_vector() local
/qemu/tests/multiboot/
A Dmmap.c29 struct mb_mmap_entry *entry; in test_main() local

Completed in 34 milliseconds

1234567