/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | Makefile | 5 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
|
H A D | core.c | 57 const struct decode_checker **checkers; in arch_prepare_kprobe() local 68 checkers = kprobes_t32_checkers; in arch_prepare_kprobe() 72 checkers = kprobes_t16_checkers; in arch_prepare_kprobe() 81 checkers = kprobes_arm_checkers; in arch_prepare_kprobe() 87 switch ((*decode_insn)(insn, &p->ainsn, true, actions, checkers)) { in arch_prepare_kprobe()
|
/openbmc/linux/arch/arm/probes/ |
H A D | decode.c | 342 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 D | decode-thumb.h | 89 const struct decode_checker *checkers[]); 93 const struct decode_checker *checkers[]);
|
H A D | decode-thumb.c | 864 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 D | decode-arm.h | 66 const struct decode_checker *checkers[]);
|
H A D | decode-arm.c | 722 const struct decode_checker *checkers[]) in arm_probes_decode_insn() argument 727 emulate, actions, checkers); in arm_probes_decode_insn()
|
H A D | decode.h | 383 const struct decode_checker **checkers);
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 591 for uppercase,checkers in checker_dict.items(): 598 for c in checkers: 625 for c in checkers: 636 checkers: List[TypeDeclaration], 646 checkers: List[TypeDeclaration], 648 if self.find_conflicts(uppercase, checkers): 652 _,first_checker = min((m.start(), m) for m in checkers) 654 if not any(m.instancetype for m in checkers): 656 if not any(m.classtype for m in checkers): 674 checkers: List[TypeDeclaration], [all …]
|
H A D | qom_type_info.py | 462 checkers: List[TypeDeclaration], 477 class_type_checkers = [c for c in checkers 484 _,last_checker = max((m.start(), m) for m in checkers)
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pylint/ |
H A D | 0001-Adjust-test-expectations-for-ptest.patch | 23 -wrong-import-order:22:0:22:22::"first party import ""pylint.checkers"" should be placed before loc… 27 …llib.parse.quote"" should be placed before first party imports ""pylint.checkers"", ""pylint.confi… 29 …troid"", ""six.moves.urllib.parse.quote"", first party imports ""pylint.checkers"", ""pylint.confi… 30 …mport ""requests"" should be placed before first party imports ""pylint.checkers"", ""pylint.confi… 33 ….moves.urllib.parse.quote"", ""requests"", first party imports ""pylint.checkers"", ""pylint.confi… 34 +wrong-import-order:22:0:22:22::"third party import ""pylint.checkers"" should be placed before loc…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/ |
H A D | 0011-fix-bug-of-do_compile-and-do_install.patch | 25 libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath 38 libmultipath/checkers.install \
|
H A D | 0012-add-explicit-dependency-on-libraries.patch | 32 libmultipath/prioritizers libmultipath/checkers libmultipath/foreign: libmultipath
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
H A D | 0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch | 4 Subject: [PATCH] disbale heap checkers and debug allocator on musl
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gperftools/ |
H A D | gperftools_2.15.bb | 15 file://0001-disbale-heap-checkers-and-debug-allocator-on-musl.patch \
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ubsan.rst | 12 its suboptions). GCC 5.x has more checkers implemented [2_].
|
/openbmc/linux/Documentation/process/ |
H A D | maintainer-tip.rst | 191 compilers and static checkers can legitimately warn about a potential use
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 2460 -rw-r--r-- root root 2235 ./usr/include/c++/10.1.0/parallel/checkers.h
|
H A D | buildhistory_filelist1.txt | 2459 -rw-r--r-- root root 2235 ./usr/include/c++/10.1.0/parallel/checkers.h
|