/Linux-v6.6/arch/x86/kernel/ |
D | traps.c | 500 struct insn insn; in get_kernel_gp_address() local
|
D | sev-shared.c | 725 struct insn *insn = &ctxt->insn; in vc_ioio_exitinfo() local
|
/Linux-v6.6/drivers/comedi/drivers/ |
D | gsc_hpdi.c | 455 struct comedi_insn *insn, in gsc_hpdi_dio_insn_config()
|
D | jr3_pci.c | 253 struct comedi_insn *insn, in jr3_pci_ai_insn_read()
|
D | amplc_pci224.c | 418 struct comedi_insn *insn, in pci224_ao_insn_write()
|
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 1122 #define KVM_ASM_SAFE(insn) \ argument 1135 #define kvm_asm_safe(insn, inputs...) \ argument 1147 #define kvm_asm_safe_ec(insn, error_code, inputs...) \ argument
|
/Linux-v6.6/kernel/bpf/ |
D | hashtab.c | 711 struct bpf_insn *insn = insn_buf; in htab_map_gen_lookup() local 751 struct bpf_insn *insn = insn_buf; in htab_lru_map_gen_lookup() local 2562 struct bpf_insn *insn = insn_buf; in htab_of_map_gen_lookup() local
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.c | 726 static bool insn_is_subprog_call(const struct bpf_insn *insn) in insn_is_subprog_call() 736 static bool is_call_insn(const struct bpf_insn *insn) in is_call_insn() 741 static bool insn_is_pseudo_func(struct bpf_insn *insn) in insn_is_pseudo_func() 4052 struct bpf_insn *insn = &prog->insns[insn_idx]; in bpf_program__record_reloc() local 5786 struct bpf_insn *insn; in bpf_object__relocate_core() local 5900 int insn_idx, struct bpf_insn *insn, in poison_map_ldimm64() 5930 int insn_idx, struct bpf_insn *insn, in poison_kfunc_call() 5961 struct bpf_insn *insn = &prog->insns[relo->insn_idx]; in bpf_object__relocate_data() local 6243 struct bpf_insn *insns, *insn; in bpf_object__reloc_code() local 6540 struct bpf_insn *insn = &prog->insns[relo->insn_idx]; in bpf_object__relocate() local [all …]
|
D | libbpf_internal.h | 530 static inline bool is_ldimm64_insn(struct bpf_insn *insn) in is_ldimm64_insn()
|
/Linux-v6.6/arch/parisc/net/ |
D | bpf_jit.h | 259 static inline void emit(const u32 insn, struct hppa_jit_context *ctx) in emit() 304 static inline signed long hppa_offset(int insn, int off, struct hppa_jit_context *ctx) in hppa_offset()
|
/Linux-v6.6/arch/arm/net/ |
D | bpf_jit_32.c | 1348 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx) in build_insn() 1835 const struct bpf_insn *insn = &(prog->insnsi[i]); in build_body() local
|
/Linux-v6.6/arch/x86/net/ |
D | bpf_jit_comp32.c | 1570 const struct bpf_insn *insn, u8 **pprog) in emit_kfunc_call() 1662 struct bpf_insn *insn = bpf_prog->insnsi; in do_jit() local
|
D | bpf_jit_comp.c | 922 static void detect_reg_usage(struct bpf_insn *insn, int insn_cnt, in detect_reg_usage() 1025 struct bpf_insn *insn = bpf_prog->insnsi; in do_jit() local
|
/Linux-v6.6/arch/arm/kernel/ |
D | traps.c | 399 u16 insn = __opcode_to_mem_thumb16(BUG_INSTR_VALUE); in is_valid_bugaddr() local
|
/Linux-v6.6/tools/perf/dlfilters/ |
D | dlfilter-test-api-v0.c | 106 const __u8 *(*insn)(void *ctx, __u32 *length); member
|
D | dlfilter-test-api-v2.c | 116 const __u8 *(*insn)(void *ctx, __u32 *length); member
|
/Linux-v6.6/arch/mips/lib/ |
D | csum_partial.S | 346 #define EXC(insn, type, reg, addr) \ argument
|
/Linux-v6.6/scripts/gcc-plugins/ |
D | gcc-common.h | 172 #define INSN_DELETED_P(insn) (insn)->deleted() argument
|
/Linux-v6.6/arch/sparc/kernel/ |
D | ptrace_64.c | 923 unsigned int insn; member
|
/Linux-v6.6/tools/objtool/ |
D | elf.c | 1227 const char *insn) in elf_write_insn()
|
/Linux-v6.6/drivers/dma/ |
D | pl330.c | 891 u8 insn[], bool as_manager) in _execute_DBGINSN() 977 u8 insn[6] = {0, 0, 0, 0, 0, 0}; in _stop() local 1008 u8 insn[6] = {0, 0, 0, 0, 0, 0}; in _trigger() local
|
/Linux-v6.6/arch/ia64/kernel/ |
D | unaligned.c | 1322 load_store_t insn; in ia64_handle_unaligned() member
|
/Linux-v6.6/include/linux/ |
D | filter.h | 191 static inline bool insn_is_zext(const struct bpf_insn *insn) in insn_is_zext() 469 #define BPF_LDST_BYTES(insn) \ argument
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | traps.c | 1572 ppc_inst_t insn; in do_program_check() local
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
D | nfp_asm.h | 64 static inline bool nfp_is_br(u64 insn) in nfp_is_br()
|