Home
last modified time | relevance | path

Searched refs:checker (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/arm/probes/kprobes/
H A Dcheckers-arm.c87 [PROBES_LDRSTRD] = {.checker = arm_check_stack},
88 [PROBES_STORE_EXTRA] = {.checker = arm_check_stack},
89 [PROBES_STORE] = {.checker = arm_check_stack},
90 [PROBES_LDMSTM] = {.checker = arm_check_stack},
160 [PROBES_MRS] = {.checker = arm_check_regs_normal},
161 [PROBES_SATURATING_ARITHMETIC] = {.checker = arm_check_regs_normal},
162 [PROBES_MUL1] = {.checker = arm_check_regs_normal},
163 [PROBES_MUL2] = {.checker = arm_check_regs_normal},
164 [PROBES_MUL_ADD_LONG] = {.checker = arm_check_regs_normal},
165 [PROBES_MUL_ADD] = {.checker = arm_check_regs_normal},
[all …]
H A Dcheckers-thumb.c79 [PROBES_T32_LDMSTM] = {.checker = t32_check_stack},
80 [PROBES_T32_LDRDSTRD] = {.checker = t32_check_stack},
81 [PROBES_T32_LDRSTR] = {.checker = t32_check_stack},
101 [PROBES_T16_PUSH] = {.checker = t16_check_stack},
/linux/drivers/net/wireguard/
H A Dcookie.c19 void wg_cookie_checker_init(struct cookie_checker *checker, in wg_cookie_checker_init() argument
22 init_rwsem(&checker->secret_lock); in wg_cookie_checker_init()
23 checker->secret_birthdate = ktime_get_coarse_boottime_ns(); in wg_cookie_checker_init()
24 get_random_bytes(checker->secret, NOISE_HASH_LEN); in wg_cookie_checker_init()
25 checker->device = wg; in wg_cookie_checker_init()
45 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker) in wg_cookie_checker_precompute_device_keys() argument
47 if (likely(checker->device->static_identity.has_identity)) { in wg_cookie_checker_precompute_device_keys()
48 precompute_key(checker->cookie_encryption_key, in wg_cookie_checker_precompute_device_keys()
49 checker->device->static_identity.static_public, in wg_cookie_checker_precompute_device_keys()
51 precompute_key(checker->message_mac1_key, in wg_cookie_checker_precompute_device_keys()
[all …]
H A Dcookie.h41 void wg_cookie_checker_init(struct cookie_checker *checker,
43 void wg_cookie_checker_precompute_device_keys(struct cookie_checker *checker);
47 enum cookie_mac_state wg_cookie_validate_packet(struct cookie_checker *checker,
55 struct cookie_checker *checker);
/linux/lib/
H A Dfortify_kunit.c202 #define TEST_kmalloc(checker, expected_size, alloc_size) do { \ argument
207 checker(expected_size, kmalloc(alloc_size, gfp), \
209 checker(expected_size, \
212 checker(expected_size, kzalloc(alloc_size, gfp), \
214 checker(expected_size, \
217 checker(expected_size, kcalloc(1, alloc_size, gfp), \
219 checker(expected_size, kcalloc(alloc_size, 1, gfp), \
221 checker(expected_size, \
224 checker(expected_size, \
227 checker(expected_siz
263 TEST_vmalloc(checker,expected_pages,alloc_pages) global() argument
275 TEST_kvmalloc(checker,expected_pages,alloc_pages) global() argument
315 TEST_devm_kmalloc(checker,expected_size,alloc_size) global() argument
367 TEST_realloc(checker) global() argument
[all...]
H A DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
9 This option enables the Undefined Behaviour sanity checker.
/linux/drivers/firmware/psci/
H A DKconfig6 bool "ARM PSCI checker"
9 Run the PSCI checker during startup. This checks that hotplug and
12 The torture tests may interfere with the PSCI checker by turning CPUs
13 on and off through hotplug, so for now torture tests and PSCI checker
/linux/Documentation/features/debug/KASAN/
H A Darch-support.txt4 # description: arch supports the KASAN runtime memory checker
/linux/fs/affs/
H A DChanges16 - 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/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.h69 adf_mstate_preamble_checker checker,
/linux/tools/testing/kunit/test_data/
H A Dtest_interrupted_tap_output.log13 [ 0.060000] Btrfs loaded, crc32c=crc32c-generic, debug=on, assert=on, integrity-checker=on, ref-…
/linux/Documentation/dev-tools/
H A Dubsan.rst6 UBSAN is a runtime undefined behaviour checker.
H A Dsparse.rst8 Sparse is a semantic checker for C programs; it can be used to find a
H A Dcheckuapi.rst7 The UAPI checker (``scripts/check-uapi.sh``) is a shell script which
367 The UAPI checker makes no assumptions about the author's intention, so some
/linux/arch/arm/probes/
H A Ddecode.h291 probes_check_t *checker; member
H A Ddecode.c355 probes_check_t *checker_func = (*p)[action].checker; in run_checkers()
/linux/fs/btrfs/
H A DMakefile33 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst676 * At least we *know* we can't spell, and use a spell-checker.
685 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
/linux/Documentation/process/
H A Dsubmit-checklist.rst65 1) Check for trivial violations with the patch style checker prior to
H A D4.Coding.rst277 One of the heavier debugging tools is the locking checker, or "lockdep."
/linux/drivers/of/
H A Dbase.c633 bool (*checker)(const struct device_node *)) in of_get_next_status_child()
644 if (!checker(next)) in of_get_next_status_child()
/linux/Documentation/kernel-hacking/
H A Dhacking.rst798 * At least we *know* we can't spell, and use a spell-checker.
807 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst837 * At least we *know* we can't spell, and use a spell-checker.
846 /* Tested on SS-5, SS-10. Probably someone at Sun applied a spell-checker. */
/linux/Documentation/driver-api/
H A Ddevice-io.rst157 readl()/writel() functions. The 'sparse' semantic code checker can be used to
/linux/Documentation/translations/it_IT/process/
H A D4.Coding.rst293 Uno degli strumenti di debugging più tosti è il *locking checker*, o

12