Searched refs:injection (Results 1 – 21 of 21) sorted by relevance
21 bool "Enable CEC error injection support"24 This option enables CEC error injection using debugfs.
62 Provides error-injection capabilities for the Surface System65 Specifically, exports error injection hooks to be used with the66 kernel's function error injection capabilities to simulate underlying
18 error injection.60 EINJ provides a hardware error injection mechanism, it is
11 bool "Support fault injection for Null test block driver"
8 ufshcd-core-$(CONFIG_SCSI_UFS_FAULT_INJECTION) += ufs-fault-injection.o
42 Enable fault injection support in the UFS driver. This makes it easier
24 i915_module_load@reload-with-fault-injection
53 bool "Idle injection framework"57 This enables support for the idle injection framework. It
10 confidential computing secret injection (for example for AMD SEV
38 tristate "PCI Express error injection support"47 error injection can fake almost all kinds of errors with the
3 tristate "Intel PowerClamp idle injection driver"10 Enable this to enable Intel PowerClamp idle injection driver. This
19 Error injection is supported to test rare errors that are hard
108 bool "Fault injection capability of UBI device"112 This option enables fault-injection support for UBI devices for
605 return sprintf(buf, "0x%x\n", pvt->injection.section); in inject_section_show()632 pvt->injection.section = (u32) value; in inject_section_store()641 return sprintf(buf, "0x%x\n", pvt->injection.word); in inject_word_show()668 pvt->injection.word = (u32) value; in inject_word_store()678 return sprintf(buf, "0x%x\n", pvt->injection.bit_map); in inject_ecc_vector_show()704 pvt->injection.bit_map = (u32) value; in inject_ecc_vector_store()727 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in inject_read_store()731 word_bits = SET_NB_DRAM_INJECTION_READ(pvt->injection); in inject_read_store()760 section = F10_NB_ARRAY_DRAM | SET_NB_ARRAY_ADDR(pvt->injection.section); in inject_write_store()764 word_bits = SET_NB_DRAM_INJECTION_WRITE(pvt->injection); in inject_write_store()
372 struct error_injection injection; member
115 When EDAC_DEBUG is enabled, hardware error injection facilities
43 bool "DRBD fault injection"
40 If enabled allows the direct injection and snooping of SCMI bare
203 idle injection. This will throttle the CPU by injecting
537 extended by adding new code to the firmware (code injection).
570 fault injection.
Completed in 40 milliseconds