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

/linux-master/arch/riscv/kernel/probes/
H A Ddecode-insn.h10 INSN_REJECTED, enumerator in enum:probe_insn
H A Dsimulate-insn.h11 return INSN_REJECTED; \
H A Duprobes.c41 case INSN_REJECTED:
H A Dkprobes.c85 case INSN_REJECTED: /* insn not supported */
/linux-master/arch/arm64/kernel/probes/
H A Ddecode-insn.h21 INSN_REJECTED, enumerator in enum:probe_insn
H A Ddecode-insn.c71 * INSN_REJECTED If instruction is one not allowed to kprobe,
111 return INSN_REJECTED;
162 if (decoded != INSN_REJECTED && scan_end)
164 return INSN_REJECTED;
H A Duprobes.c48 case INSN_REJECTED:
H A Dkprobes.c109 case INSN_REJECTED: /* insn not supported */
/linux-master/arch/csky/kernel/probes/
H A Ddecode-insn.h10 INSN_REJECTED, enumerator in enum:probe_insn
H A Duprobes.c34 case INSN_REJECTED:
H A Dkprobes.c90 case INSN_REJECTED: /* insn not supported */
/linux-master/arch/arm/probes/
H A Ddecode.c360 if (retval == INSN_REJECTED)
399 * fails with INSN_REJECTED.
404 * to fail with INSN_REJECTED.
450 return INSN_REJECTED;
459 return INSN_REJECTED;
475 if (err == INSN_REJECTED)
476 return INSN_REJECTED;
486 if (err == INSN_REJECTED)
487 return INSN_REJECTED;
498 if (err == INSN_REJECTED)
[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 in enum:probes_insn
/linux-master/arch/arm/probes/uprobes/
H A Dactions-arm.c119 return INSN_REJECTED;
171 return INSN_REJECTED;
177 return INSN_REJECTED;
H A Dcore.c90 case INSN_REJECTED:
/linux-master/arch/arm/probes/kprobes/
H A Dcore.c88 case INSN_REJECTED: /* not supported */

Completed in 184 milliseconds