/openbmc/linux/tools/lib/bpf/ |
H A D | relo_core.c | 16 static bool is_ldimm64_insn(struct bpf_insn *insn) in is_ldimm64_insn() 970 int insn_idx, struct bpf_insn *insn) in bpf_core_poison_insn() 985 static int insn_bpf_size_to_bytes(struct bpf_insn *insn) in insn_bpf_size_to_bytes() 1024 int bpf_core_patch_insn(const char *prog_name, struct bpf_insn *insn, in bpf_core_patch_insn()
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 54 #define REG(insn, pos) (((insn) >> (pos)) & 7) argument 55 #define DREG(insn, pos) cpu_dregs[REG(insn, pos)] argument 56 #define AREG(insn, pos) get_areg(s, REG(insn, pos)) argument 653 static inline int insn_opsize(int insn) in insn_opsize() 774 static TCGv gen_lea(CPUM68KState *env, DisasContext *s, uint16_t insn, in gen_lea() 899 static TCGv gen_ea(CPUM68KState *env, DisasContext *s, uint16_t insn, in gen_ea() 1167 static int gen_ea_fp(CPUM68KState *env, DisasContext *s, uint16_t insn, in gen_ea_fp() 2812 static void gen_link(DisasContext *s, uint16_t insn, int32_t offset) in gen_link() 4779 uint32_t insn, uint32_t ext) in gen_op_fmove_fcr() 4875 uint32_t insn, uint32_t ext) in gen_op_fmovem() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 29 unsigned long insn, fixup; in segv_handler() local
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup_32.c | 79 ppc_inst_t insn; in machine_init() local
|
H A D | uprobes.c | 26 bool is_trap_insn(uprobe_opcode_t *insn) in is_trap_insn()
|
/openbmc/qemu/tests/tcg/plugins/ |
H A D | mem.c | 69 struct qemu_plugin_insn *insn = qemu_plugin_tb_get_insn(tb, i); in vcpu_tb_trans() local
|
H A D | inline.c | 133 const uint64_t insn = qemu_plugin_u64_get(count_insn, i); in plugin_exit() local 243 struct qemu_plugin_insn *insn = qemu_plugin_tb_get_insn(tb, idx); in vcpu_tb_trans() local
|
/openbmc/linux/arch/arm/kernel/ |
H A D | setup.c | 380 u32 insn = __opcode_thumb32_compose(0xfb90, 0xf0f1); in sdiv_instruction() local 392 u32 insn = __opcode_thumb32_compose(0xfbb0, 0xf0f1); in udiv_instruction() local 404 u32 insn = __opcode_thumb32_compose(0x4770, 0x46c0); in bx_lr_instruction() local
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kprobes.h | 49 kprobe_opcode_t *insn; member
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp64.c | 439 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) in emit_call() 635 int build_insn(const struct bpf_insn *insn, struct jit_context *ctx) in build_insn()
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | processor_32.h | 31 unsigned long insn; member
|
/openbmc/linux/arch/powerpc/perf/ |
H A D | 8xx-pmu.c | 156 ppc_inst_t insn = ppc_inst(PPC_RAW_MFSPR(10, SPRN_SPRG_SCRATCH2)); in mpc8xx_pmu_del() local
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | uaccess.h | 292 #define __put_kernel_asm(val, to, insn) \ argument 336 #define __get_kernel_asm(val, from, insn) \ argument
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | uprobes.h | 27 u8 insn[MAX_UINSN_BYTES]; member
|
/openbmc/linux/arch/riscv/net/ |
H A D | bpf_jit_core.c | 24 const struct bpf_insn *insn = &prog->insnsi[i]; in build_body() local
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | cb_pcidas64.c | 1727 struct comedi_insn *insn, in cb_pcidas64_ai_eoc() 1747 struct comedi_insn *insn, unsigned int *data) in ai_rinsn() 1964 struct comedi_insn *insn, unsigned int *data) in ai_config_insn() 3090 struct comedi_insn *insn, unsigned int *data) in ao_winsn() 3435 struct comedi_insn *insn, unsigned int *data) in di_rbits() 3449 struct comedi_insn *insn, in do_wbits() 3462 struct comedi_insn *insn, in dio_60xx_config_insn() 3478 struct comedi_insn *insn, in dio_60xx_wbits() 3624 struct comedi_insn *insn, in cb_pcidas64_calib_insn_write() 3677 struct comedi_insn *insn, in cb_pcidas64_ad8402_insn_write() [all …]
|
H A D | amplc_pc236_common.c | 59 struct comedi_subdevice *s, struct comedi_insn *insn, in pc236_intr_insn()
|
/openbmc/qemu/contrib/plugins/ |
H A D | stoptrigger.c | 69 struct qemu_plugin_insn *insn = qemu_plugin_tb_get_insn(tb, i); in vcpu_tb_trans() local
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 236 static void emit(const u32 insn, struct jit_ctx *ctx) in emit() 302 unsigned int insn = opcode; in emit_alu_K() local 321 unsigned int insn = opcode; in emit_alu3_K() local 895 static int build_insn(const struct bpf_insn *insn, struct jit_ctx *ctx) in build_insn() 1444 const struct bpf_insn *insn = &prog->insnsi[i]; in build_body() local
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 149 uint32_t insn = cpu_ldl_code(env, addr); in ppc_ldl_code() local 1253 static bool is_prefix_insn(CPUPPCState *env, uint32_t insn) in is_prefix_insn() 1543 uint32_t insn = ppc_ldl_code(env, env->nip); in powerpc_excp_books() local 2601 void helper_pminsn(CPUPPCState *env, uint32_t insn) in helper_pminsn() 3129 uint32_t insn; in ppc_cpu_do_unaligned_access() local
|
/openbmc/qemu/target/xtensa/ |
H A D | xtensa-isa.c | 126 const xtensa_insnbuf insn, in xtensa_insnbuf_to_chars() 187 xtensa_insnbuf insn, in xtensa_insnbuf_from_chars() 527 xtensa_format xtensa_format_decode(xtensa_isa isa, const xtensa_insnbuf insn) in xtensa_format_decode() 544 xtensa_insnbuf insn) in xtensa_format_encode() 587 const xtensa_insnbuf insn, xtensa_insnbuf slotbuf) in xtensa_format_get_slot() 602 xtensa_insnbuf insn, const xtensa_insnbuf slotbuf) in xtensa_format_set_slot()
|
/openbmc/linux/arch/mips/dec/ |
H A D | kn01-berr.c | 77 union mips_instruction insn; in dec_kn01_be_backend() local
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | dsemul.c | 224 union mips_instruction insn = { .word = ir }; in mips_dsemul() local
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | proton-pack.c | 604 u32 insn; in smccc_patch_fw_mitigation_conduit() local 1102 u32 insn; in spectre_bhb_patch_loop_iter() local 1123 u32 insn; in spectre_bhb_patch_wa3() local
|
/openbmc/qemu/target/avr/ |
H A D | disas.c | 74 uint16_t insn; in avr_print_insn() local
|