Home
last modified time | relevance | path

Searched refs:opcode (Results 101 – 125 of 1418) sorted by relevance

12345678910>>...57

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h23 __le16 opcode; member
43 __le16 opcode; member
67 u8 opcode; member
79 u8 opcode; member
87 u8 opcode; member
/openbmc/qemu/target/hexagon/
H A Dtranslate.c261 uint16_t opcode = pkt->insn[i].opcode; in need_slot_cancelled() local
276 uint16_t opcode = pkt->insn[i].opcode; in need_next_PC() local
277 if (GET_ATTRIB(opcode, A_CONDEXEC) && GET_ATTRIB(opcode, A_COF)) { in need_next_PC()
295 uint16_t opcode = ctx->insn->opcode; in mark_implicit_reg_write() local
296 if (GET_ATTRIB(opcode, attrib)) { in mark_implicit_reg_write()
306 (opcode == J2_endloop0 || in mark_implicit_reg_write()
307 opcode == J2_endloop1 || in mark_implicit_reg_write()
308 opcode == J2_endloop01)) { in mark_implicit_reg_write()
624 uint16_t opcode = ctx->insn->opcode; in mark_store_width() local
836 int opcode = pkt->insn[i].opcode; in pkt_has_hvx_store() local
[all …]
/openbmc/linux/net/bluetooth/
H A Dhci_sock.c188 if (!flt->opcode) in is_filtered_packet()
362 __le16 opcode; in hci_send_to_monitor() local
410 hdr->opcode = opcode; in hci_send_to_monitor()
479 __le16 opcode; in create_monitor_event() local
545 hdr->opcode = opcode; in create_monitor_event()
653 u16 opcode, u16 len, in create_monitor_ctrl_command() argument
1615 u16 opcode, index, len; in hci_mgmt_cmd() local
1627 opcode = __le16_to_cpu(hdr->opcode); in hci_mgmt_cmd()
1974 uf.opcode = f->opcode; in hci_sock_setsockopt_old()
1995 f->opcode = uf.opcode; in hci_sock_setsockopt_old()
[all …]
H A Dhci_request.h51 void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode,
53 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen,
55 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen,
57 void hci_req_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 status,
68 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen,
/openbmc/linux/arch/powerpc/xmon/
H A Dspu-dis.c34 int o = spu_opcodes[i].opcode; in init_spu_disassemble()
47 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
54 if ((index = spu_disassemble_table[opcode & 0x780]) != 0 in get_index_for_opcode()
58 if ((index = spu_disassemble_table[opcode & 0x7f0]) != 0 in get_index_for_opcode()
62 if ((index = spu_disassemble_table[opcode & 0x7f8]) != 0 in get_index_for_opcode()
66 if ((index = spu_disassemble_table[opcode & 0x7fc]) != 0 in get_index_for_opcode()
70 if ((index = spu_disassemble_table[opcode & 0x7fe]) != 0 in get_index_for_opcode()
74 if ((index = spu_disassemble_table[opcode & 0x7ff]) != 0) in get_index_for_opcode()
/openbmc/linux/drivers/vdpa/mlx5/core/
H A Dresources.c16 MLX5_SET(alloc_pd_in, in, opcode, MLX5_CMD_OP_ALLOC_PD); in alloc_pd()
31 MLX5_SET(dealloc_pd_in, in, opcode, MLX5_CMD_OP_DEALLOC_PD); in dealloc_pd()
70 MLX5_SET(create_uctx_in, in, opcode, MLX5_CMD_OP_CREATE_UCTX); in create_uctx()
89 MLX5_SET(destroy_uctx_in, in, opcode, MLX5_CMD_OP_DESTROY_UCTX); in destroy_uctx()
100 MLX5_SET(create_tis_in, in, opcode, MLX5_CMD_OP_CREATE_TIS); in mlx5_vdpa_create_tis()
113 MLX5_SET(destroy_tis_in, in, opcode, MLX5_CMD_OP_DESTROY_TIS); in mlx5_vdpa_destroy_tis()
124 MLX5_SET(create_rqt_in, in, opcode, MLX5_CMD_OP_CREATE_RQT); in mlx5_vdpa_create_rqt()
138 MLX5_SET(modify_rqt_in, in, opcode, MLX5_CMD_OP_MODIFY_RQT); in mlx5_vdpa_modify_rqt()
146 MLX5_SET(destroy_rqt_in, in, opcode, MLX5_CMD_OP_DESTROY_RQT); in mlx5_vdpa_destroy_rqt()
157 MLX5_SET(create_tir_in, in, opcode, MLX5_CMD_OP_CREATE_TIR); in mlx5_vdpa_create_tir()
[all …]
/openbmc/linux/drivers/atm/
H A Dfore200e.h249 typedef enum opcode { enum
282 enum opcode opcode : 8, /* cp opcode */
293 struct activate_opcode opcode; /* activate VC command opcode */ member
304 enum opcode opcode : 8, /* cp opcode */
313 struct deactivate_opcode opcode; /* deactivate VC command opcode */ member
331 enum opcode opcode : 8, /* cp opcode */
456 enum opcode opcode : 8, /* cp opcode */
483 enum opcode opcode : 8, /* cp opcode */
492 struct prom_opcode opcode; /* get PROM data command opcode */ member
500 enum opcode opcode; /* operation code */ member
[all …]
/openbmc/linux/arch/x86/kernel/
H A Dalternative.c178 if (insn->opcode.bytes[0] == 0x0F && insn->opcode.bytes[1] == 0x1F) in insn_is_nop()
483 return insn->opcode.bytes[0] == 0x0f && (insn->opcode.bytes[1] & 0xf0) == 0x80; in is_jcc32()
607 op = insn->opcode.bytes[0]; in patch_retpoline()
760 op = insn.opcode.bytes[0]; in apply_returns()
2029 u8 opcode; member
2124 switch (tp->opcode) { in poke_int3_handler()
2328 emulate = opcode; in text_poke_loc_init()
2335 tp->opcode = insn.opcode.bytes[0]; in text_poke_loc_init()
2341 tp->opcode = insn.opcode.bytes[1] - 0x10; in text_poke_loc_init()
2344 switch (tp->opcode) { in text_poke_loc_init()
[all …]
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c215 if (ip->r_format.opcode == spec_op && in is_jr_ra_ins()
236 switch (ip->mm16_r5_format.opcode) { in is_ra_save_ins()
262 switch (ip->i_format.opcode) { in is_ra_save_ins()
293 if ((ip->i_format.opcode == sw_op || ip->i_format.opcode == sd_op) && in is_ra_save_ins()
335 if (ip->j_format.opcode == mm_j32_op) in is_jump_ins()
337 if (ip->j_format.opcode == mm_jal32_op) in is_jump_ins()
344 if (ip->j_format.opcode == j_op) in is_jump_ins()
346 if (ip->j_format.opcode == jal_op) in is_jump_ins()
348 if (ip->r_format.opcode != spec_op) in is_jump_ins()
396 if (ip->i_format.opcode == addiu_op || in is_sp_move_ins()
[all …]
/openbmc/u-boot/arch/arm/mach-zynq/
H A Dps7_spl_init.c88 unsigned long opcode; in ps7_config() local
97 opcode = ptr[0]; in ps7_config()
98 if (opcode == OPCODE_EXIT) in ps7_config()
100 addr = (opcode & OPCODE_ADDRESS_MASK); in ps7_config()
102 switch (opcode & ~OPCODE_ADDRESS_MASK) { in ps7_config()
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.c62 unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount() argument
66 switch (opcode & MASK_REGISTER_COUNT) in getRegisterCount()
78 unsigned int getDestinationSize(const unsigned int opcode) in getDestinationSize() argument
82 switch (opcode & MASK_DESTINATION_SIZE) in getDestinationSize()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c86 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry() argument
90 if (opcode > MAX_HCALL_OPCODE) in probe_hcall_entry()
93 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_entry()
98 static void probe_hcall_exit(void *ignored, unsigned long opcode, long retval, in probe_hcall_exit() argument
103 if (opcode > MAX_HCALL_OPCODE) in probe_hcall_exit()
106 h = this_cpu_ptr(&hcall_stats[opcode / 4]); in probe_hcall_exit()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-call.c18 unsigned long opcode) in __trace_opal_entry() argument
38 trace_opal_entry(opcode, &args[0]); in __trace_opal_entry()
52 trace_opal_exit(opcode, retval); in __trace_opal_exit()
71 unsigned long opcode, unsigned long msr) in __opal_call_trace() argument
75 __trace_opal_entry(a0, a1, a2, a3, a4, a5, a6, a7, opcode); in __opal_call_trace()
76 ret = __opal_call(a0, a1, a2, a3, a4, a5, a6, a7, opcode, msr); in __opal_call_trace()
77 __trace_opal_exit(opcode, ret); in __opal_call_trace()
88 unsigned long opcode, unsigned long msr) in __opal_call_trace() argument
118 ret = __opal_call(a0, a1, a2, a3, a4, a5, a6, a7, opcode, msr); in opal_call()
126 #define OPAL_CALL(name, opcode) \ argument
[all …]
H A Dopal-tracepoints.c47 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry() argument
61 trace_opal_entry(opcode, args); in __trace_opal_entry()
68 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit() argument
81 trace_opal_exit(opcode, retval); in __trace_opal_exit()
/openbmc/u-boot/common/
H A Dbedbug.c29 struct opcode *find_opcode __P ((unsigned long));
30 struct opcode *find_opcode_by_name __P ((char *));
420 struct opcode *ptr; in find_opcode()
431 if ((instr & ptr->mask) < ptr->opcode) { in find_opcode()
440 return (struct opcode *) 0; in find_opcode()
459 struct opcode *find_opcode_by_name (char *name) in find_opcode_by_name()
472 return (struct opcode *) 0; in find_opcode_by_name()
663 static struct opcode bne = in handle_bc()
756 struct opcode *opc; in asmppc()
796 instr = opc->opcode; in asmppc()
[all …]
/openbmc/linux/include/linux/
H A Dnvme.h840 #define nvme_opcode_name(opcode) { opcode, #opcode } argument
946 __u8 opcode; member
964 __u8 opcode; member
1167 #define nvme_admin_opcode_name(opcode) { opcode, #opcode } argument
1445 __u8 opcode; member
1513 __u8 opcode; member
1543 __u8 opcode; member
1556 __u8 opcode; member
1568 __u8 opcode; member
1583 __u8 opcode; member
[all …]
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_if.h119 u8 opcode; member
152 u8 opcode; member
171 u8 opcode; member
190 u8 opcode; member
212 u8 opcode; member
322 u8 opcode; member
1404 u8 opcode; member
1450 u8 opcode; member
1849 u8 opcode; member
2071 u8 opcode; member
[all …]
/openbmc/linux/sound/soc/qcom/qdsp6/
H A Dq6asm.c298 ac->result.opcode = 0; in q6asm_apr_send_session_pkt()
306 (ac->result.opcode == hdr->opcode) || in q6asm_apr_send_session_pkt()
311 (ac->result.opcode == hdr->opcode), in q6asm_apr_send_session_pkt()
618 switch (hdr->opcode) { in q6asm_stream_callback()
658 result->opcode); in q6asm_stream_callback()
775 switch (hdr->opcode) { in q6asm_srvc_callback()
785 result->opcode); in q6asm_srvc_callback()
791 ac->result.opcode = hdr->opcode; in q6asm_srvc_callback()
796 ac->result.opcode = hdr->opcode; in q6asm_srvc_callback()
886 ac->result.opcode = 0; in q6asm_ac_send_cmd_sync()
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c43 MLX5_SET(alloc_transport_domain_in, in, opcode, in mlx5_core_alloc_transport_domain()
59 MLX5_SET(dealloc_transport_domain_in, in, opcode, in mlx5_core_dealloc_transport_domain()
71 MLX5_SET(create_rq_in, in, opcode, MLX5_CMD_OP_CREATE_RQ); in mlx5_core_create_rq()
83 MLX5_SET(modify_rq_in, in, opcode, MLX5_CMD_OP_MODIFY_RQ); in mlx5_core_modify_rq()
93 MLX5_SET(destroy_rq_in, in, opcode, MLX5_CMD_OP_DESTROY_RQ); in mlx5_core_destroy_rq()
103 MLX5_SET(query_rq_in, in, opcode, MLX5_CMD_OP_QUERY_RQ); in mlx5_core_query_rq()
115 MLX5_SET(create_sq_in, in, opcode, MLX5_CMD_OP_CREATE_SQ); in mlx5_core_create_sq()
126 MLX5_SET(modify_sq_in, in, opcode, MLX5_CMD_OP_MODIFY_SQ); in mlx5_core_modify_sq()
135 MLX5_SET(destroy_sq_in, in, opcode, MLX5_CMD_OP_DESTROY_SQ); in mlx5_core_destroy_sq()
144 MLX5_SET(query_sq_in, in, opcode, MLX5_CMD_OP_QUERY_SQ); in mlx5_core_query_sq()
[all …]
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit.h412 static inline u32 hppa_t1_insn(u8 opcode, u8 b, u8 r, s16 im14) in hppa_t1_insn() argument
414 return ((opcode << 26) | (b << 21) | (r << 16) | re_assemble_14(im14)); in hppa_t1_insn()
417 static inline u32 hppa_t5_insn(u8 opcode, u8 tr, u32 val21) in hppa_t5_insn() argument
419 return ((opcode << 26) | (tr << 21) | re_assemble_21(val21)); in hppa_t5_insn()
429 static inline u32 hppa_t7_insn(u8 opcode, u8 r, u8 t, u32 im11) in hppa_t7_insn() argument
437 return ((opcode << 26) | (r2 << 21) | (r1 << 16) | (c << 13) | in hppa_t10_insn()
450 static inline u32 hppa_t12_insn(u8 opcode, u8 rp, u32 w, u8 ext3, u8 nop) in hppa_t12_insn() argument
455 static inline u32 hppa_t12_L_insn(u8 opcode, u32 w, u8 nop) in hppa_t12_L_insn() argument
457 return ((opcode << 26) | (0x05 << 13) | (nop << 1) | re_assemble_22(w)); in hppa_t12_L_insn()
461 static inline u32 hppa_t21_insn(u8 opcode, u8 r2, u8 r1, u8 ext8, u8 t) in hppa_t21_insn() argument
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h1051 __field(u8, opcode)
1073 __entry->opcode = opcode;
1096 __entry->opcode,
1120 TP_ARGS(qp, newreq, opcode, psn, lpsn, req)
1127 TP_ARGS(qp, newreq, opcode, psn, lpsn, req)
1134 TP_ARGS(qp, newreq, opcode, psn, lpsn, req)
1273 TP_ARGS(qp, opcode, psn, diff),
1282 __field(u32, opcode)
1295 __entry->opcode = opcode;
1309 __entry->opcode,
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dpsobject.c59 walk_state->opcode = AML_INT_NAMEPATH_OP; in acpi_ps_get_aml_opcode()
76 walk_state->opcode, in acpi_ps_get_aml_opcode()
90 walk_state->opcode, in acpi_ps_get_aml_opcode()
130 acpi_ps_get_opcode_size(walk_state->opcode); in acpi_ps_get_aml_opcode()
166 unnamed_op->common.aml_opcode = walk_state->opcode; in acpi_ps_build_named_op()
321 op = acpi_ps_alloc_op(walk_state->opcode, aml_op_start); in acpi_ps_create_op()
334 && walk_state->opcode == AML_EXTERNAL_OP in acpi_ps_create_op()
370 if (walk_state->opcode == AML_BANK_FIELD_OP) { in acpi_ps_create_op()
481 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op()
510 walk_state->opcode = (*op)->common.aml_opcode; in acpi_ps_complete_op()
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dsingle_cpdo.c76 unsigned int SingleCPDO(struct roundingData *roundData, const unsigned int opcode, FPREG * rFd) in SingleCPDO() argument
82 Fm = getFm(opcode); in SingleCPDO()
83 if (CONSTANT_FM(opcode)) { in SingleCPDO()
91 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
92 if (!MONADIC_INSTRUCTION(opcode)) { in SingleCPDO()
93 unsigned int Fn = getFn(opcode); in SingleCPDO()
/openbmc/linux/arch/x86/tools/
H A Dgen-insn-attr-x86.awk287 opcode = $(i++)
306 if (match(opcode, group_expr)) {
307 if (!(opcode in group)) {
308 group[opcode] = ggid
311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")")
318 if (match(opcode, rex_expr))
322 if (match(opcode, fpu_expr))
330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr))
335 if (!prefix_num[opcode])
336 semantic_error("Unknown prefix: " opcode)
[all …]
/openbmc/linux/tools/arch/x86/tools/
H A Dgen-insn-attr-x86.awk287 opcode = $(i++)
306 if (match(opcode, group_expr)) {
307 if (!(opcode in group)) {
308 group[opcode] = ggid
311 flags = add_flags(flags, "INAT_MAKE_GROUP(" group[opcode] ")")
318 if (match(opcode, rex_expr))
322 if (match(opcode, fpu_expr))
330 else if (match(ext, vexok_expr) || match(opcode, vexok_opcode_expr))
335 if (!prefix_num[opcode])
336 semantic_error("Unknown prefix: " opcode)
[all …]

12345678910>>...57