Home
last modified time | relevance | path

Searched refs:index (Results 426 – 450 of 513) sorted by relevance

1...<<1112131415161718192021

/qemu/include/net/
H A Dnet.h133 uint32_t index; member
/qemu/target/arm/tcg/
H A Dtranslate-vfp.c577 bool mve_skip_vmov(DisasContext *s, int vn, int index, int size) in mve_skip_vmov() argument
598 int ofs = (index << size) + ((vn & 1) * 8); in mve_skip_vmov()
651 if (!mve_skip_vmov(s, a->vn, a->index, a->size)) { in trans_VMOV_to_gp()
653 read_neon_element32(tmp, a->vn, a->index, in trans_VMOV_to_gp()
696 if (!mve_skip_vmov(s, a->vn, a->index, a->size)) { in trans_VMOV_from_gp()
698 write_neon_element32(tmp, a->vn, a->index, a->size); in trans_VMOV_from_gp()
/qemu/docs/devel/
H A Dtcg-ops.rst668 * - goto_tb *index*
670 - | Exit the current TB and jump to the TB index *index* (constant) if the
673 at most once with each slot index per TB.
698 | The *memidx* selects the qemu tlb index to use (e.g. user or kernel access).
H A Debpf_rss.rst89 - default_queue - the queue index that used for packet that shouldn't be hashed. For some packets, …
H A Dsecure-coding-practices.rst48 an index register::
/qemu/block/
H A Dqcow2.h314 uint64_t index);
316 uint64_t index, uint64_t value);
/qemu/scripts/
H A Danalyze-migration.py248 index = self.file.read32()
252 if index == 0 and n_valid == 0 and n_invalid == 0:
H A Dcompare-machine-types.py467 print(comp_table.to_markdown(index=False, stralign='center',
/qemu/target/i386/hvf/
H A Dx86.h192 uint16_t index:13; member
H A Dx86_decode.c466 int index = ((decode->opcode[0] & 0xf) << 4) | (mode << 3) | in decode_x87_ins() local
469 decoder = &_decode_tbl3[index]; in decode_x87_ins()
1728 int index_reg = decode->sib.index; in get_sib_val()
2135 int index = ((_x87_inst[i].opcode & 0xf) << 4) | in init_decoder() local
2138 _decode_tbl3[index] = _x87_inst[i]; in init_decoder()
/qemu/include/hw/
H A Dqdev-core.h353 int index; member
/qemu/target/m68k/
H A Dhelper.c1229 #define EXTSIGN(val, index) ( \ argument
1230 (index == 0) ? (int8_t)(val) : ((index == 1) ? (int16_t)(val) : (val)) \
H A Dop_helper.c82 static const char *m68k_exception_name(int index) in m68k_exception_name() argument
84 switch (index) { in m68k_exception_name()
/qemu/target/tricore/
H A Dop_helper.c126 uint32_t index = reg & 0xffff; in helper_br_update() local
128 uint32_t new_index = reverse16(reverse16(index) + reverse16(incr)); in helper_br_update()
129 return reg - index + new_index; in helper_br_update()
134 uint32_t index = reg & 0xffff; in helper_circ_update() local
136 int32_t new_index = index + off; in helper_circ_update()
142 return reg - index + new_index; in helper_circ_update()
/qemu/target/microblaze/
H A Dtranslate.c100 static void gen_raise_exception(DisasContext *dc, uint32_t index) in gen_raise_exception() argument
102 gen_helper_raise_exception(tcg_env, tcg_constant_i32(index)); in gen_raise_exception()
106 static void gen_raise_exception_sync(DisasContext *dc, uint32_t index) in gen_raise_exception_sync() argument
110 gen_raise_exception(dc, index); in gen_raise_exception_sync()
/qemu/hw/ide/
H A Dtrace-events54 …id *s, int tx_size, int elem_tx_size, int32_t index) "IDEState %p; reply: tx_size=%d elem_tx_size=…
/qemu/docs/specs/
H A Dtpm.rst141 | ``ppip`` | 0x4 | 0x101 | ACPI function index to pass to SMM code. |
145 | | | | firmware. See function index 5 for values.|
169 correspond to the values used by ACPI function index 8.
H A Dfsi.rst73 -drive file=obmc-phosphor-image.rootfs.wic.qcow2,if=sd,index=2 \
/qemu/target/s390x/tcg/
H A Dmem_helper.c2266 uint16_t entries, i, index = 0; in HELPER() local
2279 index = (r2 >> 53) & 0x7ff; in HELPER()
2282 index = (r2 >> 42) & 0x7ff; in HELPER()
2285 index = (r2 >> 31) & 0x7ff; in HELPER()
2288 index = (r2 >> 20) & 0x7ff; in HELPER()
2293 raddr = table + ((index + i) & 0x7ff) * sizeof(entry); in HELPER()
/qemu/hw/core/
H A Dloader.c1742 uint32_t *index, const bool in_process) in parse_record() argument
1752 uint32_t idx = *index; in parse_record()
1778 ++(*index); in parse_record()
/qemu/hw/ppc/
H A Dspapr_drc.c796 SpaprDrc *spapr_drc_by_index(uint32_t index) in spapr_drc_by_index() argument
800 index); in spapr_drc_by_index()
/qemu/target/hexagon/
H A DREADME263 reg_log_idx index into ctx_reg_log
265 pred_log_idx index into ctx_pred_log
/qemu/ui/
H A Dtrace-events5 console_gfx_reuse(int index) "%d"
6 console_gfx_close(int index) "%d"
H A Dui-hmp-cmds.c93 mouse->value->index, mouse->value->name, in hmp_info_mice()
/qemu/linux-headers/asm-powerpc/
H A Dkvm.h420 __u32 index; member

1...<<1112131415161718192021