Home
last modified time | relevance | path

Searched refs:insn_check_cc (Results 1 – 6 of 6) sorted by relevance

/arch/arm/include/asm/
Dprobes.h38 probes_check_cc *insn_check_cc; member
/arch/arm/kernel/
Dprobes-thumb.c869 asi->insn_check_cc = thumb_check_cc; in thumb16_probes_decode_insn()
879 asi->insn_check_cc = thumb_check_cc; in thumb32_probes_decode_insn()
Duprobes.c41 if (!auprobe->asi.insn_check_cc(regs->ARM_cpsr)) { in arch_uprobe_ignore()
Dkprobes-thumb.c74 asi->insn_check_cc = probes_condition_checks[cc]; in t32_decode_cond_branch()
428 asi->insn_check_cc = probes_condition_checks[cc]; in t16_decode_cond_branch()
Dprobes-arm.c731 asi->insn_check_cc = probes_condition_checks[insn>>28]; in arm_probes_decode_insn()
Dkprobes.c260 } else if (p->ainsn.insn_check_cc(regs->ARM_cpsr)) { in kprobe_handler()