Searched refs:prev_insn (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/tools/objtool/ |
D | orc_gen.c | 133 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/ |
D | kprobes.c | 89 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/ |
D | module_64.c | 516 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/ |
D | bpf.c | 75 nsim_bpf_verify_insn(struct bpf_verifier_env *env, int insn_idx, int prev_insn) in nsim_bpf_verify_insn() argument
|