Home
last modified time | relevance | path

Searched refs:op_size (Results 1 – 16 of 16) sorted by relevance

/qemu/hw/fsi/
H A Daspeed_apb2opb.c197 uint32_t opb, op_mode, op_size, op_addr, op_data; in fsi_aspeed_apb2opb_write() local
209 op_size = s->regs[APB2OPB_OPB0_XFER]; in fsi_aspeed_apb2opb_write()
215 op_size = s->regs[APB2OPB_OPB1_XFER]; in fsi_aspeed_apb2opb_write()
225 if (op_size & ~(APB2OPB_OPB_XFER_HALF | APB2OPB_OPB_XFER_FULL)) { in fsi_aspeed_apb2opb_write()
228 op_size); in fsi_aspeed_apb2opb_write()
232 op_size += 1; in fsi_aspeed_apb2opb_write()
238 &op_data, op_size, is_write); in fsi_aspeed_apb2opb_write()
/qemu/tests/unit/
H A Dtest-throttle.c177 g_assert(!ts.cfg.op_size); in test_init()
209 g_assert(!ts.cfg.op_size); in test_init_readonly()
241 g_assert(!ts.cfg.op_size); in test_init_writeonly()
293 orig_cfg.op_size = 1; in test_config_functions()
326 g_assert(final_cfg.op_size == 1); in test_config_functions()
558 cfg.op_size = 4096; in test_iops_size_is_missing_limit()
610 uint64_t op_size, /* ideal size of an io */ in do_test_accounting() argument
631 cfg.op_size = op_size; in do_test_accounting()
/qemu/util/
H A Dthrottle.c344 if (cfg->op_size && in throttle_is_valid()
486 if (ts->cfg.op_size && size > ts->cfg.op_size) { in throttle_account()
487 units = (double) size / ts->cfg.op_size; in throttle_account()
605 cfg->op_size = arg->iops_size; in throttle_limits_to_config()
636 var->iops_size = cfg->op_size; in throttle_config_to_limits()
/qemu/target/hexagon/mmvec/
H A Dsystem_ext_mmvec.c41 env->vtcm_log.op_size = 0; in mem_vector_scatter_init()
H A Dmmvec.h71 int op_size; member
H A Dmacros.h123 env->vtcm_log.op_size = SIZE; \
/qemu/include/qemu/
H A Dthrottle.h94 uint64_t op_size; /* size of an operation in bytes */ member
/qemu/fsdev/
H A Dqemu-fsdev-throttle.c75 fst->cfg.op_size = in fsdev_throttle_parse_opts()
/qemu/target/i386/emulate/
H A Dx86_emu.c379 int op_size = decode->operand_size; in exec_movzx() local
391 write_val_ext(env, &decode->op[0], decode->op[1].val, op_size); in exec_movzx()
827 int op_size = decode->operand_size; in exec_movsx() local
842 write_val_ext(env, &decode->op[0], decode->op[1].val, op_size); in exec_movsx()
/qemu/target/hexagon/
H A Dop_helper.c127 if (env->vtcm_log.op_size == 2) { in HELPER()
129 } else if (env->vtcm_log.op_size == 4) { in HELPER()
411 if (env->vtcm_log.op_size == 2) { in probe_hvx_stores()
413 } else if (env->vtcm_log.op_size == 4) { in probe_hvx_stores()
/qemu/block/
H A Dthrottle-groups.c854 cfg->op_size = value; in throttle_group_set()
879 value = cfg.op_size; in throttle_group_get()
H A Dqapi.c140 info->has_iops_size = cfg.op_size; in bdrv_block_device_info()
141 info->iops_size = cfg.op_size; in bdrv_block_device_info()
H A Dqapi-system.c486 cfg.op_size = arg->iops_size; in qmp_block_set_io_throttle()
/qemu/target/riscv/insn_trans/
H A Dtrans_rvvk.c.inc289 int8_t op_size = s->lmul <= 0 ? 1 : 1 << s->lmul;
290 return !is_overlapped(vd, op_size, vs2, 1);
/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def265 THREAD2STRUCT->vtcm_log.op_size = SIZE;
/qemu/
H A Dblockdev.c446 throttle_cfg->op_size = in extract_common_blockdev_options()