Home
last modified time | relevance | path

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

/Linux-v4.19/tools/objtool/
Dorc_gen.c133 struct instruction *insn, *prev_insn; in create_orc_sections() local
155 prev_insn = NULL; in create_orc_sections()
157 if (!prev_insn || in create_orc_sections()
158 memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
162 prev_insn = insn; in create_orc_sections()
166 if (prev_insn) in create_orc_sections()
192 prev_insn = NULL; in create_orc_sections()
194 if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
204 prev_insn = insn; in create_orc_sections()
208 if (prev_insn) { in create_orc_sections()
[all …]
/Linux-v4.19/arch/mips/kernel/
Dkprobes.c89 union mips_instruction prev_insn; in arch_prepare_kprobe() local
101 if ((probe_kernel_read(&prev_insn, p->addr - 1, in arch_prepare_kprobe()
103 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c516 u32 *prev_insn = instruction - 1; in restore_r2() local
518 if (is_mprofile_mcount_callsite(name, prev_insn)) in restore_r2()
526 if (!instr_is_relative_link_branch(*prev_insn)) in restore_r2()
/Linux-v4.19/drivers/net/netdevsim/
Dbpf.c75 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() argument