Home
last modified time | relevance | path

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

/Linux-v5.4/tools/objtool/
Dorc_gen.c121 struct instruction *insn, *prev_insn; in create_orc_sections() local
143 prev_insn = NULL; in create_orc_sections()
145 if (!prev_insn || in create_orc_sections()
146 memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
150 prev_insn = insn; in create_orc_sections()
154 if (prev_insn) in create_orc_sections()
180 prev_insn = NULL; in create_orc_sections()
182 if (!prev_insn || memcmp(&insn->orc, &prev_insn->orc, in create_orc_sections()
192 prev_insn = insn; in create_orc_sections()
196 if (prev_insn) { in create_orc_sections()
[all …]
/Linux-v5.4/arch/mips/kernel/
Dkprobes.c77 union mips_instruction prev_insn; in arch_prepare_kprobe() local
89 if ((probe_kernel_read(&prev_insn, p->addr - 1, in arch_prepare_kprobe()
91 insn_has_delayslot(prev_insn)) { in arch_prepare_kprobe()
/Linux-v5.4/arch/powerpc/kernel/
Dmodule_64.c499 u32 *prev_insn = instruction - 1; in restore_r2() local
501 if (is_mprofile_mcount_callsite(name, prev_insn)) in restore_r2()
509 if (!instr_is_relative_link_branch(*prev_insn)) in restore_r2()
/Linux-v5.4/drivers/net/netdevsim/
Dbpf.c63 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() argument