Home
last modified time | relevance | path

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

/linux/arch/arm/probes/kprobes/
H A DMakefile5 obj-$(CONFIG_KPROBES) += core.o actions-common.o checkers-common.o
10 obj-$(CONFIG_KPROBES) += actions-thumb.o checkers-thumb.o
13 obj-$(CONFIG_KPROBES) += actions-arm.o checkers-arm.o
/linux/arch/arm/probes/
H A Ddecode.c342 static int run_checkers(const struct decode_checker *checkers[], in run_checkers() argument
349 if (!checkers) in run_checkers()
352 p = checkers; in run_checkers()
414 const struct decode_checker *checkers[]) in probes_decode_insn() argument
474 err = run_checkers(checkers, action, origin_insn, asi, h); in probes_decode_insn()
485 err = run_checkers(checkers, action, origin_insn, asi, h); in probes_decode_insn()
497 err = run_checkers(checkers, action, origin_insn, asi, h); in probes_decode_insn()
H A Ddecode-thumb.h89 const struct decode_checker *checkers[]);
93 const struct decode_checker *checkers[]);
H A Ddecode-thumb.c864 const struct decode_checker *checkers[]) in thumb16_probes_decode_insn() argument
869 emulate, actions, checkers); in thumb16_probes_decode_insn()
875 const struct decode_checker *checkers[]) in thumb32_probes_decode_insn() argument
880 emulate, actions, checkers); in thumb32_probes_decode_insn()
H A Ddecode-arm.h66 const struct decode_checker *checkers[]);
H A Ddecode-arm.c722 const struct decode_checker *checkers[]) in arm_probes_decode_insn() argument
727 emulate, actions, checkers); in arm_probes_decode_insn()
H A Ddecode.h383 const struct decode_checker **checkers);
/linux/Documentation/dev-tools/
H A Dubsan.rst14 its suboptions). GCC 5.x has more checkers implemented [2_].
/linux/Documentation/process/
H A Dmaintainer-tip.rst191 compilers and static checkers can legitimately warn about a potential use