| /kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
| H A D | siw_cq.c | 86 u8 opcode = cqe->opcode; in siw_reap_cqe() local [all...] |
| /kernel/linux/linux-5.10/tools/arch/x86/lib/ |
| H A D | inat.c | 13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() argument 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() argument 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute() argument
|
| /kernel/linux/linux-5.10/tools/io_uring/ |
| H A D | syscall.c | 36 int io_uring_register(int fd, unsigned int opcode, void *arg, in io_uring_register() argument
|
| /kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
| H A D | vsp1_dl.h | 41 u8 opcode; member
|
| /kernel/linux/linux-5.10/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() argument
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | exresop.c | 99 acpi_ex_resolve_operands(u16 opcode, in acpi_ex_resolve_operands() argument
|
| H A D | psopinfo.c | 35 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info() argument 127 acpi_ps_get_opcode_name(u16 opcode) acpi_ps_get_opcode_name() argument [all...] |
| H A D | psutils.c | 56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op() argument 85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op() argument [all...] |
| /kernel/linux/linux-6.6/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() argument
|
| /kernel/linux/linux-6.6/io_uring/ |
| H A D | opdef.c | 653 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() argument
|
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_dl.h | 41 u8 opcode; member
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| H A D | inat.c | 13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() argument 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() argument 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
| H A D | rxe_loc.h | 178 static inline unsigned int wr_opcode_mask(int opcode, struct rxe_qp *qp) in wr_opcode_mask() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
| H A D | siw_cq.c | 86 u8 opcode = cqe->opcode; in siw_reap_cqe() local [all...] |
| /kernel/linux/linux-6.6/tools/arch/x86/lib/ |
| H A D | inat.c | 13 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() argument 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() argument 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute() argument
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | mgmt_util.h | 35 u16 opcode; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r700_asm.c | 130 unsigned opcode = r600_isa_fetch_opcode(bc->isa->hw_class, mem->op) >> 8; in r700_bytecode_fetch_mem_build() local
|
| H A D | eg_asm.c | 40 unsigned opcode = r600_isa_cf_opcode(bc->isa->hw_class, cf->op); in eg_bytecode_cf_build() local 229 unsigned opcode; in eg_bytecode_gds_build() local [all...] |
| /third_party/mesa3d/src/imagination/rogue/ |
| H A D | rogue_shader.c | 48 rogue_shader_instr_count_type(const struct rogue_shader *shader, enum rogue_opcode opcode) rogue_shader_instr_count_type() argument 101 rogue_shader_insert(struct rogue_shader *shader, enum rogue_opcode opcode) rogue_shader_insert() argument [all...] |
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_instruction.c | 162 _mesa_num_inst_src_regs(enum prog_opcode opcode) in _mesa_num_inst_src_regs() argument 175 _mesa_num_inst_dst_regs(enum prog_opcode opcode) in _mesa_num_inst_dst_regs() argument 188 _mesa_opcode_string(enum prog_opcode opcode) _mesa_opcode_string() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | operator-properties.cc | 18 IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); in HasContextInput() local 25 IrOpcode::Value const opcode = static_cast<IrOpcode::Value>(op->opcode()); in NeedsExactContext() member in v8::internal::compiler::IrOpcode 274 Operator::Opcode const opcode = op->opcode(); in IsBasicBlockBegin() member in v8::internal::compiler::Operator [all...] |
| H A D | opcodes.cc | 36 std::ostream& operator<<(std::ostream& os, IrOpcode::Value opcode) { in operator <<() argument
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-bigint.cc | 104 int opcode = args.smi_value_at(2); in RUNTIME_FUNCTION() local 161 int opcode = args.smi_value_at(1); in RUNTIME_FUNCTION() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| H A D | i915_state_inlines.h | 170 i915_translate_logic_op(unsigned opcode) in i915_translate_logic_op() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_bitwise.cpp | 29 const SpvOp opcode = inst->opcode(); in BitwisePass() local [all...] |