Searched full:injection (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/samples/subsys/edac/ |
D | README.rst | 60 Injection help can be received with: 70 trigger :Trigger injection 71 error_type :Get / Set injection error type 74 test_default :Test default injection parameters 76 Testing Error Injection 79 Set Error Injection parameters with: 84 Set injection address base to: 0x1000 87 Set injection address mask to 7fffffffc0 90 Set injection error type: correctable 92 Trigger injection with: [all …]
|
/Zephyr-latest/tests/subsys/edac/ibecc/ |
D | README.rst | 6 Tests verify API and use error injection method to inject errors. 20 For injection test Error Injection should be enabled. 22 Error Injection 26 Injection capability. This helps to test the error checking, logging and 29 In order to use Error Injection user need to use BIOS Boot Guard 0 profile. 31 Additionally Error Injection need to be enabled in the following BIOS menu:: 37 Due to high security risk Error Injection capability should not be 40 includes Error Injection.
|
D | testcase.yaml | 12 edac.ibecc.injection: 15 edac.ibecc.injection.user:
|
/Zephyr-latest/include/zephyr/drivers/ |
D | edac.h | 51 /* Error Injection API is disabled by default */ 87 * @brief Set injection parameter param1 89 * Set first error injection parameter value. 92 * @param value First injection parameter 111 * @brief Get injection parameter param1 113 * Get first error injection parameter value. 116 * @param value Pointer to the first injection parameter 136 * @brief Set injection parameter param2 138 * Set second error injection parameter value. 141 * @param value Second injection parameter [all …]
|
/Zephyr-latest/drivers/edac/ |
D | shell.c | 15 * EDAC Error Injection interface 20 * edac inject trigger Trigger injection 22 * edac inject test_default Set default injection parameters 155 "Injection address base: 0x%llx\n", addr); in cmd_inject_addr() 160 "Set injection address base to: %s\n", argv[1]); in cmd_inject_addr() 201 "Injection address mask: 0x%llx\n", mask); in cmd_inject_mask() 206 "Set injection address mask to %llx\n", value); in cmd_inject_mask() 229 shell_fprintf(sh, SHELL_NORMAL, "Triggering injection\n"); in cmd_inject_trigger() 283 shell_fprintf(sh, SHELL_NORMAL, "Injection error type: %s\n", in cmd_inject_error_type_show() 299 shell_fprintf(sh, SHELL_NORMAL, "Set injection error type: %s\n", in set_error_type() [all …]
|
D | Kconfig | 14 bool "EDAC Error Injection mechanism" 16 Enable Error injection capability for test error checking
|
D | edac_ibecc.c | 184 /* This would clear error injection */ in inject_error_trigger() 262 /* Error Injection functions */
|
D | ibecc.h | 106 /* ECC Injection Registers */
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 22 There is a debug feature IBECC Error Injection which helps to debug and verify 44 Due to high security risk Error Injection capability should not be enabled for 45 production. Error Injection is only enabled for tests.
|
/Zephyr-latest/tests/subsys/edac/ibecc/src/ |
D | ibecc.c | 123 /* Verify basic Injection API operations */ in ZTEST() 315 LOG_DBG("Test IBECC injection correctable error"); in ZTEST() 325 LOG_DBG("Test IBECC injection uncorrectable error"); in ZTEST()
|
D | dummy.c | 60 /* Injection API */ in ZTEST()
|
/Zephyr-latest/drivers/ieee802154/ |
D | Kconfig | 87 reception handling and CSL IE injection.
|
D | Kconfig.nrf5 | 102 with CST IE injection as an extension to ieee802154_nrf5 driver.
|
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/ |
D | index.rst | 15 - Protection against physical fault injection attacks
|
/Zephyr-latest/boards/ |
D | Kconfig | 118 This allows the injection of `-gdb` parameter from other sources such
|
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/ |
D | index.rst | 15 - Protection against physical fault injection attacks
|
/Zephyr-latest/doc/security/ |
D | secure-coding.rst | 205 injection, OS injection, classic buffer overflow, cross-site
|
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/ |
D | main.c | 364 PRINT("RTC ticks before overflow injection: %u\r\n", in ZTEST() 369 PRINT("RTC ticks after overflow injection: %u\r\n", in ZTEST()
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_pkt.h | 83 * e.g. Frame Counter injection.
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_core.h | 102 * @brief Macro for optional injection of function name as first argument of 126 * @brief Handle optional injection of function name as the first argument.
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_api.h | 218 * @brief Set Wi-Fi channel for monitor or TX injection mode
|
/Zephyr-latest/lib/os/ |
D | spsc_pbuf.c | 287 * padding injection procedure which has 2 steps (adding padding, in spsc_pbuf_claim()
|
/Zephyr-latest/boards/espressif/esp32s2_saola/doc/ |
D | index.rst | 23 - Protection against physical fault injection attacks
|
/Zephyr-latest/tests/drivers/uart/uart_errors/src/ |
D | main.c | 163 /* Callback is handling injection of one corrupted byte. In order to corrupt that byte
|
/Zephyr-latest/boards/espressif/esp32s2_devkitc/doc/ |
D | index.rst | 23 - Protection against physical fault injection attacks
|
12