Searched refs:checker (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | checkers-arm.c | 95 [PROBES_LDRSTRD] = {.checker = arm_check_stack}, 96 [PROBES_STORE_EXTRA] = {.checker = arm_check_stack}, 97 [PROBES_STORE] = {.checker = arm_check_stack}, 98 [PROBES_LDMSTM] = {.checker = arm_check_stack}, 168 [PROBES_MRS] = {.checker = arm_check_regs_normal}, 169 [PROBES_SATURATING_ARITHMETIC] = {.checker = arm_check_regs_normal}, 170 [PROBES_MUL1] = {.checker = arm_check_regs_normal}, 171 [PROBES_MUL2] = {.checker = arm_check_regs_normal}, 172 [PROBES_MUL_ADD_LONG] = {.checker = arm_check_regs_normal}, 173 [PROBES_MUL_ADD] = {.checker = arm_check_regs_normal}, [all …]
|
D | checkers-thumb.c | 87 [PROBES_T32_LDMSTM] = {.checker = t32_check_stack}, 88 [PROBES_T32_LDRDSTRD] = {.checker = t32_check_stack}, 89 [PROBES_T32_LDRSTR] = {.checker = t32_check_stack}, 109 [PROBES_T16_PUSH] = {.checker = t16_check_stack},
|
/Linux-v4.19/lib/ |
D | Kconfig.ubsan | 5 bool "Undefined behaviour sanity checker" 7 This option enables undefined behaviour sanity checker
|
/Linux-v4.19/Documentation/features/debug/KASAN/ |
D | arch-support.txt | 4 # description: arch supports the KASAN runtime memory checker
|
/Linux-v4.19/fs/btrfs/ |
D | Makefile | 13 uuid-tree.o props.o free-space-tree.o tree-checker.o
|
/Linux-v4.19/fs/affs/ |
D | Changes | 16 - The partition checker (drivers/block/genhd.c) 100 - Changed partition checker to allow devices 103 - The partition checker now also ignores the 338 - Partition checker for genhd.c
|
/Linux-v4.19/drivers/firmware/ |
D | Kconfig | 12 bool "ARM PSCI checker" 15 Run the PSCI checker during startup. This checks that hotplug and 18 The torture tests may interfere with the PSCI checker by turning CPUs 19 on and off through hotplug, so for now torture tests and PSCI checker
|
/Linux-v4.19/arch/arm/probes/ |
D | decode.h | 323 probes_check_t *checker; member
|
D | decode.c | 358 probes_check_t *checker_func = (*p)[action].checker; in run_checkers()
|
/Linux-v4.19/Documentation/dev-tools/ |
D | ubsan.rst | 4 UBSAN is a runtime undefined behaviour checker.
|
D | sparse.rst | 8 Sparse is a semantic checker for C programs; it can be used to find a
|
/Linux-v4.19/Documentation/process/ |
D | submit-checklist.rst | 35 Check for trivial violations with the patch style checker prior to
|
D | submitting-patches.rst | 249 Check your patches with the patch style checker prior to submission 250 (scripts/checkpatch.pl). Note, though, that the style checker should be 254 The checker reports at three levels:
|
D | 4.Coding.rst | 275 One of the heavier debugging tools is the locking checker, or "lockdep."
|
/Linux-v4.19/Documentation/kernel-hacking/ |
D | hacking.rst | 781 * At least we *know* we can't spell, and use a spell-checker. 790 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
|
/Linux-v4.19/Documentation/translations/it_IT/kernel-hacking/ |
D | hacking.rst | 822 * At least we *know* we can't spell, and use a spell-checker. 831 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
|
/Linux-v4.19/Documentation/networking/ |
D | filter.txt | 1020 (though classic BPF checker allows them)
|
/Linux-v4.19/ |
D | MAINTAINERS | 36 PLEASE check your patch with the automated style checker
|