Home
last modified time | relevance | path

Searched defs:insn (Results 176 – 200 of 470) sorted by relevance

12345678910>>...19

/Linux-v6.6/arch/riscv/kernel/probes/
Duprobes.c11 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
87 probe_opcode_t insn; in arch_uprobe_skip_sstep() local
Ddecode-insn.c19 probe_opcode_t insn = *addr; in riscv_probe_decode_insn() local
/Linux-v6.6/drivers/comedi/drivers/
Ddt3000.c505 struct comedi_insn *insn, in dt3k_ai_insn_read()
523 struct comedi_insn *insn, in dt3k_ao_insn_write()
553 struct comedi_insn *insn, in dt3k_dio_insn_config()
576 struct comedi_insn *insn, in dt3k_dio_insn_bits()
589 struct comedi_insn *insn, in dt3k_mem_insn_read()
Dcomedi_8254.c479 struct comedi_insn *insn, in comedi_8254_insn_read()
497 struct comedi_insn *insn, in comedi_8254_insn_write()
514 struct comedi_insn *insn, in comedi_8254_insn_config()
Dadl_pci7x3x.c280 struct comedi_insn *insn, in adl_pci7x3x_dirq_insn_bits()
293 struct comedi_insn *insn, in adl_pci7x3x_do_insn_bits()
320 struct comedi_insn *insn, in adl_pci7x3x_di_insn_bits()
Dusbduxsigma.c694 struct comedi_insn *insn, in usbduxsigma_ai_insn_read()
750 struct comedi_insn *insn, in usbduxsigma_ao_insn_read()
765 struct comedi_insn *insn, in usbduxsigma_ao_insn_write()
932 struct comedi_insn *insn, in usbduxsigma_dio_insn_config()
950 struct comedi_insn *insn, in usbduxsigma_dio_insn_bits()
1145 struct comedi_insn *insn, in usbduxsigma_pwm_write()
1168 struct comedi_insn *insn, in usbduxsigma_pwm_config()
Dmpc624.c189 struct comedi_insn *insn, in mpc624_ai_eoc()
202 struct comedi_insn *insn, in mpc624_ai_insn_read()
Dcomedi_test.c418 struct comedi_insn *insn, unsigned int *data) in waveform_ai_insn_read()
618 struct comedi_insn *insn, unsigned int *data) in waveform_ao_insn_write()
631 struct comedi_insn *insn, in waveform_ai_insn_config()
658 struct comedi_insn *insn, in waveform_ao_insn_config()
Ddmm32at.c191 struct comedi_insn *insn, in dmm32at_ai_status()
204 struct comedi_insn *insn, in dmm32at_ai_insn_read()
439 struct comedi_insn *insn, in dmm32at_ao_eoc()
452 struct comedi_insn *insn, in dmm32at_ao_insn_write()
/Linux-v6.6/arch/parisc/kernel/
Dftrace.c115 u32 insn[FTRACE_PATCHABLE_FUNCTION_SIZE]; in ftrace_make_call() local
187 u32 insn[FTRACE_PATCHABLE_FUNCTION_SIZE]; in ftrace_make_nop() local
/Linux-v6.6/arch/loongarch/kernel/
Dalternative.c47 static void __init_or_module add_nops(union loongarch_instruction *insn, int count) in add_nops()
157 static void *__init_or_module text_poke_early(union loongarch_instruction *insn, in text_poke_early()
Dkprobes.c29 union loongarch_instruction insn; in arch_prepare_kprobe() local
158 union loongarch_instruction insn; in setup_singlestep() local
/Linux-v6.6/arch/arm64/kernel/probes/
Duprobes.c37 probe_opcode_t insn; in arch_uprobe_analyze_insn() local
105 probe_opcode_t insn; in arch_uprobe_skip_sstep() local
/Linux-v6.6/tools/lib/bpf/
Dgen_loader.c96 static void emit(struct bpf_gen *gen, struct bpf_insn insn) in emit()
664 static void emit_relo_kfunc_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_kfunc_btf()
755 struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_typeless()
801 static void emit_relo_ksym_btf(struct bpf_gen *gen, struct ksym_relo_desc *relo, int insn) in emit_relo_ksym_btf()
869 int insn; in emit_relo() local
905 int i, insn; in cleanup_relos() local
/Linux-v6.6/lib/
Dtest_bpf.c93 struct sock_filter *insn; in bpf_fill_maxinsns1() local
113 struct sock_filter *insn; in bpf_fill_maxinsns2() local
132 struct sock_filter *insn; in bpf_fill_maxinsns3() local
159 struct sock_filter *insn; in bpf_fill_maxinsns4() local
178 struct sock_filter *insn; in bpf_fill_maxinsns5() local
201 struct sock_filter *insn; in bpf_fill_maxinsns6() local
223 struct sock_filter *insn; in bpf_fill_maxinsns7() local
249 struct sock_filter *insn; in bpf_fill_maxinsns8() local
272 struct bpf_insn *insn; in bpf_fill_maxinsns9() local
298 struct bpf_insn *insn; in bpf_fill_maxinsns10() local
[all …]
/Linux-v6.6/kernel/bpf/
Dverifier.c246 static bool bpf_helper_call(const struct bpf_insn *insn) in bpf_helper_call()
252 static bool bpf_pseudo_call(const struct bpf_insn *insn) in bpf_pseudo_call()
258 static bool bpf_pseudo_kfunc_call(const struct bpf_insn *insn) in bpf_pseudo_kfunc_call()
584 static bool is_cmpxchg_insn(const struct bpf_insn *insn) in is_cmpxchg_insn()
2777 const struct bpf_insn *insn) in bpf_jit_find_kfunc_model()
2796 struct bpf_insn *insn = env->prog->insnsi; in add_subprog_and_kfunc() local
2839 struct bpf_insn *insn = env->prog->insnsi; in check_subprogs() local
2988 static bool is_reg64(struct bpf_verifier_env *env, struct bpf_insn *insn, in is_reg64()
3075 static int insn_def_regno(const struct bpf_insn *insn) in insn_def_regno()
3098 static bool insn_has_def32(struct bpf_verifier_env *env, struct bpf_insn *insn) in insn_has_def32()
[all …]
/Linux-v6.6/arch/sh/kernel/cpu/sh2a/
Dopcode_helper.c34 unsigned int instruction_size(unsigned int insn) in instruction_size()
/Linux-v6.6/arch/arm/probes/uprobes/
Dcore.c23 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn()
75 unsigned int insn; in arch_uprobe_analyze_insn() local
/Linux-v6.6/arch/alpha/math-emu/
Dmath.c111 __u32 insn; in alpha_fp_emul() local
345 unsigned long insn, opcode, rc, si_code = 0; in alpha_fp_emul_imprecise() local
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/
Dnfp_asm.c303 int nfp_ustore_check_valid_no_ecc(u64 insn) in nfp_ustore_check_valid_no_ecc()
311 u64 nfp_ustore_calc_ecc_insn(u64 insn) in nfp_ustore_calc_ecc_insn()
/Linux-v6.6/arch/mips/kernel/
Dunaligned.c115 union mips_instruction insn; in emulate_load_store_insn() local
626 union mips_instruction insn; in emulate_load_store_microMIPS() local
Dprobes-common.h14 static inline int __insn_has_delay_slot(const union mips_instruction insn) in __insn_has_delay_slot()
/Linux-v6.6/arch/csky/kernel/probes/
Ddecode-insn.c19 probe_opcode_t insn = le32_to_cpu(*addr); in csky_probe_decode_insn() local
/Linux-v6.6/arch/loongarch/include/asm/
Duaccess.h156 #define __get_data_asm(val, insn, ptr) \ argument
183 #define __put_data_asm(insn, ptr) \ argument
/Linux-v6.6/arch/mips/include/asm/
Dbitops.h26 #define __bit_op(mem, insn, inputs...) do { \ argument
43 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ argument

12345678910>>...19