Home
last modified time | relevance | path

Searched refs:INSN_REJECTED (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/probes/
H A Ddecode.c360 if (retval == INSN_REJECTED) in run_checkers()
399 * fails with INSN_REJECTED.
404 * to fail with INSN_REJECTED.
450 return INSN_REJECTED; in probes_decode_insn()
459 return INSN_REJECTED; in probes_decode_insn()
475 if (err == INSN_REJECTED) in probes_decode_insn()
476 return INSN_REJECTED; in probes_decode_insn()
486 if (err == INSN_REJECTED) in probes_decode_insn()
487 return INSN_REJECTED; in probes_decode_insn()
498 if (err == INSN_REJECTED) in probes_decode_insn()
[all...]
H A Ddecode.h162 * Instruction decoding fails with INSN_REJECTED
201 * found in the instruction will cause decoding to fail with INSN_REJECTED. In
364 INSN_REJECTED, enumerator
/kernel/linux/linux-6.6/arch/arm/probes/
H A Ddecode.c360 if (retval == INSN_REJECTED) in run_checkers()
399 * fails with INSN_REJECTED.
404 * to fail with INSN_REJECTED.
450 return INSN_REJECTED; in probes_decode_insn()
459 return INSN_REJECTED; in probes_decode_insn()
475 if (err == INSN_REJECTED) in probes_decode_insn()
476 return INSN_REJECTED; in probes_decode_insn()
486 if (err == INSN_REJECTED) in probes_decode_insn()
487 return INSN_REJECTED; in probes_decode_insn()
498 if (err == INSN_REJECTED) in probes_decode_insn()
[all...]
H A Ddecode.h162 * Instruction decoding fails with INSN_REJECTED
201 * found in the instruction will cause decoding to fail with INSN_REJECTED. In
364 INSN_REJECTED, enumerator
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
H A Ddecode-insn.c71 * INSN_REJECTED If instruction is one not allowed to kprobe,
111 return INSN_REJECTED; in arm_probe_decode_insn()
162 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
164 return INSN_REJECTED; in arm_kprobe_decode_insn()
H A Ddecode-insn.h21 INSN_REJECTED, enumerator
H A Duprobes.c48 case INSN_REJECTED: in arch_uprobe_analyze_insn()
H A Dkprobes.c89 case INSN_REJECTED: /* insn not supported */ in arch_prepare_kprobe()
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
H A Ddecode-insn.c71 * INSN_REJECTED If instruction is one not allowed to kprobe,
111 return INSN_REJECTED; in arm_probe_decode_insn()
162 if (decoded != INSN_REJECTED && scan_end) in arm_kprobe_decode_insn()
164 return INSN_REJECTED; in arm_kprobe_decode_insn()
H A Ddecode-insn.h21 INSN_REJECTED, enumerator
H A Duprobes.c48 case INSN_REJECTED: in arch_uprobe_analyze_insn()
H A Dkprobes.c109 case INSN_REJECTED: /* insn not supported */ in arch_prepare_kprobe()
/kernel/linux/linux-5.10/arch/arm/probes/uprobes/
H A Dactions-arm.c119 return INSN_REJECTED; in decode_pc_ro()
171 return INSN_REJECTED; in uprobe_decode_ldmstm()
177 return INSN_REJECTED; in uprobe_decode_ldmstm()
H A Dcore.c90 case INSN_REJECTED: in arch_uprobe_analyze_insn()
/kernel/linux/linux-6.6/arch/arm/probes/uprobes/
H A Dactions-arm.c119 return INSN_REJECTED; in decode_pc_ro()
171 return INSN_REJECTED; in uprobe_decode_ldmstm()
177 return INSN_REJECTED; in uprobe_decode_ldmstm()
H A Dcore.c90 case INSN_REJECTED: in arch_uprobe_analyze_insn()
/kernel/linux/linux-6.6/arch/riscv/kernel/probes/
H A Ddecode-insn.h10 INSN_REJECTED, enumerator
H A Dsimulate-insn.h11 return INSN_REJECTED; \
H A Duprobes.c41 case INSN_REJECTED: in arch_uprobe_analyze_insn()
/kernel/linux/linux-5.10/arch/csky/kernel/probes/
H A Ddecode-insn.h10 INSN_REJECTED, enumerator
H A Duprobes.c34 case INSN_REJECTED: in arch_uprobe_analyze_insn()
H A Dkprobes.c90 case INSN_REJECTED: /* insn not supported */ in arch_prepare_kprobe()
/kernel/linux/linux-6.6/arch/csky/kernel/probes/
H A Ddecode-insn.h10 INSN_REJECTED, enumerator
H A Duprobes.c34 case INSN_REJECTED: in arch_uprobe_analyze_insn()
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
H A Dcore.c86 case INSN_REJECTED: /* not supported */ in arch_prepare_kprobe()

Completed in 11 milliseconds

12