Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/openbmc/linux/arch/riscv/kernel/probes/
H A Dsimulate-insn.c36 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
121 #define branch_rs1_idx(opcode) \ argument
124 #define branch_rs2_idx(opcode) \ argument
127 #define branch_funct3(opcode) \ argument
130 #define branch_imm(opcode) \ argument
[all …]
/openbmc/linux/arch/arm/nwfpe/
H A Dfpopcode.h195 #define getOffset(opcode) (opcode & MASK_OFFSET) argument
210 #define BIT_UP_SET(opcode) ((opcode & BIT_UP) != 0) argument
211 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0) argument
213 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) argument
214 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) argument
339 #define getCondition(opcode) (opcode >> 28) argument
342 #define getRn(opcode) ((opcode & MASK_Rn) >> 16) argument
345 #define getFd(opcode) ((opcode & MASK_Fd) >> 12) argument
348 #define getFn(opcode) ((opcode & MASK_Fn) >> 16) argument
351 #define getFm(opcode) (opcode & MASK_Fm) argument
[all …]
H A Dfpa11_cprt.c23 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 Dfpa11.c35 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()
/openbmc/linux/arch/csky/kernel/probes/
H A Dsimulate-insn.c69 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 …]
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h204 #define getOffset(opcode) (opcode & MASK_OFFSET) argument
219 #define BIT_UP_SET(opcode) ((opcode & BIT_UP) != 0) argument
220 #define BIT_UP_CLEAR(opcode) ((opcode & BIT_DOWN) == 0) argument
222 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) argument
223 #define STORE(opcode) ((opcode & BIT_LOAD) == 0) argument
348 #define getCondition(opcode) (opcode >> 28) argument
351 #define getRn(opcode) ((opcode & MASK_Rn) >> 16) argument
354 #define getFd(opcode) ((opcode & MASK_Fd) >> 12) argument
357 #define getFn(opcode) ((opcode & MASK_Fn) >> 16) argument
360 #define getFm(opcode) (opcode & MASK_Fm) argument
[all …]
H A Dfpa11_cprt.c36 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT()
72 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT()
111 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX()
180 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
H A Dfpa11.c56 void SetRoundingMode(const unsigned int opcode) in SetRoundingMode()
98 void SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision()
136 unsigned int EmulateAll(unsigned int opcode, FPA11* qfpa, CPUARMState* qregs) in EmulateAll()
H A Dfpa11_cpdt.c215 static unsigned int PerformLDF(const unsigned int opcode) in PerformLDF()
250 static unsigned int PerformSTF(const unsigned int opcode) in PerformSTF()
286 static unsigned int PerformLFM(const unsigned int opcode) in PerformLFM()
319 static unsigned int PerformSFM(const unsigned int opcode) in PerformSFM()
353 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
/openbmc/linux/arch/arm64/kernel/probes/
H A Dsimulate-insn.c52 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 …]
/openbmc/qemu/hw/ppc/
H A Dspapr_hcall.c84 target_ulong opcode, in h_resize_hpt_prepare()
165 target_ulong opcode, in h_resize_hpt_commit()
212 target_ulong opcode, target_ulong *args) in h_set_dabr()
488 target_ulong opcode, target_ulong *args) in h_cede()
535 target_ulong opcode, target_ulong *args) in h_join()
571 target_ulong opcode, target_ulong *args) in h_confer()
626 target_ulong opcode, target_ulong *args) in h_prod()
649 target_ulong opcode, target_ulong *args) in h_rtas()
980 target_ulong opcode, in h_register_process_table()
1390 target_ulong opcode, in h_get_cpu_characteristics()
[all …]
/openbmc/u-boot/post/lib_powerpc/
H A Dcpu_asm.h112 #define ASM_0(opcode) (opcode) argument
113 #define ASM_1(opcode, rd) ((opcode) + \ argument
115 #define ASM_1C(opcode, cr) ((opcode) + \ argument
117 #define ASM_11(opcode, rd, rs) ((opcode) + \ argument
120 #define ASM_11C(opcode, cd, cs) ((opcode) + \ argument
123 #define ASM_11X(opcode, rd, rs) ((opcode) + \ argument
134 #define ASM_11S(opcode, rd, rs, sh) ((opcode) + \ argument
142 #define ASM_12(opcode, rd, rs1, rs2) ((opcode) + \ argument
154 #define ASM_2C(opcode, cr, rs1, rs2) ((opcode) + \ argument
176 #define ASM_1O(opcode, off) ((opcode) + (off)) argument
[all …]
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-call.c18 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
/openbmc/linux/drivers/nvme/host/
H A Dconstants.c182 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()
/openbmc/qemu/target/hexagon/mmvec/
H A Ddecode_ext_mmvec.c150 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
165 uint16_t opcode = pkt->insn[i].opcode; in decode_shuffle_for_execution_vops() local
194 int opcode = insn->opcode; in check_for_vhist() local
206 SlotMask mmvec_ext_decode_find_iclass_slots(int opcode) in mmvec_ext_decode_find_iclass_slots()
/openbmc/qemu/disas/
H A Dsparc.c356 #define COMMUTEOP(opcode, op3, arch_mask) \ argument
1246 #define br(opcode, mask, lose, flags) \ argument
1265 #define tr(opcode, mask, lose, flags) \ argument
1346 #define movr(opcode, mask, flags) /* v9 */ \ argument
1404 #define movicc(opcode, cond, flags) /* v9 */ \ argument
1535 #define CBR(opcode, mask, lose, flags, arch) \ argument
1540 #define FBR(opcode, mask, lose, flags) \ argument
1845 #define SLCBCC2(opcode, mask, lose) \ argument
1848 #define SLCBCC(opcode, mask) \ argument
2270 const sparc_opcode *opcode; member
[all …]
/openbmc/linux/arch/x86/mm/
H A Dpf_in.c103 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
/openbmc/linux/net/bluetooth/
H A Dmgmt_util.c34 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()
/openbmc/linux/tools/arch/x86/lib/
H A Dinat.c13 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()
/openbmc/linux/arch/x86/lib/
H A Dinat.c13 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()
/openbmc/qemu/hw/dma/
H A Dpl330.c308 uint8_t opcode; member
652 static void pl330_dmaend(PL330Chan *ch, uint8_t opcode, in pl330_dmaend()
810 static void pl330_dmalpend(PL330Chan *ch, uint8_t opcode, in pl330_dmalpend()
869 static void pl330_dmanop(PL330Chan *ch, uint8_t opcode, in pl330_dmanop()
938 static void pl330_dmastp(PL330Chan *ch, uint8_t opcode, in pl330_dmastp()
959 static void pl330_dmastz(PL330Chan *ch, uint8_t opcode, in pl330_dmastz()
975 static void pl330_dmawfe(PL330Chan *ch, uint8_t opcode, in pl330_dmawfe()
1015 static void pl330_dmawfp(PL330Chan *ch, uint8_t opcode, in pl330_dmawfp()
1060 static void pl330_dmawmb(PL330Chan *ch, uint8_t opcode, in pl330_dmawmb()
1110 uint8_t opcode; in pl330_fetch_insn() local
[all …]
/openbmc/linux/tools/perf/scripts/python/
H A Dpowerpc-hcalls.py153 def hcall_table_lookup(opcode): argument
174 opcode, retval): argument
198 callchain, opcode): argument
/openbmc/linux/include/linux/pds/
H A Dpds_adminq.h154 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 …]
/openbmc/linux/include/scsi/
H A Dsrp.h128 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 …]
/openbmc/linux/drivers/acpi/acpica/
H A Dexmisc.c122 u64 acpi_ex_do_math_op(u16 opcode, u64 integer0, u64 integer1) in acpi_ex_do_math_op()
209 acpi_ex_do_logical_numeric_op(u16 opcode, in acpi_ex_do_logical_numeric_op()
273 acpi_ex_do_logical_op(u16 opcode, in acpi_ex_do_logical_op()

12345678910>>...31