Searched refs:injection (Results 1 – 25 of 30) sorted by relevance
12
/linux-3.4.99/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" 82 bool "Sysfs HW Error injection facilities"
|
/linux-3.4.99/Documentation/fault-injection/ |
D | fault-injection.txt | 1 Fault injection capabilities infrastructure 7 Available fault injection capabilities 29 Configure fault-injection capabilities behavior 35 configuration of fault-injection capabilities. 39 likelihood of failure injection, in percent. 62 on each call to should_fail(,size). Failure injection is 71 to debug the problems revealed by fault injection. 126 How to add new fault injection capability 142 If you need to enable the fault injection capability from boot time, you can 156 If the scope of the fault injection capability is limited to a
|
/linux-3.4.99/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 61 the target of the error injection. Whether this actually works depends 72 the target of the injection. For processor related errors (type 0x1, 100 # echo 0x12345000 > param1 # Set memory address for injection
|
/linux-3.4.99/Documentation/ja_JP/ |
D | SubmitChecklist | 98 挙動について、fault-injectionを利用して確認してください。 99 Documentation/fault-injection/ を参照してください。 102 fault-injectionを追加したほうが良いかもしれません。
|
/linux-3.4.99/Documentation/networking/ |
D | mac80211-injection.txt | 1 How to use packet injection with mac80211 17 radiotap headers and used to control injection: 31 The injection code can also skip all other currently defined radiotap fields
|
D | 00-INDEX | 129 mac80211-injection.txt 130 - HOWTO use packet injection with mac80211
|
D | pktgen.txt | 152 pgset stop aborts injection. Also, ^C aborts generator.
|
/linux-3.4.99/Documentation/filesystems/nfs/ |
D | fault_injection.txt | 4 Fault injection is a method for forcing errors that may not normally occur, or 16 On the client, mount the fault injection server through NFS v4.0+ and do some 64 This script has been created to ease the fault injection process. This script
|
D | 00-INDEX | 6 - information for using fault injection on the server
|
/linux-3.4.99/drivers/acpi/apei/ |
D | Kconfig | 10 error injection. 46 EINJ provides a hardware error injection mechanism, it is
|
/linux-3.4.99/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 | 135 fault-injection/ 136 - dir with docs about the fault injection capabilities infrastructure.
|
/linux-3.4.99/drivers/pci/pcie/aer/ |
D | Kconfig.debug | 15 error injection can fake almost all kinds of errors with the
|
/linux-3.4.99/lib/ |
D | Kconfig.debug | 1052 Documentation/fault-injection/provoke-crashes.txt 1055 tristate "CPU notifier error injection module" 1067 bool "Fault-injection framework" 1070 Provide fault-injection framework. 1071 For more details, see Documentation/fault-injection/. 1074 bool "Fault-injection capability for kmalloc" 1078 Provide fault-injection capability for kmalloc. 1081 bool "Fault-injection capabilitiy for alloc_pages()" 1084 Provide fault-injection capability for alloc_pages(). 1087 bool "Fault-injection capability for disk IO" [all …]
|
/linux-3.4.99/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-3.4.99/drivers/block/drbd/ |
D | Kconfig | 42 bool "DRBD fault injection"
|
/linux-3.4.99/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-3.4.99/fs/nfsd/ |
D | Kconfig | 85 bool "NFS server manual fault injection"
|
/linux-3.4.99/Documentation/security/ |
D | Yama.txt | 24 (http://www.storm.net.nz/projects/7) and arbitrary code injection
|
/linux-3.4.99/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.txt for more information on
|
/linux-3.4.99/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-3.4.99/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-3.4.99/Documentation/virtual/kvm/ |
D | msr.txt | 164 injection to indicate type of asynchronous page fault. Value
|
12