Home
last modified time | relevance | path

Searched refs:prev_insn (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/mips/kernel/
H A Dkprobes.c81 union mips_instruction prev_insn; in arch_prepare_kprobe() local
92 if (copy_from_kernel_nofault(&prev_insn, p->addr - 1, in arch_prepare_kprobe()
94 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
/openbmc/linux/tools/objtool/
H A Dcheck.c3547 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local
3616 if (!prev_insn) in validate_branch()
3631 if (prev_insn && !cficmp(prev_insn->cfi, &state.cfi)) { in validate_branch()
3632 insn->cfi = prev_insn->cfi; in validate_branch()
3786 prev_insn = insn; in validate_branch()
4012 struct instruction *prev_insn; in ignore_unreachable_insn() local
4082 prev_insn = prev_insn_same_sec(file, insn); in ignore_unreachable_insn()
4083 if (prev_insn->dead_end && in ignore_unreachable_insn()
4536 struct instruction *insn, *prev_insn; in validate_reachable_instructions() local
4547 prev_insn = prev_insn_same_sec(file, insn); in validate_reachable_instructions()
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dmodule_64.c728 u32 *prev_insn = instruction - 1; in restore_r2() local
742 if (!instr_is_relative_link_branch(ppc_inst(*prev_insn))) in restore_r2()
/openbmc/qemu/disas/
H A Dsparc.c3159 unsigned long prev_insn; in print_insn_sparc() local
3169 prev_insn = getword (buffer); in print_insn_sparc()
3181 if (is_delayed_branch (prev_insn)) in print_insn_sparc()
3189 prev_insn = getword (buffer); in print_insn_sparc()
3198 if ((prev_insn & 0xc1c00000) == 0x01000000 in print_insn_sparc()
3199 && X_RD (prev_insn) == X_RS1 (insn)) in print_insn_sparc()
3204 & ((int) X_IMM22 (prev_insn) << 10)); in print_insn_sparc()
/openbmc/linux/drivers/net/netdevsim/
H A Dbpf.c63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() argument