Searched refs:tgt_if_br (Results 1 - 2 of 2) sorted by path

/linux-master/arch/arc/kernel/
H A Ddisasm.c557 * -@tgt_if_br is set to branch target.
562 unsigned long *next_pc, unsigned long *tgt_if_br)
572 *tgt_if_br = instr.target;
560 disasm_next_pc(unsigned long pc, struct pt_regs *regs, struct callee_regs *cregs, unsigned long *next_pc, unsigned long *tgt_if_br) argument
H A Dkprobes.c128 unsigned long tgt_if_br = 0; local
172 &next_pc, &tgt_if_br);
183 p->ainsn.t2_addr = (kprobe_opcode_t *) tgt_if_br;

Completed in 399 milliseconds