Home
last modified time | relevance | path

Searched defs:opcode (Results 26 – 50 of 769) sorted by relevance

12345678910>>...31

/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11_cpdt.c212 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()
/openbmc/linux/arch/riscv/include/asm/
H A Dinsn-def.h63 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
66 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument
101 #define __INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
106 #define __INSN_I(opcode, func3, rd, rs1, simm12) \ argument
115 #define INSN_R(opcode, func3, func7, rd, rs1, rs2) \ argument
119 #define INSN_I(opcode, func3, rd, rs1, simm12) \ argument
/openbmc/u-boot/include/bedbug/
H A Dppc.h305 struct opcode { struct
306 unsigned long opcode; /* The complete opcode as produced by argument
310 before comparing with the opcode argument
315 this opcode. The values of the argument
322 char * name; /* The symbolic name of this opcode */ argument
327 some operands for this opcode */ argument
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sbq_cmd.h23 __le16 opcode; member
43 __le16 opcode; member
67 u8 opcode; member
79 u8 opcode; member
87 u8 opcode; member
/openbmc/linux/arch/x86/include/asm/
H A Dtext-patching.h73 static __always_inline int text_opcode_size(u8 opcode) in text_opcode_size()
96 u8 opcode; member
102 void __text_gen_insn(void *buf, u8 opcode, const void *addr, const void *dest, int size) in __text_gen_insn()
132 void *text_gen_insn(u8 opcode, const void *addr, const void *dest) in text_gen_insn()
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_insformat.h54 opcode : 4, member
73 opcode : 4, member
91 opcode : 4, member
109 opcode : 4, member
127 opcode : 4, member
145 opcode : 4, member
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A Dtrace_tx.h17 #define wr_opcode_name(opcode) { IB_WR_##opcode, #opcode } argument
18 #define show_wr_opcode(opcode) \ argument
H A Dtrace_cq.h17 #define wc_opcode_name(opcode) { IB_WC_##opcode, #opcode } argument
18 #define show_wc_opcode(opcode) \ argument
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.c62 unsigned int getRegisterCount(const unsigned int opcode) in getRegisterCount()
78 unsigned int getDestinationSize(const unsigned int opcode) in getDestinationSize()
/openbmc/linux/drivers/cxl/core/
H A Dmbox.c114 static bool cxl_is_security_command(u16 opcode) in cxl_is_security_command()
125 u16 opcode) in cxl_set_security_cmd_enabled()
163 static bool cxl_is_poison_command(u16 opcode) in cxl_is_poison_command()
174 u16 opcode) in cxl_set_poison_cmd_enabled()
200 static struct cxl_mem_command *cxl_mem_find_command(u16 opcode) in cxl_mem_find_command()
211 static const char *cxl_mem_opcode_to_name(u16 opcode) in cxl_mem_opcode_to_name()
282 static bool cxl_mem_raw_command_allowed(u16 opcode) in cxl_mem_raw_command_allowed()
323 static bool cxl_payload_from_user_allowed(u16 opcode, void *payload_in) in cxl_payload_from_user_allowed()
340 struct cxl_memdev_state *mds, u16 opcode, in cxl_mbox_cmd_ctor()
716 u16 opcode = le16_to_cpu(cel_entry[i].opcode); in cxl_walk_cel() local
/openbmc/linux/drivers/acpi/acpica/
H A Dpsopinfo.c35 const struct acpi_opcode_info *acpi_ps_get_opcode_info(u16 opcode) in acpi_ps_get_opcode_info()
127 const char *acpi_ps_get_opcode_name(u16 opcode) in acpi_ps_get_opcode_name()
H A Dpsutils.c56 void acpi_ps_init_op(union acpi_parse_object *op, u16 opcode) in acpi_ps_init_op()
85 union acpi_parse_object *acpi_ps_alloc_op(u16 opcode, u8 *aml) in acpi_ps_alloc_op()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_req.c224 static int next_opcode_rc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_rc()
303 static int next_opcode_uc(struct rxe_qp *qp, u32 opcode, int fits) in next_opcode_uc()
355 u32 opcode) in next_opcode()
417 int opcode, u32 payload, in init_req_packet()
618 u8 opcode = wqe->wr.opcode; in rxe_do_local_ops() local
677 int opcode; in rxe_requester() local
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dtrace_ibhdrs.h17 #define ib_opcode_name(opcode) { IB_OPCODE_##opcode, #opcode } argument
18 #define show_ib_opcode(opcode) \ argument
/openbmc/linux/arch/mips/kernel/
H A Dtraps.c528 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll()
567 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc()
615 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc()
670 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal()
684 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_mm()
697 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync()
722 unsigned int opcode) in simulate_loongson3_cpucfg()
822 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
959 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp()
1030 unsigned int opcode, bcode; in do_bp() local
[all …]
/openbmc/qemu/hw/scsi/
H A Dsrp.h124 uint8_t opcode; member
142 uint8_t opcode; member
154 uint8_t opcode; member
164 uint8_t opcode; member
170 uint8_t opcode; member
182 uint8_t opcode; member
200 uint8_t opcode; member
232 uint8_t opcode; member
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c47 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry()
68 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
/openbmc/qemu/hw/intc/
H A Dxics_spapr.c62 target_ulong opcode, target_ulong *args) in h_cppr()
73 target_ulong opcode, target_ulong *args) in h_ipi()
89 target_ulong opcode, target_ulong *args) in h_xirr()
100 target_ulong opcode, target_ulong *args) in h_xirr_x()
112 target_ulong opcode, target_ulong *args) in h_eoi()
123 target_ulong opcode, target_ulong *args) in h_ipoll()
/openbmc/qemu/target/openrisc/
H A Ddisas.c53 #define INSN(opcode, format, ...) \ argument
148 #define FP_INSN(opcode, suffix, format, ...) \ argument
/openbmc/qemu/target/ppc/
H A Dinternal.h128 static inline uint32_t SPR(uint32_t opcode) in SPR()
185 static inline target_ulong LI(uint32_t opcode) in LI()
190 static inline uint32_t BD(uint32_t opcode) in BD()
/openbmc/linux/tools/arch/s390/include/uapi/asm/
H A Dsie.h88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
90 #define exit_code(opcode, mnemonic) \ argument
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dsie.h88 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument
90 #define exit_code(opcode, mnemonic) \ argument
/openbmc/linux/drivers/usb/serial/
H A Dupd78f0730.c97 u8 opcode; member
104 u8 opcode; member
110 u8 opcode; member
117 u8 opcode; member
123 u8 opcode; member
/openbmc/linux/arch/loongarch/include/asm/
H A Dinst.h250 unsigned int opcode : 17; member
256 unsigned int opcode : 6; member
262 unsigned int opcode : 7; member
269 unsigned int opcode : 6; member
275 unsigned int opcode : 22; member
282 unsigned int opcode : 17; member
289 unsigned int opcode : 16; member
296 unsigned int opcode : 10; member
303 unsigned int opcode : 8; member
310 unsigned int opcode : 6; member
[all …]
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c92 target_ulong opcode, in h_set_ptbl()
112 target_ulong opcode, in h_tlb_invalidate()
126 target_ulong opcode, in h_copy_tofrom_guest()
326 target_ulong opcode, in h_enter_nested()
1179 target_ulong opcode, in h_guest_get_capabilities()
1212 target_ulong opcode, in h_guest_set_capabilities()
1283 target_ulong opcode, in h_guest_create()
1344 target_ulong opcode, in h_guest_delete()
1375 target_ulong opcode, in h_guest_create_vcpu()
1537 target_ulong opcode, in h_guest_set_state()
[all …]

12345678910>>...31