Home
last modified time | relevance | path

Searched defs:idx (Results 201 – 225 of 233) sorted by relevance

12345678910

/qemu/include/hw/s390x/
H A Ds390-pci-bus.h339 uint32_t idx; member
/qemu/hw/intc/
H A Darm_gicv3_its.c130 uint32_t idx, MemTxResult *res) in table_entry_addr()
/qemu/hw/block/
H A Dvirtio-blk.c1079 uint16_t idx = virtio_get_queue_index(rq->vq); in virtio_blk_dma_restart_cb() local
H A Dfdc.c2200 int idx; in get_command() local
/qemu/block/
H A Dvmdk.c2659 vmdk_co_create_opts_cb(int64_t size, int idx, bool flat, bool split, in vmdk_co_create_opts_cb()
2810 vmdk_co_create_cb(int64_t size, int idx, bool flat, bool split, bool compress, in vmdk_co_create_cb()
H A Dnvme.c222 unsigned idx, size_t size, in nvme_create_queue_pair()
H A Dqcow2-refcount.c1610 int idx = l2_index * (l2_entry_size(s) / sizeof(uint64_t)); in fix_l2_entry_by_zero() local
/qemu/target/arm/tcg/
H A Dtranslate-a64.c2660 int idx = get_mem_index(s); in gen_load_exclusive() local
4770 unsigned idx; in trans_DUP_element_s() local
4790 unsigned idx; in trans_DUP_element_v() local
4809 unsigned idx; in trans_DUP_general() local
4828 unsigned idx; in do_smov_umov() local
4858 unsigned idx; in TRANS() local
H A Dsve_helper.c1443 int idx = H4(extract32(desc, SIMD_DATA_SHIFT + 2, 2)); in HELPER() local
1463 int idx = extract32(desc, SIMD_DATA_SHIFT + 2, 2); in HELPER() local
2460 intptr_t idx = extract32(nn, 0, 5); in HELPER() local
2492 intptr_t idx = extract32(nn, 0, 6); in HELPER() local
2530 intptr_t idx = extract32(nn, 0, 6); in HELPER() local
/qemu/hw/net/
H A Dsungem.c524 uint32_t hash, idx; in sungem_check_rx_mac() local
H A Dpcnet.c648 static inline hwaddr pcnet_rdra_addr(PCNetState *s, int idx) in pcnet_rdra_addr()
H A Dvmxnet3.h774 #define VMXNET3_INC_RING_IDX_ONLY(idx, ring_size) \ argument
/qemu/hw/display/
H A Dartist.c1356 hwaddr *offset, unsigned int idx, in artist_create_buffer()
/qemu/ui/
H A Dvnc.h112 int idx; member
H A Dconsole.c1630 int idx; in qemu_display_help() local
/qemu/tcg/
H A Dtcg.c1655 int idx = find_first_bit(s->free_temps[type].l, TCG_MAX_TEMPS); in tcg_temp_new_internal() local
2424 int idx = temp_idx(ts); in tcg_get_arg_str_ptr() local
3156 static void remove_label_use(TCGOp *op, int idx) in remove_label_use()
H A Dtcg-op.c3287 void tcg_gen_exit_tb(const TranslationBlock *tb, unsigned idx) in tcg_gen_exit_tb()
3318 void tcg_gen_goto_tb(unsigned idx) in tcg_gen_goto_tb()
/qemu/target/alpha/
H A Dtranslate.c440 static void gen_goto_tb(DisasContext *ctx, int idx, int32_t disp) in gen_goto_tb()
/qemu/target/riscv/
H A Dvector_helper.c142 int idx = index / 64; in vext_set_elem_mask() local
3583 int idx = ((exp & 1) << (precision - 1)) | local
3787 int idx = frac >> (frac_size - precision); in RVVCALL() local
/qemu/hw/ide/
H A Dcore.c2879 int idx; in ide_drive_pio_pre_save() local
/qemu/hw/ppc/
H A Dspapr.c2620 static CPUArchId *spapr_find_cpu_slot(MachineState *ms, uint32_t id, int *idx) in spapr_find_cpu_slot()
4414 static int64_t spapr_get_default_cpu_node_id(const MachineState *ms, int idx) in spapr_get_default_cpu_node_id()
/qemu/hw/core/
H A Dloader.c1752 uint32_t idx = *index; in parse_record() local
/qemu/target/ppc/
H A Dtranslate.c6153 static int create_new_table(opc_handler_t **table, unsigned char idx) in create_new_table()
6164 static int insert_in_table(opc_handler_t **table, unsigned char idx, in insert_in_table()
6176 unsigned char idx, opc_handler_t *handler) in register_direct_insn()
/qemu/nbd/
H A Dserver.c2606 unsigned idx = id - NBD_META_ID_DIRTY_BITMAP; in nbd_co_block_status_payload_read() local
/qemu/hw/acpi/
H A Daml-build.c779 Aml *aml_index(Aml *arg1, Aml *idx) in aml_index()

12345678910