Home
last modified time | relevance | path

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

1234567

/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.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
284 uint32_t *entry = gic_get_lr_entry(s, irq, cpu); in gic_clear_active() local
[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.c40 struct envlist_entry *entry; in envlist_free() local
129 struct envlist_entry *entry = NULL; in envlist_setenv() local
174 struct envlist_entry *entry; in envlist_unsetenv() local
217 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.c449 tlb_t * entry = &env->utlb[n]; in cpu_load_tlb() local
495 tlb_t * entry = &s->utlb[i]; in cpu_sh4_invalidate_tlb() local
500 tlb_t * entry = &s->itlb[i]; in cpu_sh4_invalidate_tlb() local
511 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_addr() local
526 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_addr() local
542 tlb_t * entry = &s->itlb[index]; in cpu_sh4_read_mmaped_itlb_data() local
565 tlb_t * entry = &s->itlb[index]; in cpu_sh4_write_mmaped_itlb_data() local
592 tlb_t * entry = &s->utlb[index]; in cpu_sh4_read_mmaped_utlb_addr() local
618 tlb_t * entry = &s->utlb[i]; in cpu_sh4_write_mmaped_utlb_addr() local
682 tlb_t * entry = &s->utlb[index]; in cpu_sh4_read_mmaped_utlb_data() 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.c115 QEMUPutKbdEntry *entry = (QEMUPutKbdEntry *)dev; in legacy_kbd_event() local
138 QEMUPutKbdEntry *entry; in qemu_add_kbd_event_handler() local
250 void qemu_activate_mouse_event_handler(QEMUPutMouseEntry *entry) in qemu_activate_mouse_event_handler()
255 void qemu_remove_mouse_event_handler(QEMUPutMouseEntry *entry) in qemu_remove_mouse_event_handler()
275 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
147 CXLEvent *entry; in cxl_event_get_records() local
188 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/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/plugins/
H A Dapi.c107 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_tb_exec_inline_per_vcpu()
134 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_insn_exec_inline_per_vcpu()
162 qemu_plugin_u64 entry, in qemu_plugin_register_vcpu_mem_inline_per_vcpu()
416 uint64_t entry = 0; in qemu_plugin_entry_code() local
495 static uint64_t *plugin_u64_address(qemu_plugin_u64 entry, in plugin_u64_address()
502 void qemu_plugin_u64_add(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_add()
508 uint64_t qemu_plugin_u64_get(qemu_plugin_u64 entry, in qemu_plugin_u64_get()
514 void qemu_plugin_u64_set(qemu_plugin_u64 entry, unsigned int vcpu_index, in qemu_plugin_u64_set()
520 uint64_t qemu_plugin_u64_sum(qemu_plugin_u64 entry) in qemu_plugin_u64_sum()
/qemu/tests/plugin/
H A Dsyscall.c30 SyscallStats *entry = in get_or_create_entry() local
48 SyscallStats *entry; in vcpu_syscall() local
63 SyscallStats *entry; in vcpu_syscall_ret() local
81 SyscallStats *entry = (SyscallStats *) val; in print_entry() 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/qapi/qmp/
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/hw/xen/
H A Dxen-mapcache.c61 MapCacheEntry *entry; member
142 static void xen_remap_bucket(MapCacheEntry *entry, in xen_remap_bucket()
246 MapCacheEntry *entry, *pentry = NULL, in xen_map_cache_unlocked() local
380 MapCacheEntry *entry = NULL; in xen_ram_addr_from_mapcache() local
423 MapCacheEntry *entry = NULL, *pentry = NULL; in xen_invalidate_map_cache_entry_unlocked() local
531 MapCacheEntry *entry = &mapcache->entry[i]; in xen_invalidate_map_cache() local
561 MapCacheEntry *entry; in xen_replace_cache_entry_unlocked() 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.c275 xtensa_tlb_entry *entry, bool dtlb, in xtensa_tlb_set_entry_mmu()
290 xtensa_tlb_entry *entry = xtensa_tlb_get_entry(env, dtlb, wi, ei); in xtensa_tlb_set_entry() local
464 const xtensa_tlb_entry (*entry)[MAX_TLB_WAY_SIZE] = dtlb ? in xtensa_tlb_lookup() local
496 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
510 const xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, NULL); in HELPER() local
523 xtensa_tlb_entry *entry = get_tlb_entry(env, v, dtlb, &wi); in HELPER() local
813 const xtensa_tlb_entry *entry = NULL; in get_physical_addr_mmu() local
909 const xtensa_tlb_entry *entry = in get_physical_addr_region() local
927 static int xtensa_mpu_lookup(const xtensa_mpu_entry *entry, unsigned n, in xtensa_mpu_lookup()
1103 const xtensa_tlb_entry *entry = in dump_tlb() local
[all …]
/qemu/hw/ppc/
H 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

1234567