Home
last modified time | relevance | path

Searched full:checker (Results 1 – 25 of 211) sorted by relevance

123456789

/kernel/linux/linux-6.6/lib/
Dfortify_kunit.c146 #define TEST_kmalloc(checker, expected_size, alloc_size) do { \ argument
151 checker(expected_size, kmalloc(alloc_size, gfp), \
153 checker(expected_size, \
156 checker(expected_size, kzalloc(alloc_size, gfp), \
158 checker(expected_size, \
161 checker(expected_size, kcalloc(1, alloc_size, gfp), \
163 checker(expected_size, kcalloc(alloc_size, 1, gfp), \
165 checker(expected_size, \
168 checker(expected_size, \
171 checker(expected_size, kmalloc_array(1, alloc_size, gfp), \
[all …]
DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
8 This option enables the Undefined Behaviour sanity checker.
/kernel/linux/linux-5.10/drivers/net/wireguard/
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 …]
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);
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/
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},
145 * from others, a specific checker is required to handle this extra
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},
[all …]
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},
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/
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},
145 * from others, a specific checker is required to handle this extra
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},
[all …]
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},
/kernel/linux/linux-6.6/drivers/net/wireguard/
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 …]
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);
/kernel/linux/linux-5.10/drivers/firmware/psci/
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
/kernel/linux/linux-6.6/drivers/firmware/psci/
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
/kernel/linux/linux-5.10/fs/btrfs/
Dtree-checker.h13 * Comprehensive leaf checker.
20 * Less strict leaf checker.
/kernel/linux/linux-5.10/fs/ubifs/
Ddebug.h39 * @chk_lpt_sz: used by LPT tree size checker
40 * @chk_lpt_sz2: used by LPT tree size checker
41 * @chk_lpt_wastage: used by LPT tree size checker
42 * @chk_lpt_lebs: used by LPT tree size checker
43 * @new_nhead_offs: used by LPT tree size checker
/kernel/linux/linux-6.6/fs/ubifs/
Ddebug.h39 * @chk_lpt_sz: used by LPT tree size checker
40 * @chk_lpt_sz2: used by LPT tree size checker
41 * @chk_lpt_wastage: used by LPT tree size checker
42 * @chk_lpt_lebs: used by LPT tree size checker
43 * @new_nhead_offs: used by LPT tree size checker
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dwatchdog.c38 * The local soft-NMI, and the SMP checker.
40 * The soft-NMI checker can detect lockups on the local CPU. When interrupts
47 * The soft-NMI checker will compare the heartbeat timestamp for this CPU
56 * The SMP checker can detect lockups on other CPUs. A gobal "pending"
83 /* SMP checker bits */
/kernel/linux/linux-6.6/fs/affs/
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
/kernel/linux/linux-5.10/fs/affs/
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
/kernel/linux/linux-5.10/lib/
DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
8 This option enables the Undefined Behaviour sanity checker.
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dwatchdog.c41 * The local soft-NMI, and the SMP checker.
43 * The soft-NMI checker can detect lockups on the local CPU. When interrupts
50 * The soft-NMI checker will compare the heartbeat timestamp for this CPU
59 * The SMP checker can detect lockups on other CPUs. A global "pending"
86 /* SMP checker bits */
/kernel/linux/linux-6.6/Documentation/features/debug/KASAN/
Darch-support.txt4 # description: arch supports the KASAN runtime memory checker
/kernel/linux/linux-5.10/arch/x86/tools/
Dchkobjdump.awk1 # GNU objdump version checker
/kernel/linux/linux-6.6/arch/x86/tools/
Dchkobjdump.awk1 # GNU objdump version checker
/kernel/linux/linux-5.10/Documentation/features/debug/KASAN/
Darch-support.txt4 # description: arch supports the KASAN runtime memory checker
/kernel/linux/linux-5.10/kernel/
Dmodule_signing.c2 /* Module signature checker

123456789