Searched refs:checker (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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-4.1.27/scripts/ |
D | Makefile.help | 2 checker-help:
|
/linux-4.1.27/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-4.1.27/arch/arm/probes/ |
D | decode.h | 322 probes_check_t *checker; member
|
D | decode.c | 358 probes_check_t *checker_func = (*p)[action].checker; in run_checkers()
|
/linux-4.1.27/fs/ext3/ |
D | Kconfig | 10 to run e2fsck (file system checker) on your file systems after a
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 62 check_int enables the integrity checker module, which examines all 71 checker module behavior.
|
/linux-4.1.27/Documentation/ |
D | SubmitChecklist | 31 patch style checker prior to submission (scripts/checkpatch.pl).
|
D | SubmittingPatches | 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 | 00-INDEX | 267 - info on dynamic checker that detects uses of uninitialized memory.
|
D | kmemcheck.txt | 25 is a dynamic checker that detects and warns about some uses of uninitialized
|
/linux-4.1.27/ |
D | Makefile | 1286 @$(MAKE) -f $(srctree)/scripts/Makefile.help checker-help
|
D | MAINTAINERS | 36 PLEASE check your patch with the automated style checker
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 255 One of the heavier debugging tools is the locking checker, or "lockdep."
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 1011 (though classic BPF checker allows them)
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 478 minor fixes pointed out by the Stanford SWAT checker (mostly missing
|