| /kernel/linux/linux-6.6/arch/riscv/kernel/probes/ |
| D | simulate-insn.c | 36 bool __kprobes simulate_jal(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_jal() 61 bool __kprobes simulate_jalr(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_jalr() 87 #define auipc_rd_idx(opcode) \ argument 90 #define auipc_imm(opcode) \ argument 94 #define auipc_offset(opcode) sign_extend64(auipc_imm(opcode), 31) argument 96 #define auipc_offset(opcode) auipc_imm(opcode) argument 101 bool __kprobes simulate_auipc(u32 opcode, unsigned long addr, struct pt_regs *regs) in simulate_auipc() 121 #define branch_rs1_idx(opcode) \ argument 124 #define branch_rs2_idx(opcode) \ argument 127 #define branch_funct3(opcode) \ argument [all …]
|
| /kernel/linux/linux-5.10/arch/arm/nwfpe/ |
| 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 …]
|
| 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()
|
| 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()
|
| /kernel/linux/linux-6.6/arch/arm/nwfpe/ |
| 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 …]
|
| 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()
|
| 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()
|
| /kernel/linux/linux-6.6/arch/csky/kernel/probes/ |
| 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 …]
|
| /kernel/linux/linux-5.10/arch/csky/kernel/probes/ |
| 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 …]
|
| /kernel/linux/linux-6.6/arch/arm64/kernel/probes/ |
| D | simulate-insn.c | 52 static bool __kprobes check_cbz(u32 opcode, struct pt_regs *regs) in check_cbz() 60 static bool __kprobes check_cbnz(u32 opcode, struct pt_regs *regs) in check_cbnz() 68 static bool __kprobes check_tbz(u32 opcode, struct pt_regs *regs) in check_tbz() 76 static bool __kprobes check_tbnz(u32 opcode, struct pt_regs *regs) in check_tbnz() 88 simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs) in simulate_adr_adrp() 106 simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_bl() 118 simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_cond() 129 simulate_br_blr_ret(u32 opcode, long addr, struct pt_regs *regs) in simulate_br_blr_ret() 142 simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_cbz_cbnz() 157 simulate_tbz_tbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_tbz_tbnz() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/probes/ |
| D | simulate-insn.c | 51 static bool __kprobes check_cbz(u32 opcode, struct pt_regs *regs) in check_cbz() 59 static bool __kprobes check_cbnz(u32 opcode, struct pt_regs *regs) in check_cbnz() 67 static bool __kprobes check_tbz(u32 opcode, struct pt_regs *regs) in check_tbz() 75 static bool __kprobes check_tbnz(u32 opcode, struct pt_regs *regs) in check_tbnz() 87 simulate_adr_adrp(u32 opcode, long addr, struct pt_regs *regs) in simulate_adr_adrp() 105 simulate_b_bl(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_bl() 117 simulate_b_cond(u32 opcode, long addr, struct pt_regs *regs) in simulate_b_cond() 128 simulate_br_blr_ret(u32 opcode, long addr, struct pt_regs *regs) in simulate_br_blr_ret() 141 simulate_cbz_cbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_cbz_cbnz() 156 simulate_tbz_tbnz(u32 opcode, long addr, struct pt_regs *regs) in simulate_tbz_tbnz() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
| 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
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-call.c | 17 unsigned long opcode) in __trace_opal_entry() 41 static void __trace_opal_exit(unsigned long opcode, unsigned long retval) in __trace_opal_exit() 70 unsigned long opcode, unsigned long msr) in __opal_call_trace() 87 unsigned long opcode, unsigned long msr) in __opal_call_trace() 96 int64_t a4, int64_t a5, int64_t a6, int64_t a7, int64_t opcode) in opal_call() 122 #define OPAL_CALL(name, opcode) \ argument
|
| /kernel/linux/linux-6.6/drivers/nvme/host/ |
| D | constants.c | 182 const unsigned char *nvme_get_opcode_str(u8 opcode) in nvme_get_opcode_str() 190 const unsigned char *nvme_get_admin_opcode_str(u8 opcode) in nvme_get_admin_opcode_str() 198 const unsigned char *nvme_get_fabrics_opcode_str(u8 opcode) { in nvme_get_fabrics_opcode_str()
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| 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
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| D | mgmt_util.c | 34 u16 opcode, u16 len, void *buf) in create_monitor_ctrl_event() 59 struct sk_buff *mgmt_alloc_skb(struct hci_dev *hdev, u16 opcode, in mgmt_alloc_skb() 217 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find() 233 u16 opcode, in mgmt_pending_find_data() 249 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach() 263 struct mgmt_pending_cmd *mgmt_pending_new(struct sock *sk, u16 opcode, in mgmt_pending_new() 290 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| 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
|
| /kernel/linux/linux-5.10/arch/x86/lib/ |
| 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()
|
| /kernel/linux/linux-6.6/arch/x86/lib/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/arch/x86/lib/ |
| 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()
|
| /kernel/linux/linux-5.10/tools/arch/x86/lib/ |
| 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()
|
| /kernel/linux/linux-5.10/net/bluetooth/ |
| D | mgmt_util.c | 34 u16 opcode, u16 len, void *buf) in create_monitor_ctrl_event() 184 struct mgmt_pending_cmd *mgmt_pending_find(unsigned short channel, u16 opcode, in mgmt_pending_find() 200 u16 opcode, in mgmt_pending_find_data() 216 void mgmt_pending_foreach(u16 opcode, struct hci_dev *hdev, in mgmt_pending_foreach() 230 struct mgmt_pending_cmd *mgmt_pending_add(struct sock *sk, u16 opcode, in mgmt_pending_add()
|
| /kernel/linux/linux-5.10/tools/perf/scripts/python/ |
| D | powerpc-hcalls.py | 153 def hcall_table_lookup(opcode): argument 174 opcode, retval): argument 198 callchain, opcode): argument
|
| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| D | powerpc-hcalls.py | 153 def hcall_table_lookup(opcode): argument 174 opcode, retval): argument 198 callchain, opcode): argument
|
| /kernel/linux/linux-6.6/include/linux/pds/ |
| D | pds_adminq.h | 154 u8 opcode; member 188 u8 opcode; member 204 u8 opcode; member 321 u8 opcode; member 354 u8 opcode; member 385 u8 opcode; member 416 u8 opcode; member 455 u8 opcode; member 514 u8 opcode; member 569 u8 opcode; member [all …]
|