/openbmc/linux/io_uring/ |
H A D | opdef.c | 653 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 210 static void ath_mci_cal_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_cal_msg() 369 static void ath_mci_msg(struct ath_softc *sc, u8 opcode, u8 *rx_payload) in ath_mci_msg() 492 u32 offset, subtype, opcode; in ath_mci_intr() local
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | kgdb.c | 26 static int decode_register_index(unsigned long opcode, int offset) in decode_register_index() 31 static int decode_register_index_short(unsigned long opcode, int offset) in decode_register_index_short()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | patch-scs.c | 91 static int __always_inline skip_xleb128(const u8 **opcode, int size) in skip_xleb128() 138 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | cpacf.h | 203 static __always_inline void __cpacf_query(unsigned int opcode, in __cpacf_query() 251 static __always_inline int __cpacf_check_opcode(unsigned int opcode) in __cpacf_check_opcode() 287 static __always_inline int cpacf_query(unsigned int opcode, cpacf_mask_t *mask) in cpacf_query() 302 static __always_inline int cpacf_query_func(unsigned int opcode, unsigned int func) in cpacf_query_func()
|
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_stats.c | 171 u32 opcode = bnx2x_dmae_opcode(bp, DMAE_SRC_PCI, DMAE_DST_GRC, in bnx2x_hw_stats_post() local 223 u32 opcode; in bnx2x_stats_pmf_update() local 271 u32 opcode; in bnx2x_port_stats_init() local 1268 u32 opcode; in bnx2x_port_stats_stop() local
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 263 uint16_t opcode = pkt->insn[i].opcode; in need_slot_cancelled() local 278 uint16_t opcode = pkt->insn[i].opcode; in need_next_PC() local 297 uint16_t opcode = ctx->insn->opcode; in mark_implicit_reg_write() local 563 uint16_t opcode = ctx->insn->opcode; in mark_store_width() local 775 int opcode = pkt->insn[i].opcode; in pkt_has_hvx_store() local
|
/openbmc/linux/net/ceph/ |
H A D | ceph_strings.c | 52 #define GENERATE_CASE(op, opcode, str) case CEPH_OSD_OP_##op: return (str); in ceph_osd_op_name() argument
|
/openbmc/linux/drivers/nvme/host/ |
H A D | trace.h | 26 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \ argument
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/ |
H A D | mlx5_ifc_vhca_event.h | 38 u8 opcode[0x10]; member 67 u8 opcode[0x10]; member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | fault.c | 274 static bool __hfi1_should_fault(struct hfi1_ibdev *ibd, u32 opcode, in __hfi1_should_fault() 307 bool hfi1_dbg_should_fault_tx(struct rvt_qp *qp, u32 opcode) in hfi1_dbg_should_fault_tx()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | exresop.c | 99 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands()
|
H A D | acresrc.h | 33 u8 opcode; member 92 u8 opcode; member
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_cq.c | 86 u8 opcode = cqe->opcode; in siw_reap_cqe() local
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | spi-nor-core.c | 86 static int spi_nor_write_reg(struct spi_nor *nor, u8 opcode, u8 *buf, int len) in spi_nor_write_reg() 317 static u8 spi_nor_convert_opcode(u8 opcode, const u8 table[][2], size_t size) in spi_nor_convert_opcode() 329 static u8 spi_nor_convert_3to4_read(u8 opcode) in spi_nor_convert_3to4_read() 348 static u8 spi_nor_convert_3to4_program(u8 opcode) in spi_nor_convert_3to4_program() 360 static u8 spi_nor_convert_3to4_erase(u8 opcode) in spi_nor_convert_3to4_erase() 1701 u8 opcode; member 1706 u8 opcode; member 1819 u8 opcode, in spi_nor_set_read_settings() 1830 u8 opcode, in spi_nor_set_pp_settings() 2231 u8 opcode; in spi_nor_parse_bfpt() local
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 288 static void emit_alu(u32 opcode, u32 src, u32 dst, struct jit_ctx *ctx) in emit_alu() 293 static void emit_alu3(u32 opcode, u32 a, u32 b, u32 c, struct jit_ctx *ctx) in emit_alu3() 298 static void emit_alu_K(unsigned int opcode, unsigned int dst, unsigned int imm, in emit_alu_K() 317 static void emit_alu3_K(unsigned int opcode, unsigned int src, unsigned int imm, in emit_alu3_K() 1260 u32 opcode = 0, rs2; in build_insn() local 1300 u32 opcode = 0, rs2; in build_insn() local 1341 u32 opcode = 0, rs2; in build_insn() local
|
/openbmc/qemu/hw/char/ |
H A D | spapr_vty.c | 105 target_ulong opcode, target_ulong *args) in h_put_term_char() 132 target_ulong opcode, target_ulong *args) in h_get_term_char()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | mxl692.c | 111 static void mxl692_tx_swap(enum MXL_EAGLE_OPCODE_E opcode, u8 *buffer) in mxl692_tx_swap() 135 static void mxl692_rx_swap(enum MXL_EAGLE_OPCODE_E opcode, u8 *buffer) in mxl692_rx_swap() 371 static const char *mxl692_opcode_string(u8 opcode) in mxl692_opcode_string() 444 u8 opcode, in mxl692_i2c_writeread()
|
/openbmc/linux/include/uapi/rdma/ |
H A D | siw-abi.h | 112 __u8 opcode; member 133 __u8 opcode; member 164 __u8 opcode; member
|
/openbmc/linux/drivers/nvme/target/ |
H A D | trace.h | 28 #define parse_nvme_cmd(qid, opcode, fctype, cdw10) \ argument
|
H A D | trace.c | 106 u8 opcode, u8 *cdw10) in nvmet_trace_parse_admin_cmd() 123 u8 opcode, u8 *cdw10) in nvmet_trace_parse_nvm_cmd()
|
/openbmc/linux/include/trace/events/ |
H A D | scsi.h | 13 #define scsi_opcode_name(opcode) { opcode, #opcode } argument
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | spu-dis.c | 47 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_dl.h | 41 u8 opcode; member
|
/openbmc/linux/drivers/ssb/ |
H A D | driver_chipcommon_sflash.c | 72 static void ssb_sflash_cmd(struct ssb_chipcommon *cc, u32 opcode) in ssb_sflash_cmd()
|