/Linux-v6.6/arch/riscv/kernel/probes/ |
D | uprobes.c | 11 bool is_swbp_insn(uprobe_opcode_t *insn) in is_swbp_insn() 87 probe_opcode_t insn; in arch_uprobe_skip_sstep() local
|
D | decode-insn.c | 19 probe_opcode_t insn = *addr; in riscv_probe_decode_insn() local
|
/Linux-v6.6/drivers/comedi/drivers/ |
D | dt3000.c | 505 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()
|
D | comedi_8254.c | 479 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()
|
D | adl_pci7x3x.c | 280 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()
|
D | usbduxsigma.c | 694 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()
|
D | mpc624.c | 189 struct comedi_insn *insn, in mpc624_ai_eoc() 202 struct comedi_insn *insn, in mpc624_ai_insn_read()
|
D | comedi_test.c | 418 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()
|
D | dmm32at.c | 191 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/ |
D | ftrace.c | 115 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/ |
D | alternative.c | 47 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()
|
D | kprobes.c | 29 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/ |
D | uprobes.c | 37 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/ |
D | gen_loader.c | 96 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/ |
D | test_bpf.c | 93 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/ |
D | verifier.c | 246 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/ |
D | opcode_helper.c | 34 unsigned int instruction_size(unsigned int insn) in instruction_size()
|
/Linux-v6.6/arch/arm/probes/uprobes/ |
D | core.c | 23 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/ |
D | math.c | 111 __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/ |
D | nfp_asm.c | 303 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/ |
D | unaligned.c | 115 union mips_instruction insn; in emulate_load_store_insn() local 626 union mips_instruction insn; in emulate_load_store_microMIPS() local
|
D | probes-common.h | 14 static inline int __insn_has_delay_slot(const union mips_instruction insn) in __insn_has_delay_slot()
|
/Linux-v6.6/arch/csky/kernel/probes/ |
D | decode-insn.c | 19 probe_opcode_t insn = le32_to_cpu(*addr); in csky_probe_decode_insn() local
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | uaccess.h | 156 #define __get_data_asm(val, insn, ptr) \ argument 183 #define __put_data_asm(insn, ptr) \ argument
|
/Linux-v6.6/arch/mips/include/asm/ |
D | bitops.h | 26 #define __bit_op(mem, insn, inputs...) do { \ argument 43 #define __test_bit_op(mem, ll_dst, insn, inputs...) ({ \ argument
|