Searched refs:decode_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/ |
H A D | decode.c | 258 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs() function 401 * When a match is found, decode_regs() is called to validate and modify each 420 * @insn can be modified by decode_regs. Save its original in probes_decode_insn() 458 if (!decode_regs(&insn, regs, emulate)) in probes_decode_insn()
|
/kernel/linux/linux-6.6/arch/arm/probes/ |
H A D | decode.c | 258 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs() function 401 * When a match is found, decode_regs() is called to validate and modify each 420 * @insn can be modified by decode_regs. Save its original in probes_decode_insn() 458 if (!decode_regs(&insn, regs, emulate)) in probes_decode_insn()
|
Completed in 2 milliseconds