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

/linux-4.1.27/arch/arm/probes/kprobes/
H A Dactions-common.c133 int is_ldm = insn & 0x100000; kprobe_decode_ldmstm() local
148 if (is_ldm && (reglist & 0x8000)) { kprobe_decode_ldmstm()
165 handler = is_ldm ? simulate_ldm1_pc : simulate_stm1_pc; kprobe_decode_ldmstm()

Completed in 76 milliseconds