Searched refs:injection (Results 1 – 25 of 26) sorted by relevance
12
/linux-2.6.39/drivers/edac/ |
D | amd64_edac_inj.c | 6 return sprintf(buf, "0x%x\n", pvt->injection.section); in amd64_inject_section_show() 30 pvt->injection.section = (u32) value; in amd64_inject_section_store() 39 return sprintf(buf, "0x%x\n", pvt->injection.word); in amd64_inject_word_show() 63 pvt->injection.word = (u32) value; in amd64_inject_word_store() 72 return sprintf(buf, "0x%x\n", pvt->injection.bit_map); in amd64_inject_ecc_vector_show() 96 pvt->injection.bit_map = (u32) value; in amd64_inject_ecc_vector_store() 119 SET_NB_ARRAY_ADDRESS(pvt->injection.section); in amd64_inject_read_store() 122 word_bits = SET_NB_DRAM_INJECTION_READ(pvt->injection.word, in amd64_inject_read_store() 123 pvt->injection.bit_map); in amd64_inject_read_store() 152 SET_NB_ARRAY_ADDRESS(pvt->injection.section); in amd64_inject_write_store() [all …]
|
D | amd64_edac.h | 374 struct error_injection injection; member
|
D | Kconfig | 55 tristate "Simple MCE injection interface over /sysfs" 85 bool "Sysfs HW Error injection facilities"
|
/linux-2.6.39/Documentation/fault-injection/ |
D | fault-injection.txt | 1 Fault injection capabilities infrastructure 7 Available fault injection capabilities 24 Configure fault-injection capabilities behavior 30 configuration of fault-injection capabilities. 34 likelihood of failure injection, in percent. 57 on each call to should_fail(,size). Failure injection is 66 to debug the problems revealed by fault injection. 120 How to add new fault injection capability 136 If you need to enable the fault injection capability from boot time, you can 151 If the scope of the fault injection capability is limited to a
|
/linux-2.6.39/Documentation/ja_JP/ |
D | SubmitChecklist | 98 挙動について、fault-injectionを利用して確認してください。 99 Documentation/fault-injection/ を参照してください。 102 fault-injectionを追加したほうが良いかもしれません。
|
/linux-2.6.39/Documentation/networking/ |
D | mac80211-injection.txt | 1 How to use packet injection with mac80211 17 radiotap headers and used to control injection: 27 The injection code can also skip all other currently defined radiotap fields
|
D | pktgen.txt | 152 pgset stop aborts injection. Also, ^C aborts generator.
|
/linux-2.6.39/Documentation/acpi/apei/ |
D | einj.txt | 4 EINJ provides a hardware error injection mechanism 18 Reading this file returns the error injection capability of the 45 injection. Before this, please specify all necessary error
|
/linux-2.6.39/drivers/acpi/apei/ |
D | Kconfig | 9 error injection. 36 EINJ provides a hardware error injection mechanism, it is
|
/linux-2.6.39/Documentation/ |
D | SubmitChecklist | 81 21: Has been checked with injection of at least slab and page-allocation 82 failures. See Documentation/fault-injection/. 85 injection might be appropriate.
|
D | 00-INDEX | 133 fault-injection/ 134 - dir with docs about the fault injection capabilities infrastructure.
|
D | edac.txt | 667 injection registers 764 functionality via some error injection nodes: 770 Controls the error injection mask register. It is possible to specify
|
D | kernel-parameters.txt | 756 General fault injection mechanism. 758 See also /Documentation/fault-injection/.
|
/linux-2.6.39/drivers/pci/pcie/aer/ |
D | Kconfig.debug | 15 error injection can fake almost all kinds of errors with the
|
/linux-2.6.39/Documentation/vm/ |
D | hwpoison.txt | 116 Note these injection interfaces are not stable and might change between 124 This should be only used for testing with artificial injection. 128 Limit injection to pages owned by memgroup. Specified by inode number
|
/linux-2.6.39/lib/ |
D | Kconfig.debug | 1009 Documentation/fault-injection/provoke-crashes.txt 1012 tristate "CPU notifier error injection module" 1024 bool "Fault-injection framework" 1027 Provide fault-injection framework. 1028 For more details, see Documentation/fault-injection/. 1031 bool "Fault-injection capability for kmalloc" 1035 Provide fault-injection capability for kmalloc. 1038 bool "Fault-injection capabilitiy for alloc_pages()" 1041 Provide fault-injection capability for alloc_pages(). 1044 bool "Fault-injection capability for disk IO" [all …]
|
/linux-2.6.39/Documentation/zh_CN/ |
D | SubmitChecklist | 90 21���Ѿ�ͨ����������slab��page-allocationʧ�ܼ�顣�鿴Documentation/fault-injection/��
|
/linux-2.6.39/drivers/block/drbd/ |
D | Kconfig | 42 bool "DRBD fault injection"
|
/linux-2.6.39/Documentation/PCI/ |
D | pcieaer-howto.txt | 251 4. Software error injection 255 injection can be used to fake various kinds of PCIe errors. 257 First you should enable PCIe AER software error injection in kernel
|
/linux-2.6.39/Documentation/development-process/ |
D | 4.Coding | 275 The kernel provides a fault injection framework which can do exactly that, 276 especially where memory allocations are involved. With fault injection 279 Running with fault injection enabled allows the programmer to see how the 281 Documentation/fault-injection/fault-injection.text for more information on
|
/linux-2.6.39/arch/ia64/ |
D | Kconfig | 535 tristate "MC error injection support" 537 Adds support for MC error injection. If enabled, the kernel 539 call MC error injection PAL procedures to inject various errors.
|
/linux-2.6.39/Documentation/ia64/ |
D | err_inject.txt | 12 and query error injection capabilities. The driver code is in 15 (sysfs interface) to inject errors or query error injection capabilities. 18 It's especially useful for people who can not access hardware MC injection
|
/linux-2.6.39/Documentation/kvm/ |
D | msr.txt | 164 injection to indicate type of asynchronous page fault. Value
|
D | timekeeping.txt | 466 at any time. This causes problems as the passage of real time, the injection
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.lpfc | 1278 * Fixed crash on driver rmmod after error injection tests and
|
12