Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/probes/kprobes/
H A Dactions-common.c132 int is_ldm = insn & 0x100000; in kprobe_decode_ldmstm() local
147 if (is_ldm && (reglist & 0x8000)) { in kprobe_decode_ldmstm()
164 handler = is_ldm ? simulate_ldm1_pc : simulate_stm1_pc; in kprobe_decode_ldmstm()