Home
last modified time | relevance | path

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

/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()
/linux/tools/objtool/
H A Dcheck.c3551 struct instruction *next_insn, *prev_insn = NULL; in validate_branch() local
3623 if (!prev_insn) in validate_branch()
3638 if (prev_insn && !cficmp(prev_insn->cfi, &state.cfi)) { in validate_branch()
3639 insn->cfi = prev_insn->cfi; in validate_branch()
3802 prev_insn = insn; in validate_branch()
4024 struct instruction *prev_insn; in ignore_unreachable_insn() local
4093 prev_insn = prev_insn_same_sec(file, insn); in ignore_unreachable_insn()
4094 if (prev_insn && prev_insn in ignore_unreachable_insn()
4537 struct instruction *insn, *prev_insn; validate_reachable_instructions() local
[all...]
/linux/arch/powerpc/kernel/
H A Dmodule_64.c757 u32 *prev_insn = instruction - 1; in restore_r2() local
771 if (!instr_is_relative_link_branch(ppc_inst(*prev_insn))) in restore_r2()
/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