Home
last modified time | relevance | path

Searched defs:opcode (Results 426 - 450 of 1926) sorted by relevance

1...<<11121314151617181920>>...78

/kernel/linux/linux-5.10/arch/alpha/math-emu/
H A Dmath.c343 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dcode-patching.c244 unsigned int opcode = ppc_inst_primary_opcode(instr); in is_conditional_branch() local
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dftrace.c94 unsigned long opcode = 0x46000000; in gen_sethi_insn() local
103 unsigned long opcode = 0x58000000; in gen_ori_insn() local
113 unsigned long opcode = 0x4a000001; in gen_jral_insn() local
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsignal.c449 u32 opcode, source_reg; in check_syscallno_in_delay_branch() local
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dkgdb.c47 static int decode_register_index(unsigned long opcode, int offset) in decode_register_index() argument
52 static int decode_register_index_short(unsigned long opcode, int offset) in decode_register_index_short() argument
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dum_arch.c375 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Diosf_mbi.h202 int iosf_mbi_read(u8 port, u8 opcode, u3 argument
209 iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) iosf_mbi_write() argument
216 iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) iosf_mbi_modify() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dparavirt.c58 unsigned char opcode; member
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dkprobes.c42 kprobe_opcode_t opcode = *(kprobe_opcode_t *) (p->addr); in arch_prepare_kprobe() local
[all...]
/kernel/linux/linux-5.10/arch/arm/probes/
H A Ddecode.c175 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop() argument
181 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none() argument
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dhci_ath.c44 __u8 opcode; member
147 static int ath_vendor_cmd(struct hci_dev *hdev, uint8_t opcode, uint16_t index, in ath_vendor_cmd() argument
H A Dhci_vhci.c79 static int __vhci_create_device(struct vhci_data *data, __u8 opcode) in __vhci_create_device() argument
148 static int vhci_create_device(struct vhci_data *data, __u8 opcode) in vhci_create_device() argument
164 __u8 pkt_type, opcode; in vhci_get_user() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/idxd/
H A Ddma.c62 idxd_prep_desc_common(struct idxd_wq *wq, struct dsa_hw_desc *hw, char opcode, u64 addr_f1, u64 addr_f2, u64 len, u64 compl, u32 flags) idxd_prep_desc_common() argument
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dkprobes.h42 unsigned long long opcode : 4; member
/kernel/linux/linux-5.10/arch/loongarch/kvm/
H A Dcsr.c527 u32 rd, rj, opcode; in _kvm_emu_iocsr() local
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.c167 static bool hclge_is_special_opcode(u16 opcode) in hclge_is_special_opcode() argument
227 u16 opcode, desc_ret; in hclge_cmd_check_retval() local
88 hclge_cmd_setup_basic_desc(struct hclge_desc *desc, enum hclge_opcode_type opcode, bool is_read) hclge_cmd_setup_basic_desc() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.c838 void iavf_fill_default_direct_cmd_desc(struct iavf_aq_desc *desc, u16 opcode) in iavf_fill_default_direct_cmd_desc() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.c977 i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, u16 opcode) i40e_fill_default_direct_cmd_desc() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_cmd.c72 static bool hclgevf_is_special_opcode(u16 opcode) in hclgevf_is_special_opcode() argument
229 u16 opcode; in hclgevf_cmd_send() local
166 hclgevf_cmd_setup_basic_desc(struct hclgevf_desc *desc, enum hclgevf_opcode_type opcode, bool is_read) hclgevf_cmd_setup_basic_desc() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A Dgve_adminq.c179 u32 opcode; in gve_adminq_issue_cmd() local
[all...]
/kernel/linux/linux-6.6/arch/alpha/math-emu/
H A Dmath.c345 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dpatch-scs.c91 static int __always_inline skip_xleb128(const u8 **opcode, int size) in skip_xleb128() argument
138 const u8 *opcode = frame->opcodes; in scs_handle_fde_frame() local
[all...]
/kernel/linux/linux-6.6/arch/csky/kernel/probes/
H A Dkprobes.c24 u32 opcode; member
47 static int __kprobes patch_text(kprobe_opcode_t *addr, u32 opcode) in patch_text() argument
[all...]
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dkprobes.h42 unsigned long long opcode : 4; member
/kernel/linux/linux-6.6/arch/arm/probes/
H A Ddecode.c175 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop() argument
181 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...78