Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dprobes.h40 probes_check_cc *insn_check_cc; member
/arch/arm/probes/
Ddecode-thumb.c870 asi->insn_check_cc = thumb_check_cc; in thumb16_probes_decode_insn()
881 asi->insn_check_cc = thumb_check_cc; in thumb32_probes_decode_insn()
Ddecode-arm.c733 asi->insn_check_cc = probes_condition_checks[insn>>28]; in arm_probes_decode_insn()
/arch/arm/probes/uprobes/
Dcore.c41 if (!auprobe->asi.insn_check_cc(regs->ARM_cpsr)) { in arch_uprobe_ignore()
/arch/arm/probes/kprobes/
Dactions-thumb.c75 asi->insn_check_cc = probes_condition_checks[cc]; in t32_decode_cond_branch()
429 asi->insn_check_cc = probes_condition_checks[cc]; in t16_decode_cond_branch()
Dcore.c291 } else if (p->ainsn.insn_check_cc(regs->ARM_cpsr)) { in kprobe_handler()