Home
last modified time | relevance | path

Searched full:injection (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/samples/subsys/edac/
DREADME.rst60 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/
DREADME.rst6 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.
Dtestcase.yaml12 edac.ibecc.injection:
15 edac.ibecc.injection.user:
/Zephyr-latest/include/zephyr/drivers/
Dedac.h51 /* 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/
Dshell.c15 * 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 …]
DKconfig14 bool "EDAC Error Injection mechanism"
16 Enable Error injection capability for test error checking
Dedac_ibecc.c184 /* This would clear error injection */ in inject_error_trigger()
262 /* Error Injection functions */
Dibecc.h106 /* ECC Injection Registers */
/Zephyr-latest/doc/hardware/peripherals/edac/
Dibecc.rst22 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/
Dibecc.c123 /* 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()
Ddummy.c60 /* Injection API */ in ZTEST()
/Zephyr-latest/drivers/ieee802154/
DKconfig87 reception handling and CSL IE injection.
DKconfig.nrf5102 with CST IE injection as an extension to ieee802154_nrf5 driver.
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst15 - Protection against physical fault injection attacks
/Zephyr-latest/boards/
DKconfig118 This allows the injection of `-gdb` parameter from other sources such
/Zephyr-latest/boards/franzininho/esp32s2_franzininho/doc/
Dindex.rst15 - Protection against physical fault injection attacks
/Zephyr-latest/doc/security/
Dsecure-coding.rst205 injection, OS injection, classic buffer overflow, cross-site
/Zephyr-latest/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c364 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/
Dieee802154_pkt.h83 * e.g. Frame Counter injection.
/Zephyr-latest/include/zephyr/logging/
Dlog_core.h102 * @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/
Dsupp_api.h218 * @brief Set Wi-Fi channel for monitor or TX injection mode
/Zephyr-latest/lib/os/
Dspsc_pbuf.c287 * padding injection procedure which has 2 steps (adding padding, in spsc_pbuf_claim()
/Zephyr-latest/boards/espressif/esp32s2_saola/doc/
Dindex.rst23 - Protection against physical fault injection attacks
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c163 /* Callback is handling injection of one corrupted byte. In order to corrupt that byte
/Zephyr-latest/boards/espressif/esp32s2_devkitc/doc/
Dindex.rst23 - Protection against physical fault injection attacks

12