Searched refs:prev_insn (Results 1 – 4 of 4) sorted by relevance
77 union mips_instruction prev_insn; in arch_prepare_kprobe() local89 if (copy_from_kernel_nofault(&prev_insn, p->addr - 1, in arch_prepare_kprobe()91 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
480 u32 *prev_insn = instruction - 1; in restore_r2() local490 if (!instr_is_relative_link_branch(ppc_inst(*prev_insn))) in restore_r2()
2973 struct instruction *prev_insn; in ignore_unreachable_insn() local3001 prev_insn = list_prev_entry(insn, list); in ignore_unreachable_insn()3002 if ((prev_insn->dead_end || dead_end_function(file, prev_insn->call_dest)) && in ignore_unreachable_insn()
63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() argument