Home
last modified time | relevance | path

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

/arch/arm/probes/kprobes/
Dactions-common.c130 int is_ldm = insn & 0x100000; in kprobe_decode_ldmstm() local
145 if (is_ldm && (reglist & 0x8000)) { in kprobe_decode_ldmstm()
162 handler = is_ldm ? simulate_ldm1_pc : simulate_stm1_pc; in kprobe_decode_ldmstm()