/openbmc/qemu/tests/fp/ |
H A D | fp-bench.c | 438 #define GEN_BENCH_ALL_TYPES(opname, op, n_ops) \ argument 439 GEN_BENCH(bench_ ## opname ## _float, float, PREC_SINGLE, op, n_ops) \ 440 GEN_BENCH(bench_ ## opname ## _double, double, PREC_DOUBLE, op, n_ops) \ 441 GEN_BENCH(bench_ ## opname ## _float32, float32, PREC_FLOAT32, op, n_ops) \ 442 GEN_BENCH(bench_ ## opname ## _float64, float64, PREC_FLOAT64, op, n_ops) \ 443 GEN_BENCH(bench_ ## opname ## _float128, float128, PREC_FLOAT128, op, n_ops) 466 #define GEN_BENCH_FUNCS(opname, op) \ argument 468 [PREC_SINGLE] = bench_ ## opname ## _float, \ 469 [PREC_DOUBLE] = bench_ ## opname ## _double, \ 470 [PREC_FLOAT32] = bench_ ## opname ## _float32, \ [all …]
|
/openbmc/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-v4l2.c | 370 const char *opname = is_prepare ? "prepare_buf" : "qbuf"; in vb2_queue_or_prepare_buf() local 377 dprintk(q, 1, "%s: invalid buffer type\n", opname); in vb2_queue_or_prepare_buf() 382 dprintk(q, 1, "%s: buffer index out of range\n", opname); in vb2_queue_or_prepare_buf() 388 dprintk(q, 1, "%s: buffer is NULL\n", opname); in vb2_queue_or_prepare_buf() 393 dprintk(q, 1, "%s: invalid memory type\n", opname); in vb2_queue_or_prepare_buf() 405 dprintk(q, 1, "%s: buffer is not in dequeued state\n", opname); in vb2_queue_or_prepare_buf() 424 dprintk(q, 1, "%s: queue requires requests\n", opname); in vb2_queue_or_prepare_buf() 428 dprintk(q, 1, "%s: queue uses requests\n", opname); in vb2_queue_or_prepare_buf() 433 dprintk(q, 1, "%s: queue does not support requests\n", opname); in vb2_queue_or_prepare_buf() 436 dprintk(q, 1, "%s: queue does not use requests\n", opname); in vb2_queue_or_prepare_buf() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace.c | 223 u8 se, u8 pad, u8 opcode, const char *opname, in hfi1_trace_fmt_rest() argument 232 opcode, opname, dest_qpn, src_qpn); in hfi1_trace_fmt_rest() 235 opcode, opname, in hfi1_trace_fmt_rest() 240 opcode, opname, in hfi1_trace_fmt_rest()
|
H A D | trace_ibhdrs.h | 99 u8 se, u8 pad, u8 opcode, const char *opname,
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-ops.c.inc | 91 #define GEN_VXRFORM1(opname, name, str, opc2, opc3) \ 93 #define GEN_VXRFORM1_300(opname, name, str, opc2, opc3) \
|
H A D | vmx-impl.c.inc | 1093 #define GEN_VXRFORM1(opname, name, str, opc2, opc3) \ 1104 gen_helper_##opname(tcg_env, rd, ra, rb); \
|
/openbmc/qemu/hw/nvme/ |
H A D | trace-events | 11 …6_t sqid, uint8_t opcode, const char *opname) "cid %"PRIu16" nsid 0x%"PRIx32" sqid %"PRIu16" opc 0… 12 …id, uint16_t sqid, uint8_t opcode, const char *opname) "cid %"PRIu16" sqid %"PRIu16" opc 0x%"PRIx8… 16 …int32_t nsid, uint32_t nlb, uint64_t count, uint64_t lba) "cid %"PRIu16" opname '%s' nsid %"PRIu32…
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 629 xtensa_opcode xtensa_opcode_lookup(xtensa_isa isa, const char *opname) in xtensa_opcode_lookup() argument 634 if (!opname || !*opname) { in xtensa_opcode_lookup() 641 entry.key = opname; in xtensa_opcode_lookup() 649 sprintf(xtisa_error_msg, "opcode \"%s\" not recognized", opname); in xtensa_opcode_lookup()
|
/openbmc/qemu/include/hw/xtensa/ |
H A D | xtensa-isa.h | 358 xtensa_opcode xtensa_opcode_lookup(xtensa_isa isa, const char *opname);
|
/openbmc/linux/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 569 static int sym_eh_handler(int op, char *opname, struct scsi_cmnd *cmd) in sym_eh_handler() argument 581 scmd_printk(KERN_WARNING, cmd, "%s operation started\n", opname); in sym_eh_handler() 661 dev_warn(&cmd->device->sdev_gendev, "%s operation %s.\n", opname, in sym_eh_handler()
|
/openbmc/linux/drivers/infiniband/ulp/srp/ |
H A D | ib_srp.c | 144 const char *opname); 2136 const char *opname) in srp_handle_qp_err() argument 2144 opname, ib_wc_status_msg(wc->status), wc->status, in srp_handle_qp_err()
|
/openbmc/qemu/hw/scsi/ |
H A D | trace-events | 287 lsi_execute_script_io_opcode(const char *opcode, int reg, const char *opname, uint8_t data8, uint32…
|