| /linux/arch/arm/nwfpe/ |
| H A D | fpopcode.h | 192 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument 195 #define getOffset(opcode) (opcode & MASK_OFFSET) argument 198 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument 200 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument 201 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument 203 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 204 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 205 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 206 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 208 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument [all …]
|
| H A D | fpa11_cprt.c | 23 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT() 57 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT() 100 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX() 142 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
|
| H A D | fpa11.c | 35 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 53 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() 85 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
|
| H A D | fpa11_cpdt.c | 212 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() 255 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF() 306 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM() 342 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM() 378 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
|
| /linux/arch/csky/kernel/probes/ |
| H A D | simulate-insn.c | 69 simulate_br16(u32 opcode, long addr, struct pt_regs *regs) in simulate_br16() 76 simulate_br32(u32 opcode, long addr, struct pt_regs *regs) in simulate_br32() 83 simulate_bt16(u32 opcode, long addr, struct pt_regs *regs) in simulate_bt16() 93 simulate_bt32(u32 opcode, long addr, struct pt_regs *regs) in simulate_bt32() 103 simulate_bf16(u32 opcode, long addr, struct pt_regs *regs) in simulate_bf16() 113 simulate_bf32(u32 opcode, long addr, struct pt_regs *regs) in simulate_bf32() 123 simulate_jmp16(u32 opcode, long addr, struct pt_regs *regs) in simulate_jmp16() 133 simulate_jmp32(u32 opcode, long addr, struct pt_regs *regs) in simulate_jmp32() 143 simulate_jsr16(u32 opcode, long addr, struct pt_regs *regs) in simulate_jsr16() 155 simulate_jsr32(u32 opcode, long addr, struct pt_regs *regs) in simulate_jsr32() [all …]
|
| /linux/arch/arm64/kernel/probes/ |
| H A D | simulate-insn.c | 68 static bool __kprobes check_cbz(u32 opcode, struct pt_regs *regs) in check_cbz() 76 static bool __kprobes check_cbnz(u32 opcode, struct pt_regs *regs) in check_cbnz() 84 static bool __kprobes check_tbz(u32 opcode, struct pt_regs *regs) in check_tbz() 92 static bool __kprobes check_tbnz(u32 opcode, struct pt_regs *regs) in check_tbnz() 104 simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs) in simulate_adr_adrp() 122 simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_bl() 134 simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_cond() 145 simulate_br_blr(u32 opcode, long addr, struct pt_regs *regs) in simulate_br_blr() 158 simulate_ret(u32 opcode, long addr, struct pt_regs *regs) in simulate_ret() 176 simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_cbz_cbnz() [all …]
|
| /linux/arch/riscv/kernel/probes/ |
| H A D | simulate-insn.c | 36 bool __kprobes simulate_jal(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_jal() 58 bool __kprobes simulate_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_jalr() 84 bool __kprobes simulate_auipc(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_auipc() 104 bool __kprobes simulate_branch(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_branch() 157 bool __kprobes simulate_c_j(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_c_j() 166 bool __kprobes simulate_c_jal(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_c_jal() 173 static bool __kprobes simulate_c_jr_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs, in simulate_c_jr_jalr() 200 bool __kprobes simulate_c_jr(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_c_jr() 205 bool __kprobes simulate_c_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_c_jalr() 210 static bool __kprobes simulate_c_bnez_beqz(u32 opcode, unsigned long addr, struct pt_regs *regs, in simulate_c_bnez_beqz() [all …]
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | opal-call.c | 18 unsigned long opcode) in __trace_opal_entry() 42 static void __trace_opal_exit(unsigned long opcode, unsigned long retval) in __trace_opal_exit() 71 unsigned long opcode, unsigned long msr) in __opal_call_trace() 88 unsigned long opcode, unsigned long msr) in __opal_call_trace() 97 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call() 126 #define OPAL_CALL(name, opcode) \ argument
|
| /linux/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() 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute() 84 insn_attr_t inat_get_xop_attribute(insn_byte_t opcode, insn_byte_t map_select) in inat_get_xop_attribute()
|
| /linux/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() 26 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 65 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute() 84 insn_attr_t inat_get_xop_attribute(insn_byte_t opcode, insn_byte_t map_select) in inat_get_xop_attribute()
|
| /linux/drivers/nvme/host/ |
| H A D | constants.c | 182 const char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() 190 const char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() 198 const char *nvme_get_fabrics_opcode_str(u8 opcode) { in nvme_get_fabrics_opcode_str()
|
| /linux/drivers/net/ethernet/marvell/octeon_ep_vf/ |
| H A D | octep_vf_mbox.h | 89 u64 opcode:8; member 95 u64 opcode:8; member 102 u64 opcode:8; member 108 u64 opcode:8; member 114 u64 opcode:8; member 120 u64 opcode:8; member 126 u64 opcode:8; member 132 u64 opcode:8; member 141 u64 opcode:8; member
|
| /linux/arch/x86/mm/ |
| H A D | pf_in.c | 103 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() 119 #define CHECK_OP_TYPE(opcode, array, type) \ argument 129 unsigned int opcode; in get_ins_type() local 150 unsigned int opcode; in get_ins_reg_width() local 173 unsigned int opcode; in get_ins_mem_width() local 396 unsigned int opcode; in get_ins_reg_val() local 450 unsigned int opcode; in get_ins_imm_val() local
|
| /linux/include/scsi/ |
| H A D | srp.h | 128 u8 opcode; member 153 u8 opcode; member 175 u8 opcode; member 187 u8 opcode; member 197 u8 opcode; member 203 u8 opcode; member 211 u8 opcode; member 225 u8 opcode; member 257 u8 opcode; member 273 u8 opcode; member [all …]
|
| /linux/tools/perf/scripts/python/ |
| H A D | powerpc-hcalls.py | 153 hcall_table_lookup(opcode) global() argument 174 powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, opcode, retval) global() argument 198 powerpc__hcall_entry(event_name, context, cpu, sec, nsec, pid, comm, callchain, opcode) global() argument [all...] |
| /linux/drivers/cxl/core/ |
| H A D | mbox.c | 125 static bool cxl_is_security_command(u16 opcode) in cxl_is_security_command() 136 u16 opcode) in cxl_set_security_cmd_enabled() 174 static bool cxl_is_poison_command(u16 opcode) in cxl_is_poison_command() 185 u16 opcode) in cxl_set_poison_cmd_enabled() 211 static struct cxl_mem_command *cxl_mem_find_command(u16 opcode) in cxl_mem_find_command() 222 static const char *cxl_mem_opcode_to_name(u16 opcode) in cxl_mem_opcode_to_name() 293 static bool cxl_mem_raw_command_allowed(u16 opcode) in cxl_mem_raw_command_allowed() 335 static bool cxl_payload_from_user_allowed(u16 opcode, void *payload_in, in cxl_payload_from_user_allowed() 366 struct cxl_mailbox *cxl_mbox, u16 opcode, in cxl_mbox_cmd_ctor() 719 static int check_features_opcodes(u16 opcode, int *ro_cmds, int *wr_cmds) in check_features_opcodes() [all …]
|
| /linux/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, member
|
| /linux/arch/x86/include/asm/ |
| H A D | text-patching.h | 64 static __always_inline int text_opcode_size(u8 opcode) in text_opcode_size() 87 u8 opcode; member 93 void __text_gen_insn(void *buf, u8 opcode, const void *addr, const void *dest, int size) in __text_gen_insn() 123 void *text_gen_insn(u8 opcode, const void *addr, const void *dest) in text_gen_insn()
|
| /linux/arch/riscv/include/asm/ |
| H A D | insn-def.h | 84 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 87 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 90 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument 139 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 144 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument 149 #define __INSN_S(opcode, func3, rs2, simm12, rs1) \ argument 158 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument 162 #define INSN_I(opcode, func3, rd, rs1, simm12) \ argument 166 #define INSN_S(opcode, func3, rs2, simm12, rs1) \ argument
|
| /linux/drivers/infiniband/sw/rdmavt/ |
| H A D | trace_tx.h | 17 #define wr_opcode_name(opcode) { IB_WR_##opcode, #opcode } argument 18 #define show_wr_opcode(opcode) \ argument
|
| H A D | trace_cq.h | 17 #define wc_opcode_name(opcode) { IB_WC_##opcode, #opcode } argument 18 #define show_wc_opcode(opcode) \ argument
|
| /linux/arch/loongarch/include/asm/ |
| H A D | inst.h | 279 unsigned int opcode : 17; member 285 unsigned int opcode : 6; member 291 unsigned int opcode : 7; member 298 unsigned int opcode : 6; member 304 unsigned int opcode : 22; member 311 unsigned int opcode : 17; member 318 unsigned int opcode : 16; member 325 unsigned int opcode : 10; member 332 unsigned int opcode : 8; member 339 unsigned int opcode : 6; member [all …]
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 530 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll() 569 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc() 617 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc() 672 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal() 686 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_mm() 699 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync() 724 unsigned int opcode) in simulate_loongson3_cpucfg() 824 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp() 961 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp() 1032 unsigned int opcode, bcode; in do_bp() local [all …]
|
| /linux/io_uring/ |
| H A D | opdef.c | 854 const char *io_uring_get_opcode(u8 opcode) in io_uring_get_opcode() 861 bool io_uring_op_supported(u8 opcode) in io_uring_op_supported()
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_cmd.c | 362 enum ipa_cmd_opcode opcode, u16 size, u32 offset, in ipa_cmd_table_init_add() 405 enum ipa_cmd_opcode opcode = IPA_CMD_HDR_INIT_LOCAL; in ipa_cmd_hdr_init_local_add() local 436 u32 opcode = IPA_CMD_REGISTER_WRITE; in ipa_cmd_register_write_add() local 491 enum ipa_cmd_opcode opcode = IPA_CMD_IP_PACKET_INIT; in ipa_cmd_ip_packet_init_add() local 516 enum ipa_cmd_opcode opcode = IPA_CMD_DMA_SHARED_MEM; in ipa_cmd_dma_shared_mem_add() local 556 enum ipa_cmd_opcode opcode = IPA_CMD_IP_PACKET_TAG_STATUS; in ipa_cmd_ip_tag_status_add() local 574 enum ipa_cmd_opcode opcode = IPA_CMD_NONE; in ipa_cmd_transfer_add() local
|