Home
last modified time | relevance | path

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

1234

/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},
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 …]
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/lib/tests/
H A Dfortify_kunit.c219 #define TEST_kmalloc(checker, expected_size, alloc_size) do { \ argument
224 checker(expected_size, kmalloc(alloc_size, gfp), \
226 checker(expected_size, \
229 checker(expected_size, kzalloc(alloc_size, gfp), \
231 checker(expected_size, \
234 checker(expected_size, kcalloc(1, alloc_size, gfp), \
236 checker(expected_size, kcalloc(alloc_size, 1, gfp), \
238 checker(expected_size, \
241 checker(expected_size, \
244 checker(expected_size, kmalloc_array(1, alloc_size, gfp), \
[all …]
/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/drivers/net/wireguard/
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/tools/perf/tests/shell/common/
H A Dcheck_errors_whitelisted.pl8 …open (INFILE, $whitelist_file) or die "Checker error: Unable to open the whitelist file: $whitelis…
10 close INFILE or die "Checker error: Unable to close the whitelist file: $whitelist_file\n";
/linux/fs/ubifs/
H A Ddebug.h40 * @chk_lpt_sz: used by LPT tree size checker
41 * @chk_lpt_sz2: used by LPT tree size checker
42 * @chk_lpt_wastage: used by LPT tree size checker
43 * @chk_lpt_lebs: used by LPT tree size checker
44 * @new_nhead_offs: used by LPT tree size 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/lib/
H A DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
9 This option enables the Undefined Behaviour sanity checker.
/linux/Documentation/features/debug/KASAN/
H A Darch-support.txt4 # description: arch supports the KASAN runtime memory checker
/linux/arch/arm/probes/
H A Ddecode.c355 probes_check_t *checker_func = (*p)[action].checker; in run_checkers()
426 * stack_space is initialized to 0 here. Checker functions in probes_decode_insn()
430 * statically. For instruction doesn't store to stack, checker in probes_decode_insn()
/linux/kernel/
H A Dmodule_signature.c3 * Module signature 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/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.h69 adf_mstate_preamble_checker checker,
/linux/include/linux/
H A Datmel-isc-media.h33 * checker card) and the userspace can read again the new values.
H A Dspinlock_api_up.h25 * variables, and to add the proper checker annotations:
/linux/fs/btrfs/
H A Dbio.h13 #include "tree-checker.h"
H A DMakefile33 uuid-tree.o props.o free-space-tree.o tree-checker.o space-info.o \
/linux/drivers/tty/serial/
H A Dip22zilog.h65 #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
66 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
H A Dzs.h86 #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
87 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
H A Dsunzilog.h57 #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
58 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
/linux/drivers/net/hamradio/
H A Dz8530.h33 #define RES_Rx_CRC 0x40 /* Reset Rx CRC Checker */
34 #define RES_Tx_CRC 0x80 /* Reset Tx CRC Checker */
/linux/kernel/module/
H A Dsigning.c2 /* Module signature checker
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst65 mention to the Stanford Checker (SWAT) which pointed out many minor
/linux/Documentation/dev-tools/
H A Dubsan.rst6 UBSAN is a runtime undefined behaviour checker.

1234