/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-ecc.c | 145 iowrite32(op_size | HW_OCS_ECC_COMMAND_START_VAL, in ocs_ecc_cmd_start() 151 u32 op_size, in ocs_ecc_write_cmd_and_data() argument 156 iowrite32(op_size | inst, dev->base_reg + HW_OFFS_OCS_ECC_COMMAND); in ocs_ecc_write_cmd_and_data() 227 u32 op_size = (curve->g.ndigits > ECC_CURVE_NIST_P256_DIGITS) ? in kmb_ecc_point_mult() local 248 ocs_ecc_cmd_start(ecc_dev, op_size); in kmb_ecc_point_mult() 274 ocs_ecc_write_cmd_and_data(ecc_dev, op_size, OCS_ECC_INST_WRITE_P, in kmb_ecc_point_mult() 278 ocs_ecc_write_cmd_and_data(ecc_dev, op_size, OCS_ECC_INST_WRITE_A, in kmb_ecc_point_mult() 310 u32 op_size = (ndigits > ECC_CURVE_NIST_P256_DIGITS) ? in kmb_ecc_do_scalar_op() local 321 ocs_ecc_cmd_start(ecc_dev, op_size); in kmb_ecc_do_scalar_op() 332 ocs_ecc_write_cmd_and_data(ecc_dev, op_size, OCS_ECC_INST_WRITE_P, in kmb_ecc_do_scalar_op() [all …]
|
/openbmc/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()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 126 static int op_size = 10 * 1024; variable 165 char *buf = malloc(op_size); in do_send() 167 memset(buf, 'z', op_size); in do_send() 168 r = write(src, buf, op_size); in do_send() 285 int read_size = op_size; in run_test_case() 381 op_size = atoi(optarg); in main()
|
/openbmc/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()
|
/openbmc/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()
|
/openbmc/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 | 121 env->vtcm_log.op_size = SIZE; \
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | jr.h | 82 int op_size; member
|
H A D | jr.c | 118 jr->op_size = roundup(JR_SIZE * sizeof(struct op_ring), in jr_init() 121 (struct op_ring *)memalign(ARCH_DMA_MINALIGN, jr->op_size); in jr_init() 126 memset(jr->output_ring, 0, jr->op_size); in jr_init() 248 end = ALIGN((unsigned long)jr->output_ring + jr->op_size, in jr_enqueue()
|
/openbmc/qemu/include/qemu/ |
H A D | throttle.h | 94 uint64_t op_size; /* size of an operation in bytes */ member
|
/openbmc/qemu/fsdev/ |
H A D | qemu-fsdev-throttle.c | 75 fst->cfg.op_size = in fsdev_throttle_parse_opts()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 1090 unsigned long guest_gma, int op_size, bool index_mode); 1556 unsigned long guest_gma, int op_size, bool index_mode) in cmd_address_audit() argument 1563 if (op_size > max_surface_size) { in cmd_address_audit() 1574 } else if (!intel_gvt_ggtt_validate_range(vgpu, guest_gma, op_size)) { in cmd_address_audit() 1583 s->info->name, guest_gma, op_size); in cmd_address_audit() 1604 int op_size = (cmd_length(s) - 3) * sizeof(u32); in cmd_handler_mi_store_data_imm() local 1630 ret = cmd_address_audit(s, gma + op_size * core_id, op_size, false); in cmd_handler_mi_store_data_imm() 1661 int op_size = (1 << ((cmd_val(s, 0) & GENMASK(20, 19)) >> 19)) * in cmd_handler_mi_op_2f() local 1683 ret = cmd_address_audit(s, gma, op_size, false); in cmd_handler_mi_op_2f()
|
/openbmc/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-sysemu.c | 486 cfg.op_size = arg->iops_size; in qmp_block_set_io_throttle()
|
H A D | qapi.c | 139 info->has_iops_size = cfg.op_size; in bdrv_block_device_info() 140 info->iops_size = cfg.op_size; in bdrv_block_device_info()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_emu.c | 380 int op_size = decode->operand_size; in exec_movzx() local 392 write_val_ext(env, decode->op[0].ptr, decode->op[1].val, op_size); in exec_movzx() 1003 int op_size = decode->operand_size; in exec_movsx() local 1018 write_val_ext(env, decode->op[0].ptr, decode->op[1].val, op_size); in exec_movsx()
|
/openbmc/qemu/target/hexagon/ |
H A D | op_helper.c | 154 if (env->vtcm_log.op_size == 2) { in HELPER() 156 } else if (env->vtcm_log.op_size == 4) { in HELPER() 523 if (env->vtcm_log.op_size == 2) { in probe_hvx_stores() 525 } else if (env->vtcm_log.op_size == 4) { in probe_hvx_stores()
|
/openbmc/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);
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | macros.def | 265 THREAD2STRUCT->vtcm_log.op_size = SIZE;
|
/openbmc/qemu/ |
H A D | blockdev.c | 446 throttle_cfg->op_size = in extract_common_blockdev_options()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 891 static int __do_insn_fetch_bytes(struct x86_emulate_ctxt *ctxt, int op_size) in __do_insn_fetch_bytes() argument 924 if (unlikely(size < op_size)) in __do_insn_fetch_bytes()
|