Home
last modified time | relevance | path

Searched refs:index (Results 451 – 475 of 513) sorted by relevance

1...<<1112131415161718192021

/qemu/include/hw/core/
H A Dcpu.h924 CPUState *qemu_get_cpu(int index);
/qemu/target/arm/tcg/
H A Dtranslate-sve.c2141 unsigned esz, index; in trans_DUP_x() local
2144 index = a->imm >> (esz + 1); in trans_DUP_x()
2146 if ((index << esz) < vsz) { in trans_DUP_x()
2147 unsigned nofs = vec_reg_offset(s, a->rn, index, esz); in trans_DUP_x()
3376 a->rd, a->rn, a->rm, a->index) in TRANS_FEAT()
3394 a->rd, a->rn, a->rm, (a->index << 1) | TOP) in TRANS_FEAT()
3436 a->rd, a->rn, a->rm, a->ra, (a->index << 1) | TOP) in TRANS_FEAT()
3498 (a->index << 1) | sub, in TRANS_FEAT()
3514 fmul_idx_fns[a->esz], a->rd, a->rn, a->rm, a->index,
3859 a->rd, a->rn, a->rm, a->ra, a->index * 4 + a->rot,
[all …]
H A Dtranslate-a64.c3858 do_vec_st(s, rt, a->index, clean_addr, mop); in trans_ST_single()
3898 do_vec_ld(s, rt, a->index, clean_addr, mop); in trans_LD_single()
12041 int index; in disas_simd_indexed() local
12175 index = h << 2 | l << 1 | m; in disas_simd_indexed()
12178 index = h << 1 | l; in disas_simd_indexed()
12186 index = h; in disas_simd_indexed()
12206 gen_gvec_op4_ool(s, is_q, rd, rn, rm, rd, index, in disas_simd_indexed()
12213 gen_gvec_op4_ool(s, is_q, rd, rn, rm, rd, index, in disas_simd_indexed()
12236 int data = (index << 2) | rot; in disas_simd_indexed()
12265 read_vec_element_i32(s, tcg_idx, rm, index, size); in disas_simd_indexed()
[all …]
/qemu/target/riscv/insn_trans/
H A Dtrans_rvv.c.inc300 * except V extension does not support EEW=64 for index values
904 *** index load and store
913 TCGv_ptr dest, mask, index;
919 index = tcg_temp_new_ptr();
925 tcg_gen_addi_ptr(index, tcg_env, vreg_ofs(s, vs2));
930 fn(dest, mask, base, index, tcg_env, desc);
3189 /* adjust the index according to the endian */
3207 * Mask the index to the length so that we do
3213 /* Convert the index to an offset. */
3217 /* Convert the index to a pointer. */
[all …]
/qemu/hw/vfio/
H A Dpci.c391 irq_set->index = VFIO_PCI_MSIX_IRQ_INDEX; in vfio_enable_msix_no_vec()
430 irq_set->index = msix ? VFIO_PCI_MSIX_IRQ_INDEX : VFIO_PCI_MSI_IRQ_INDEX; in vfio_enable_vectors()
1558 .index = VFIO_PCI_MSIX_IRQ_INDEX }; in vfio_msix_early_setup()
2796 irq_info.index = VFIO_PCI_ERR_IRQ_INDEX; in vfio_populate_device()
2911 .index = VFIO_PCI_REQ_IRQ_INDEX }; in vfio_register_req_notifier()
H A Dccw.c419 irq_info->index = irq; in vfio_ccw_register_irq_notifier()
/qemu/docs/specs/
H A Drocker.txt183 Where x is descriptor ring index:
185 index ring
914 -ROCKER_EFAULT all head or tail index outside
994 -ROCKER_EFAULT all head or tail index outside
H A Dacpi_erst.rst179 slot index for the corresponding record in the backend storage.
H A Dppc-spapr-xive.rst279 - the current index of the event queue/ the max number of entries
/qemu/docs/system/i386/
H A Dhyperv.rst57 processor index information. This enlightenment makes sense in conjunction with
59 Virtual Processor indices (e.g. when VP index needs to be passed in a
/qemu/include/hw/virtio/
H A Dvirtio.h67 unsigned int index; member
/qemu/hw/display/
H A Dsm501.c558 int i, index = 0; in get_local_mem_size_index() local
565 index = i; in get_local_mem_size_index()
570 return index; in get_local_mem_size_index()
/qemu/hw/net/
H A Dpcnet.c642 int index = net_crc32_le(hdr->ether_dhost, ETH_ALEN) >> 26; in ladr_match() local
643 return !!(ladr[index >> 3] & (1 << (index & 7))); in ladr_match()
/qemu/target/i386/tcg/
H A Demit.c.inc1053 TCGv_ptr index = tcg_temp_new_ptr();
1055 /* Pass third input as (index, base, scale) */
1056 tcg_gen_addi_ptr(index, tcg_env, ZMM_OFFSET(decode->mem.index));
1057 fn(tcg_env, OP_PTR0, OP_PTR1, index, s->A0, scale);
1627 TCGv_i32 index = tcg_constant_i32((decode->immediate >> 8) & 63);
1629 gen_helper_extrq_i(tcg_env, OP_PTR0, index, length);
1844 TCGv_i32 index = tcg_constant_i32((decode->immediate >> 8) & 63);
1846 gen_helper_insertq_i(tcg_env, OP_PTR0, OP_PTR1, index, length);
3591 int index
[all...]
/qemu/hw/usb/
H A Ddev-smartcard-reader.c675 int value, int index, int length, uint8_t *data) in ccid_handle_control() argument
682 ret = usb_desc_handle_control(dev, p, request, value, index, length, data); in ccid_handle_control()
/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc24 bswaps(&ehdr->e_shstrndx); /* Section header string table index */
/qemu/dump/
H A Ddump.c399 uint64_t index = s->string_table_buf->len; in prepare_elf_section_hdr_string() local
411 shdr64.sh_name = index; in prepare_elf_section_hdr_string()
418 shdr32.sh_name = index; in prepare_elf_section_hdr_string()
/qemu/hw/block/
H A Dvirtio-blk.c481 int index; in check_zoned_request() local
502 index = offset / bs->bl.zone_size; in check_zoned_request()
503 if (BDRV_ZT_IS_CONV(bs->wps->wp[index])) { in check_zoned_request()
/qemu/
H A Dqemu-img.c1977 int index = -1; in convert_co_do_copy() local
1981 index = i; in convert_co_do_copy()
1985 assert(index >= 0); in convert_co_do_copy()
2043 s->wait_sector_num[index] = sector_num; in convert_co_do_copy()
2046 s->wait_sector_num[index] = -1; in convert_co_do_copy()
2087 s->co[index] = NULL; in convert_co_do_copy()
/qemu/target/xtensa/
H A Dtranslate.c597 int index; member
685 int index = b->in[j].index; in break_dependency() local
688 index < 0) { in break_dependency()
692 copy[n].arg = b->arg + index; in break_dependency()
795 int index) in opcode_add_resource() argument
802 op->in[op->n_in].index = index; in opcode_add_resource()
809 op->out[op->n_out].index = index; in opcode_add_resource()
/qemu/qga/
H A Dcommands-win32.c1572 ULONG index; in get_interface_index() local
1577 status = GetAdapterIndex (wbuf, &index); in get_interface_index()
1581 return index; in get_interface_index()
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py376 idx = self.vm.args.index(arg) + 1
/qemu/docs/system/arm/
H A Demulation.rst28 - FEAT_CCIDX (Extended cache index)
/qemu/qapi/
H A Dui.json809 # @index: the index of the mouse device
819 'data': {'name': 'str', 'index': 'int', 'current': 'bool',
/qemu/target/i386/kvm/
H A Dxen-emu.c774 switch (hp.index) { in handle_set_param()
810 switch (hp.index) { in handle_get_param()

1...<<1112131415161718192021