Home
last modified time | relevance | path

Searched defs:instr (Results 26 – 50 of 127) sorted by relevance

123456

/linux/scripts/kconfig/lxdialog/
H A Dinputbox.c37 char *instr = dialog_input_result; in dialog_inputbox() local
/linux/arch/arm/vfp/
H A Dvfpmodule.c676 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/s390/kernel/
H A Dnospec-branch.c105 u8 *instr, *thunk, *br; in __nospec_revert() local
/linux/arch/mips/alchemy/devboards/
H A Dpm.c150 const char *instr, in db1x_pmattr_store()
/linux/arch/powerpc/include/asm/
H A Ddisassemble.h90 static inline unsigned make_dsisr(unsigned instr) in make_dsisr()
/linux/arch/arc/kernel/
H A Ddisasm.c564 struct disasm_state instr; in disasm_next_pc() local
H A Djump_label.c86 u32 instr; in arch_jump_label_transform() local
/linux/drivers/mtd/nand/raw/
H A Dmeson_nand.c951 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
H A Dqcom_nandc.c1604 const struct nand_op_instr *instr = NULL; in qcom_parse_instructions() local
1695 const struct nand_op_instr *instr = NULL; in qcom_read_status_exec() local
1758 const struct nand_op_instr *instr = NULL; in qcom_read_id_type_exec() local
1863 const struct nand_op_instr *instr = NULL; in qcom_param_page_type_exec() local
1991 const struct nand_op_instr *instr; in qcom_check_op() local
H A Dtechnologic-nand-controller.c69 const struct nand_op_instr *instr) in ts72xx_nand_exec_instr()
/linux/sound/synth/emux/
H A Dsoundfont.c193 int bank, instr; in snd_soundfont_load() local
483 int bank, int instr) in remove_info()
1374 get_index(int bank, int instr, int key) in get_index()
/linux/drivers/mtd/chips/
H A Dmap_ram.c128 static int mapram_erase (struct mtd_info *mtd, struct erase_info *instr) in mapram_erase()
/linux/arch/alpha/lib/
H A Dstacktrace.c4 typedef unsigned int instr; typedef
/linux/arch/arm64/include/asm/
H A Dkvm_nested.h137 static inline bool kvm_supported_tlbi_s1e1_op(struct kvm_vcpu *vpcu, u32 instr) in kvm_supported_tlbi_s1e1_op()
163 static inline bool kvm_supported_tlbi_s1e2_op(struct kvm_vcpu *vpcu, u32 instr) in kvm_supported_tlbi_s1e2_op()
/linux/include/linux/mtd/
H A Dinftl.h47 struct erase_info instr; member
H A Dnftl.h38 struct erase_info instr; member
/linux/arch/powerpc/kernel/
H A Dvecemu.c264 ppc_inst_t instr; in emulate_altivec() local
/linux/drivers/mtd/devices/
H A Dmtdram.c56 static int ram_erase(struct mtd_info *mtd, struct erase_info *instr) in ram_erase()
/linux/arch/arm/kernel/
H A Dswp_emulate.c160 static int swp_handler(struct pt_regs *regs, unsigned int instr) in swp_handler()
H A Dtcm.c238 static int __init tcm_handler(struct pt_regs *regs, unsigned int instr) in tcm_handler()
/linux/fs/jffs2/
H A Derase.c41 struct erase_info *instr; in jffs2_erase_block() local
/linux/arch/powerpc/kvm/
H A De500_mmu_host.c588 enum instruction_fetch_type type, unsigned long *instr) in kvmppc_load_last_inst()
678 enum instruction_fetch_type type, unsigned long *instr) in kvmppc_load_last_inst()
/linux/lib/
H A Dtest_dynamic_debug.c16 static int param_set_do_prints(const char *instr, const struct kernel_param *kp) in param_set_do_prints()
/linux/arch/loongarch/kernel/
H A Dalternative.c188 union loongarch_instruction *instr, *replacement; in apply_alternatives() local
/linux/arch/x86/kernel/
H A Dalternative.c390 static void noinline optimize_nops(const u8 * const instr, u8 *buf, size_t len) in optimize_nops()
485 static void __apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t r… in __apply_relocation()
539 void text_poke_apply_relocation(u8 *buf, const u8 * const instr, size_t instrlen, u8 *repl, size_t … in text_poke_apply_relocation()
562 static int alt_replace_call(u8 *instr, u8 *insn_buff, struct alt_instr *a) in alt_replace_call()
621 u8 *instr, *replacement; in apply_alternatives() local

123456