| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | code-patching.c | 21 static int __patch_instruction(struct ppc_inst *exec_addr, struct ppc_inst instr, in __patch_instruction() 38 int raw_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in raw_patch_instruction() 146 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() 185 static int do_patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in do_patch_instruction() 192 int patch_instruction(struct ppc_inst *addr, struct ppc_inst instr) in patch_instruction() 205 struct ppc_inst instr; in patch_branch() local 242 bool is_conditional_branch(struct ppc_inst instr) in is_conditional_branch() 260 int create_branch(struct ppc_inst *instr, in create_branch() 281 int create_cond_branch(struct ppc_inst *instr, const struct ppc_inst *addr, in create_cond_branch() 300 static unsigned int branch_opcode(struct ppc_inst instr) in branch_opcode() [all …]
|
| H A D | sstep.c | 84 static nokprobe_inline int branch_taken(unsigned int instr, in branch_taken() 124 static nokprobe_inline unsigned long dform_ea(unsigned int instr, in dform_ea() 142 static nokprobe_inline unsigned long dsform_ea(unsigned int instr, in dsform_ea() 159 static nokprobe_inline unsigned long dqform_ea(unsigned int instr, in dqform_ea() 177 static nokprobe_inline unsigned long xform_ea(unsigned int instr, in xform_ea() 196 static nokprobe_inline unsigned long mlsd_8lsd_ea(unsigned int instr, in mlsd_8lsd_ea() 1215 struct ppc_inst instr) in analyse_instr() 3387 int emulate_step(struct pt_regs *regs, struct ppc_inst instr) in emulate_step()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | probes.h | 16 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008) argument 17 #define IS_TD(instr) (((instr) & 0xfc0007fe) == 0x7c000088) argument 18 #define IS_TDI(instr) (((instr) & 0xfc000000) == 0x08000000) argument 19 #define IS_TWI(instr) (((instr) & 0xfc000000) == 0x0c000000) argument 22 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ argument 25 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) argument
|
| H A D | sstep.h | 19 #define IS_MTMSRD(instr) ((ppc_inst_val(instr) & 0xfc0007be) == 0x7c000124) argument 20 #define IS_RFID(instr) ((ppc_inst_val(instr) & 0xfc0007fe) == 0x4c000024) argument 21 #define IS_RFI(instr) ((ppc_inst_val(instr) & 0xfc0007fe) == 0x4c000064) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/ |
| H A D | nfp_asm.c | 30 u16 br_get_offset(u64 instr) in br_get_offset() 41 void br_set_offset(u64 *instr, u16 offset) in br_set_offset() 52 void br_add_offset(u64 *instr, u16 offset) in br_add_offset() 60 static bool immed_can_modify(u64 instr) in immed_can_modify() 71 u16 immed_get_value(u64 instr) in immed_get_value() 85 void immed_set_value(u64 *instr, u16 immed) in immed_set_value() 102 void immed_add_value(u64 *instr, u16 offset) in immed_add_value()
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | domain.h | 133 #define TUSER(instr) TUSERCOND(instr, ) argument 134 #define TUSERCOND(instr, cond) #instr "t" #cond argument 136 #define TUSER(instr) TUSERCOND(instr, ) argument 137 #define TUSERCOND(instr, cond) #instr #cond argument 147 #define TUSER(instr) instr ## t argument 149 #define TUSER(instr) instr argument
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | alignment.c | 327 do_alignment_finish_ldst(unsigned long addr, u32 instr, struct pt_regs *regs, union offset_union of… in do_alignment_finish_ldst() 340 do_alignment_ldrhstrh(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrhstrh() 389 do_alignment_ldrdstrd(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrdstrd() 451 do_alignment_ldrstr(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrstr() 500 do_alignment_ldmstm(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldmstm() 721 u32 instr = *pinstr; in do_alignment_t32_to_handler() local 771 u32 instr = 0; in alignment_get_arm() local 786 u16 instr = 0; in alignment_get_thumb() local 806 u32 instr = 0; in do_alignment() local
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | wdat_wdt.c | 65 const struct wdat_instruction *instr, u32 *value) in wdat_wdt_read() 90 const struct wdat_instruction *instr, u32 value) in wdat_wdt_write() 117 struct wdat_instruction *instr; in wdat_wdt_run_action() local 376 struct wdat_instruction *instr; in wdat_wdt_probe() local
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | bedbug.c | 374 int get_operand_value (struct opcode *op, unsigned long instr, in get_operand_value() 418 struct opcode *find_opcode (unsigned long instr) in find_opcode() 758 unsigned long instr; in asmppc() local 1061 unsigned long instr; /* instruction at SRR0 */ in find_next_address() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | hw_breakpoint_constraints.c | 83 bool wp_check_constraints(struct pt_regs *regs, struct ppc_inst instr, in wp_check_constraints() 139 void wp_get_instr_detail(struct pt_regs *regs, struct ppc_inst *instr, in wp_get_instr_detail()
|
| H A D | align.c | 119 unsigned int nb, flags, instr; in emulate_spe() local 298 struct ppc_inst instr; in fix_alignment() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/net/ |
| H A D | bpf_jit.h | 23 #define PLANT_INSTR(d, idx, instr) \ argument 25 #define EMIT(instr) PLANT_INSTR(image, ctx->idx, instr) argument
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | armv8_deprecated.c | 372 static int swp_handler(struct pt_regs *regs, u32 instr) in swp_handler() 461 static int cp15barrier_handler(struct pt_regs *regs, u32 instr) in cp15barrier_handler() 581 static int a32_setend_handler(struct pt_regs *regs, u32 instr) in a32_setend_handler() 588 static int t16_setend_handler(struct pt_regs *regs, u32 instr) in t16_setend_handler()
|
| H A D | smccc-call.S | 11 .macro SMCCC instr argument
|
| /OK3568_Linux_fs/kernel/arch/microblaze/kernel/ |
| H A D | unwind.c | 63 static inline long get_frame_size(unsigned long instr) in get_frame_size() 87 unsigned long instr; in find_frame_creation() local
|
| /OK3568_Linux_fs/kernel/lib/xz/ |
| H A D | xz_dec_bcj.c | 163 uint32_t instr; in bcj_powerpc() local 217 uint64_t instr; in bcj_ia64() local 319 uint32_t instr; in bcj_sparc() local
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | kgdb.c | 142 static int kgdb_brk_fn(struct pt_regs *regs, unsigned int instr) in kgdb_brk_fn() 149 static int kgdb_compiled_brk_fn(struct pt_regs *regs, unsigned int instr) in kgdb_compiled_brk_fn()
|
| H A D | smccc-call.S | 25 .macro SMCCC instr argument
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_scan.S | 406 .macro fp_dosingleprec instr argument 412 .macro fp_dodoubleprec instr argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | smccc-call.S | 10 .macro SMCCC instr argument
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ |
| H A D | smccc-call.S | 24 .macro SMCCC instr argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm_gram.y | 1649 struct instruction *instr; in format_1_instr() local 1726 struct instruction *instr; in format_2_instr() local 1787 struct instruction *instr; in format_3_instr() local
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | inftlmount.c | 196 struct erase_info *instr = &inftl->instr; in find_boot_record() local 372 struct erase_info *instr = &inftl->instr; in INFTL_formatblock() local
|
| /OK3568_Linux_fs/kernel/drivers/misc/eeprom/ |
| H A D | at25.c | 72 u8 instr; in at25_ee_read() local 162 u8 instr; in at25_ee_write() local
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-iop32x/ |
| H A D | cp6.c | 10 static int cp6_trap(struct pt_regs *regs, unsigned int instr) in cp6_trap()
|