Searched refs:instruction (Results 1 - 25 of 123) sorted by relevance

12345

/linux-master/tools/objtool/arch/loongarch/
H A Dspecial.c5 struct instruction *insn,
12 struct instruction *insn)
/linux-master/tools/objtool/include/objtool/
H A Dcheck.h30 struct instruction *first_insn, *last_insn, *nop;
43 struct instruction { struct
70 struct instruction *jump_dest;
71 struct instruction *first_jump_src;
82 static inline struct symbol *insn_func(struct instruction *insn)
97 static inline bool is_static_jump(struct instruction *insn)
103 static inline bool is_dynamic_jump(struct instruction *insn)
109 static inline bool is_jump(struct instruction *insn)
114 struct instruction *find_insn(struct objtool_file *file,
117 struct instruction *next_insn_same_se
[all...]
H A Dspecial.h38 struct instruction *insn,
41 struct instruction *insn);
H A Dorc.h7 int init_orc_entry(struct orc_entry *orc, struct cfi_state *cfi, struct instruction *insn);
H A Darch.h70 struct instruction;
78 struct instruction *insn);
82 unsigned long arch_jump_destination(struct instruction *insn);
/linux-master/arch/m68k/fpsp040/
H A Dsmovecr.S5 | offset given in the instruction field.
7 | Input: An offset in the instruction word.
/linux-master/tools/objtool/arch/powerpc/
H A Dspecial.c9 struct instruction *insn,
16 struct instruction *insn)
/linux-master/arch/sh/kernel/
H A Dtraps_32.c96 * handle an instruction that does an unaligned memory access by emulating the
98 * - note that PC _may not_ point to the faulting instruction
99 * (if that instruction is in a branch delay slot)
102 static int handle_unaligned_ins(insn_size_t instruction, struct pt_regs *regs, argument
110 index = (instruction>>8)&15; /* 0x0F00 */
113 index = (instruction>>4)&15; /* 0x00F0 */
116 count = 1<<(instruction&3);
126 switch (instruction>>12) {
128 if (instruction & 8) {
160 dstu += (instruction
286 insn_size_t instruction; local
319 handle_unaligned_access(insn_size_t instruction, struct pt_regs *regs, struct mem_access *ma, int expected, unsigned long address) argument
493 insn_size_t instruction; local
[all...]
/linux-master/net/nfc/hci/
H A Dhcp.c22 u8 type, u8 instruction,
75 packet->message.header = HCP_HEADER(type, instruction);
118 u8 instruction, struct sk_buff *skb)
122 nfc_hci_resp_received(hdev, instruction, skb);
125 nfc_hci_cmd_received(hdev, pipe, instruction, skb);
128 nfc_hci_event_received(hdev, pipe, instruction, skb);
131 pr_err("UNKNOWN MSG Type %d, instruction=%d\n",
132 type, instruction);
21 nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, const u8 *payload, size_t payload_len, data_exchange_cb_t cb, void *cb_context, unsigned long completion_delay) argument
117 nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, struct sk_buff *skb) argument
/linux-master/arch/mips/dec/prom/
H A Dlocore.S27 addiu k0, 4 # skip the causing instruction
/linux-master/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h33 /* Enumerates all possible instruction types */
34 enum instruction { enum
/linux-master/arch/arm/nwfpe/
H A Dentry.S18 ldrt r0, [r4] @ r0 = instruction
33 the user code. If the emulator is unable to emulate the instruction,
49 2) It calls EmulateAll to emulate a floating point instruction.
52 3) If an instruction has been emulated successfully, it looks ahead at
53 the next instruction. If it is a floating point instruction, it
54 executes the instruction, without returning to user space. In this
56 until it encounters a non floating point instruction, at which time it
79 bne next @ get the next instruction;
82 bl EmulateAll @ emulate the instruction
[all...]
/linux-master/drivers/media/usb/gspca/
H A Djl2005bcd.c107 static u8 instruction[2] = {0x95, 0x00}; local
109 instruction[1] = reg;
111 retval = jl2005c_write2(gspca_dev, instruction);
125 static u8 instruction[2] = {0x7f, 0x01}; local
127 retval = jl2005c_write2(gspca_dev, instruction);
152 u8 instruction[2]; local
154 instruction[0] = reg;
155 instruction[1] = value;
157 retval = jl2005c_write2(gspca_dev, instruction);
202 static u8 instruction[][ local
225 static u8 instruction[][2] = { local
248 static u8 instruction[][2] = { local
271 static u8 instruction[][2] = { local
[all...]
/linux-master/drivers/crypto/intel/keembay/
H A Docs-aes.h73 enum ocs_instruction instruction,
98 enum ocs_instruction instruction,
110 enum ocs_instruction instruction,
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h88 struct instruction *seq_alloc(void);
/linux-master/arch/arm/mm/
H A Dabort-ev4.S13 * Purpose : obtain information about current aborted instruction.
22 ldr r3, [r4] @ read aborted ARM instruction
H A Dabort-ev4t.S14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-macro.S4 * differently than every other instruction, so it is set to 0 (write)
16 ldrh \tmp, [\pc] @ Read aborted Thumb instruction
28 * We check for the following instruction encoding for LDRD.
H A Dabort-ev5tj.S14 * Purpose : obtain information about current aborted instruction.
27 ldreq r3, [r4] @ read aborted ARM instruction
H A Dabort-ev5t.S14 * Purpose : obtain information about current aborted instruction.
24 ldreq r3, [r4] @ read aborted ARM instruction
/linux-master/tools/objtool/arch/x86/
H A Dspecial.c42 struct instruction *insn,
66 * In such a case we can just crudely ignore all unreachable instruction
69 * bit. And honestly that's just not worth doing: unreachable instruction
83 * TODO: Once we have DWARF CFI and smarter instruction decoding logic,
89 struct instruction *insn)
124 * instruction.
/linux-master/drivers/video/backlight/
H A Dotm3225a.c25 /* instruction register list */
160 struct otm3225a_spi_instruction *instruction,
169 buf[2] = instruction->reg;
174 buf[1] = (instruction->value >> 8) & 0xff;
175 buf[2] = instruction->value & 0xff;
179 if (instruction->delay)
180 msleep(instruction->delay);
181 instruction++;
159 otm3225a_write(struct spi_device *spi, struct otm3225a_spi_instruction *instruction, unsigned int count) argument
/linux-master/drivers/gpu/drm/sti/
H A Dsti_awg_utils.c34 u32 instruction = 0; local
40 * If user wants to exceed this value, the instruction should be
41 * duplicate and arg should be adjust for each duplicated instruction.
61 /* SKIP instruction not needed */
68 * instruction */
80 /* REPEAT or REPLAY instruction not needed */
91 arg |= 0x40; /* for jump instruction 7th bit is 1 */
104 DRM_ERROR("instruction %d does not exist\n", opcode);
112 instruction = ((opcode) << AWG_OPCODE_OFFSET) | arg;
114 instruction
[all...]
/linux-master/tools/objtool/
H A Dcheck.c27 struct instruction *insn;
38 struct instruction *find_insn(struct objtool_file *file,
41 struct instruction *insn;
51 struct instruction *next_insn_same_sec(struct objtool_file *file,
52 struct instruction *insn)
64 static struct instruction *next_insn_same_func(struct objtool_file *file,
65 struct instruction *insn)
67 struct instruction *next = next_insn_same_sec(file, insn);
84 static struct instruction *prev_insn_same_sec(struct objtool_file *file,
85 struct instruction *ins
[all...]
/linux-master/arch/s390/kvm/
H A Dtrace.h45 VCPU_TP_PRINTK("%s", "storage key related instruction")
126 VCPU_TP_PRINTK("%s", "fault in sie instruction")
157 __field(__u64, instruction)
162 __entry->instruction = ((__u64)ipa << 48) |
166 VCPU_TP_PRINTK("intercepted instruction %016llx (%s)",
167 __entry->instruction,
168 __print_symbolic(icpt_insn_decoder(__entry->instruction),
424 __field(__u64, instruction)
429 __entry->instruction = ((__u64)ipa << 48) |
433 VCPU_TP_PRINTK("operation exception on instruction
[all...]

Completed in 201 milliseconds

12345