Searched refs:op_size (Results 1 – 16 of 16) sorted by relevance
/qemu/hw/fsi/ |
H A D | aspeed_apb2opb.c | 197 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 D | test-throttle.c | 177 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 D | throttle.c | 344 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 D | system_ext_mmvec.c | 41 env->vtcm_log.op_size = 0; in mem_vector_scatter_init()
|
H A D | mmvec.h | 71 int op_size; member
|
H A D | macros.h | 123 env->vtcm_log.op_size = SIZE; \
|
/qemu/include/qemu/ |
H A D | throttle.h | 94 uint64_t op_size; /* size of an operation in bytes */ member
|
/qemu/fsdev/ |
H A D | qemu-fsdev-throttle.c | 75 fst->cfg.op_size = in fsdev_throttle_parse_opts()
|
/qemu/target/i386/emulate/ |
H A D | x86_emu.c | 379 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 D | op_helper.c | 127 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 D | throttle-groups.c | 854 cfg->op_size = value; in throttle_group_set() 879 value = cfg.op_size; in throttle_group_get()
|
H A D | qapi.c | 140 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 D | qapi-system.c | 486 cfg.op_size = arg->iops_size; in qmp_block_set_io_throttle()
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvvk.c.inc | 289 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 D | macros.def | 265 THREAD2STRUCT->vtcm_log.op_size = SIZE;
|
/qemu/ |
H A D | blockdev.c | 446 throttle_cfg->op_size = in extract_common_blockdev_options()
|