| /linux/arch/powerpc/include/asm/ |
| H A D | probes.h | 17 #define IS_TW(instr) (((instr) & 0xfc0007fe) == 0x7c000008) argument 18 #define IS_TD(instr) (((instr) & 0xfc0007fe) == 0x7c000088) argument 19 #define IS_TDI(instr) (((instr) & 0xfc000000) == 0x08000000) argument 20 #define IS_TWI(instr) (((instr) & 0xfc000000) == 0x0c000000) argument 23 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ argument 26 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) argument
|
| H A D | disassemble.h | 90 static inline unsigned make_dsisr(unsigned instr) in make_dsisr()
|
| /linux/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()
|
| /linux/arch/arm/include/asm/ |
| H A D | domain.h | 120 #define TUSER(instr) TUSERCOND(instr, ) argument 121 #define TUSERCOND(instr, cond) #instr "t" #cond argument 123 #define TUSER(instr) TUSERCOND(instr, ) argument 124 #define TUSERCOND(instr, cond) #instr #cond argument 134 #define TUSER(instr) instr ## t argument 136 #define TUSER(instr) instr argument
|
| H A D | unified.h | 35 #define WASM(instr) #instr ".w" argument
|
| /linux/arch/arm64/kernel/ |
| H A D | smccc-call.S | 11 .macro SMCCC instr argument 47 .macro SMCCC_1_2 instr argument
|
| /linux/arch/arm/mm/ |
| H A D | alignment.c | 328 do_alignment_finish_ldst(unsigned long addr, u32 instr, struct pt_regs *regs, union offset_union of… in do_alignment_finish_ldst() 341 do_alignment_ldrhstrh(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrhstrh() 390 do_alignment_ldrdstrd(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrdstrd() 452 do_alignment_ldrstr(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldrstr() 501 do_alignment_ldmstm(unsigned long addr, u32 instr, struct pt_regs *regs) in do_alignment_ldmstm() 722 u32 instr = *pinstr; in do_alignment_t32_to_handler() local 772 u32 instr = 0; in alignment_get_arm() local 787 u16 instr = 0; in alignment_get_thumb() local 807 u32 instr = 0; in do_alignment() local
|
| /linux/arch/powerpc/kernel/ |
| H A D | hw_breakpoint_constraints.c | 83 bool wp_check_constraints(struct pt_regs *regs, ppc_inst_t instr, in wp_check_constraints() 130 void wp_get_instr_detail(struct pt_regs *regs, ppc_inst_t *instr, in wp_get_instr_detail()
|
| H A D | hw_breakpoint.c | 284 int *hit, ppc_inst_t instr) in stepping_handler() 386 ppc_inst_t instr = ppc_inst(0); in hw_breakpoint_handler() local
|
| /linux/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
|
| /linux/arch/m68k/math-emu/ |
| H A D | fp_scan.S | 406 .macro fp_dosingleprec instr argument 412 .macro fp_dodoubleprec instr argument
|
| /linux/arch/arm/kernel/ |
| H A D | smccc-call.S | 25 .macro SMCCC instr argument
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_tm_builtin.c | 22 u32 instr = vcpu->arch.emul_inst; in kvmhv_p9_tm_emulation_early() local
|
| H A D | book3s_hv_tm.c | 44 u32 instr = vcpu->arch.emul_inst; in kvmhv_p9_tm_emulation() local
|
| /linux/arch/sh/kernel/ |
| H A D | traps_32.c | 317 #define SH_PC_8BIT_OFFSET(instr) ((((signed char)(instr))*2) + 4) argument 318 #define SH_PC_12BIT_OFFSET(instr) ((((signed short)(instr<<4))>>3) + 4) argument
|
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 29 #define PLANT_INSTR(d, idx, instr) \ argument 31 #define EMIT(instr) PLANT_INSTR(image, ctx->idx, instr) argument
|
| /linux/samples/seccomp/ |
| H A D | bpf-helper.c | 32 struct sock_filter *instr = &filter[offset]; in bpf_resolve_jumps() local
|
| /linux/drivers/mtd/chips/ |
| H A D | map_absent.c | 82 static int map_absent_erase(struct mtd_info *mtd, struct erase_info *instr) in map_absent_erase()
|
| /linux/scripts/kconfig/lxdialog/ |
| H A D | inputbox.c | 37 char *instr = dialog_input_result; in dialog_inputbox() local
|
| /linux/arch/s390/kernel/ |
| H A D | nospec-branch.c | 105 u8 *instr, *thunk, *br; in __nospec_revert() local
|
| /linux/arch/arm/vfp/ |
| H A D | vfpmodule.c | 676 static int vfp_kmode_exception(struct pt_regs *regs, unsigned int instr) in vfp_kmode_exception() 910 static int __init vfp_detect(struct pt_regs *regs, unsigned int instr) in vfp_detect()
|
| /linux/arch/mips/alchemy/devboards/ |
| H A D | pm.c | 150 const char *instr, in db1x_pmattr_store()
|
| /linux/arch/arc/kernel/ |
| H A D | disasm.c | 564 struct disasm_state instr; in disasm_next_pc() local
|
| H A D | jump_label.c | 86 u32 instr; in arch_jump_label_transform() local
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | meson_nand.c | 951 meson_nand_op_get_dma_safe_input_buf(const struct nand_op_instr *instr) in meson_nand_op_get_dma_safe_input_buf() 963 meson_nand_op_put_dma_safe_input_buf(const struct nand_op_instr *instr, in meson_nand_op_put_dma_safe_input_buf() 978 meson_nand_op_get_dma_safe_output_buf(const struct nand_op_instr *instr) in meson_nand_op_get_dma_safe_output_buf() 991 meson_nand_op_put_dma_safe_output_buf(const struct nand_op_instr *instr, in meson_nand_op_put_dma_safe_output_buf() 1008 const struct nand_op_instr *instr; in meson_nfc_check_op() local 1032 const struct nand_op_instr *instr = NULL; in meson_nfc_exec_op() local
|