| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| H A D | vm86_32.c | 550 unsigned char opcode; in handle_vm86_fault() local
|
| /kernel/linux/linux-6.6/arch/x86/platform/intel/ |
| H A D | iosf_mbi.c | 97 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() argument 120 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() argument 143 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify() argument
|
| /kernel/linux/linux-6.6/arch/x86/kernel/kprobes/ |
| H A D | core.c | 142 kprobe_opcode_t opcode; in can_boost() local 594 insn_byte_t opcode = insn->opcode.bytes[0]; prepare_emulation() local [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
| H A D | cdns-mhdp8546-hdcp.c | 51 cdns_mhdp_secure_mailbox_recv_header(struct cdns_mhdp_device *mhdp, u8 module_id, u8 opcode, u16 req_size) cdns_mhdp_secure_mailbox_recv_header() argument 99 cdns_mhdp_secure_mailbox_send(struct cdns_mhdp_device *mhdp, u8 module_id, u8 opcode, u16 size, u8 *message) cdns_mhdp_secure_mailbox_send() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-reg.c | 106 cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, u8 module_id, u8 opcode, u16 req_size) cdn_dp_mailbox_validate_receive() argument 158 cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, u8 opcode, u16 size, u8 *message) cdn_dp_mailbox_send() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/ |
| H A D | job.c | 469 u32 opcode = (word & 0xf0000000) >> 28; in validate() local
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mr.c | 471 int rxe_mr_do_atomic_op(struct rxe_mr *mr, u64 iova, int opcode, in rxe_mr_do_atomic_op() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
| H A D | qib_rc.c | 740 u32 opcode; reset_psn() local 886 u32 opcode; qib_rc_send_complete() local 1007 do_rc_ack(struct rvt_qp *qp, u32 aeth, u32 psn, int opcode, u64 val, struct qib_ctxtdata *rcd) do_rc_ack() argument 1269 qib_rc_rcv_resp(struct qib_ibport *ibp, struct ib_other_headers *ohdr, void *data, u32 tlen, struct rvt_qp *qp, u32 opcode, u32 psn, u32 hdrsize, u32 pmtu, struct qib_ctxtdata *rcd) qib_rc_rcv_resp() argument 1493 qib_rc_rcv_error(struct ib_other_headers *ohdr, void *data, struct rvt_qp *qp, u32 opcode, u32 psn, int diff, struct qib_ctxtdata *rcd) qib_rc_rcv_error() argument 1719 u32 opcode; qib_rc_rcv() local [all...] |
| /kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
| H A D | insn.h | 75 struct insn_field opcode; /* member
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | cfg.c | 179 __u8 opcode = BPF_OP(cur->code); in func_partition_bb_head() local
|
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| H A D | aiclib.h | 62 uint8_t opcode; member
|
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_insformat.h | 54 opcode : 4, member 73 opcode : 4, member 91 opcode : 4, member 109 opcode : 4, member 127 opcode : 4, member 145 opcode : 4, global() member [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| H A D | megaraid_mm.c | 285 uint8_t opcode; in handle_drvrcmd() local 360 uint8_t opcode; in mimd_to_kioc() local 807 uint8_t opcode; kioc_to_mimd() local [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/qedf/ |
| H A D | qedf_els.c | 550 u8 opcode; in qedf_srr_compl() local 848 u8 opcode; in qedf_rec_compl() local
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| H A D | constants.c | 27 int opcode; member 260 bool scsi_opcode_sa_name(int opcode, int service_action, in scsi_opcode_sa_name() argument
|
| /kernel/linux/linux-6.6/drivers/scsi/qedi/ |
| H A D | qedi_fw_api.c | 169 u8 opcode = GET_FIELD(pdu_header->hdr_first_byte, in init_sqe() local
|
| /kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
| H A D | lpfc_nl.h | 112 uint32_t opcode; member 145 uint8_t opcode; member
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | hci_request.c | 100 void hci_req_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_req_sync_complete() argument 212 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd() argument 239 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev() argument 269 hci_req_add(struct hci_request *req, u16 opcode, u32 plen, const void *param) hci_req_add() argument [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_refs.c | 852 MMCOOpcode opcode = get_ue_golomb_31(gb); in ff_h264_decode_ref_pic_marking() local [all...] |
| /third_party/backends/backend/ |
| H A D | ibm-scsi.c | 65 SANE_Byte opcode; member 73 SANE_Byte opcode; member 92 SANE_Byte opcode; member 101 SANE_Byte opcode; member 122 SANE_Byte opcode; member 130 SANE_Byte opcode; member [all...] |
| H A D | ricoh-scsi.c | 61 SANE_Byte opcode; member 69 SANE_Byte opcode; member 87 SANE_Byte opcode; member 108 SANE_Byte opcode; member 116 SANE_Byte opcode; member [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_assembler.cpp | 48 const int16_t* opcode; member 94 uint32_t opcode = ctx.opcode[(in in emit_instruction() local [all...] |
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_glsl450.c | 639 handle_glsl450_interpolation(struct vtn_builder *b, enum GLSLstd450 opcode, in handle_glsl450_interpolation() argument 210 vtn_nir_alu_op_for_spirv_glsl_opcode(struct vtn_builder *b, enum GLSLstd450 opcode, unsigned execution_mode, bool *exact) vtn_nir_alu_op_for_spirv_glsl_opcode() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.h | 308 tu_cs_emit_pkt7(struct tu_cs *cs, uint8_t opcode, uint16_t cnt) in tu_cs_emit_pkt7() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_builder.c | 446 nir_op opcode = in nir_type_convert() local
|