/openbmc/linux/arch/arm/probes/kprobes/ |
H A D | checkers-arm.c | 87 [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 D | checkers-thumb.c | 79 [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},
|
/openbmc/linux/lib/ |
H A D | fortify_kunit.c | 146 #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 …]
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | cookie.c | 19 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 D | cookie.h | 41 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);
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-der.c | 211 QCryptoAns1DecoderResultChecker checker[MAX_CHECKER_COUNT]; member 223 QCryptoAns1DecoderResultChecker *checker = in checker_callback() local 226 g_assert(value == checker->exp_value); in checker_callback() 227 g_assert(vlen == checker->exp_vlen); in checker_callback() 242 const QCryptoAns1DecoderResultChecker *checker = in test_ans1() local 243 &test_data->checker[checker_idx++]; in test_ans1() 245 if (!checker->action) { in test_ans1() 249 g_assert(checker->action(&c->data, &c->dlen, checker_callback, in test_ans1() 250 (void *)checker, &error_abort) in test_ans1() 251 == checker->exp_vlen); in test_ans1() [all …]
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-bletchley/board-type-checker/ |
H A D | board-type-checker.bb | 1 SUMMARY = "Bletchley board type checker" 2 DESCRIPTION = "Bletchley board type checker to probe i2c device with correct driver in user-space" 14 SRC_URI = " file://board-type-checker-fpb \ 15 file://board-type-checker-fpb.service \ 19 SYSTEMD_SERVICE:${PN}:append = " board-type-checker-fpb.service" 23 install -m 0755 ${UNPACKDIR}/board-type-checker-fpb ${D}${libexecdir}/
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/spectre-meltdown-checker/ |
H A D | spectre-meltdown-checker_0.46.bb | 1 SUMMARY = "Hardware vulnerability and mitigation checker" 4 Meltdown vulnerability/mitigation checker for Linux & BSD \ 6 HOMEPAGE = "https://github.com/speed47/spectre-meltdown-checker" 7 BUGTRACKER = "https://github.com/speed47/spectre-meltdown-checker/issues" 9 LIC_FILES_CHKSUM = "file://spectre-meltdown-checker.sh;beginline=2;endline=2;md5=3ae5399e70af7be9b9… 11 SRC_URI = "git://github.com/speed47/spectre-meltdown-checker;protocol=https;branch=master"
|
/openbmc/linux/drivers/firmware/psci/ |
H A D | Kconfig | 6 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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/kernel-hardening-checker/ |
H A D | kernel-hardening-checker_0.6.10.bb | 10 HOMEPAGE = "https://github.com/a13xp0p0v/kernel-hardening-checker" 11 BUGTRACKER = "https://github.com/a13xp0p0v/kernel-hardening-checker/issues" 15 SRC_URI = "git://github.com/a13xp0p0v/kernel-hardening-checker;protocol=https;branch=master" 32 # oe-run-native kernel-hardening-checker-native kernel-hardening-checker ...
|
/openbmc/openbmc/poky/meta/recipes-support/aspell/ |
H A D | aspell_0.60.8.1.bb | 1 SUMMARY = "GNU Aspell spell-checker" 3 DESCRIPTION = "Spell checker designed to eventually replace Ispell. \ 4 It can either be used as a library or as an independent spell checker. \ 7 checker out there for the English language."
|
/openbmc/qemu/scripts/qapi/ |
H A D | pylintrc | 5 # Disable the message, report, category or checker with the given id(s). You 10 # you want to run only the similarities checker, you can use "--disable=all 11 # --enable=similarities". If you want to run only the classes checker, but have
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | pylintrc | 3 # Disable the message, report, category or checker with the given id(s). You 8 # you want to run only the similarities checker, you can use "--disable=all 9 # --enable=similarities". If you want to run only the classes checker, but have
|
/openbmc/openbmc/meta-google/recipes-extended/libconfig/files/ |
H A D | 0001-makefile-Add-missing-LDFLAGS.patch | 16 @@ -6,7 +6,7 @@ all: example checker 19 checker: confcheck.o
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 250 def checker(self) -> CheckerMacroName: member in TypeCheckMacro 321 expected_suffix = dict(EXPECTED_CHECKER_SUFFIXES).get(self.checker) 327 if self.checker in ('OBJECT_GET_CLASS', 'OBJECT_CLASS_CHECK'): 329 elif self.checker == 'OBJECT_CHECK': 350 for checker,suffix in EXPECTED_CHECKER_SUFFIXES: 352 if self.checker != checker: 353 … self.warn("macro %s is using macro %s instead of %s", self.name, self.checker, checker)
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | testcase.py | 152 checker = {'tcg': tcg_available, 154 if checker is None: 157 if not checker(qemu_bin=self.qemu_bin):
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-pyflakes_3.2.0.bb | 1 SUMMARY = "passive checker of Python programs"
|
H A D | python3-pycodestyle_2.12.1.bb | 1 SUMMARY = "Python style guide checker (formly called pep8)"
|
H A D | python3-mccabe_0.7.0.bb | 1 DESCRIPTION = "McCabe checker, plugin for flake8"
|
H A D | python3-pep8_1.7.1.bb | 1 DESCRIPTION = "Python style guide checker"
|
/openbmc/openbmc/poky/meta/recipes-graphics/wayland/ |
H A D | wayland_1.23.1.bb | 42 cp -rf ${B}/tests/*-test ${B}/tests/*-checker ${D}${PTEST_PATH}/tests 43 cp -rf ${B}/tests/*-checker ${D}${PTEST_PATH}
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 295 checker = {'tcg': tcg_available, 297 if checker is None: 300 if not checker(qemu_bin=self.qemu_bin):
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/images/ |
H A D | fb-bletchley-phosphor-image.inc | 13 board-type-checker \
|
/openbmc/openbmc/meta-google/recipes-extended/libconfig/ |
H A D | conf2struct-native_git.bb | 27 oe_runmake checker
|
/openbmc/linux/Documentation/features/debug/KASAN/ |
H A D | arch-support.txt | 4 # description: arch supports the KASAN runtime memory checker
|