Home
last modified time | relevance | path

Searched refs:injection (Results 1 – 25 of 30) sorted by relevance

12

/linux-3.4.99/drivers/edac/
Damd64_edac_inj.c6 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 …]
Damd64_edac.h374 struct error_injection injection; member
DKconfig55 tristate "Simple MCE injection interface over /sysfs"
82 bool "Sysfs HW Error injection facilities"
/linux-3.4.99/Documentation/fault-injection/
Dfault-injection.txt1 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/
Deinj.txt4 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/
DSubmitChecklist98 挙動について、fault-injectionを利用して確認してください。
99 Documentation/fault-injection/ を参照してください。
102 fault-injectionを追加したほうが良いかもしれません。
/linux-3.4.99/Documentation/networking/
Dmac80211-injection.txt1 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
D00-INDEX129 mac80211-injection.txt
130 - HOWTO use packet injection with mac80211
Dpktgen.txt152 pgset stop aborts injection. Also, ^C aborts generator.
/linux-3.4.99/Documentation/filesystems/nfs/
Dfault_injection.txt4 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
D00-INDEX6 - information for using fault injection on the server
/linux-3.4.99/drivers/acpi/apei/
DKconfig10 error injection.
46 EINJ provides a hardware error injection mechanism, it is
/linux-3.4.99/Documentation/
DSubmitChecklist81 21: Has been checked with injection of at least slab and page-allocation
82 failures. See Documentation/fault-injection/.
85 injection might be appropriate.
D00-INDEX135 fault-injection/
136 - dir with docs about the fault injection capabilities infrastructure.
/linux-3.4.99/drivers/pci/pcie/aer/
DKconfig.debug15 error injection can fake almost all kinds of errors with the
/linux-3.4.99/lib/
DKconfig.debug1052 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/
Dhwpoison.txt116 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/
DKconfig42 bool "DRBD fault injection"
/linux-3.4.99/Documentation/PCI/
Dpcieaer-howto.txt251 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/
DKconfig85 bool "NFS server manual fault injection"
/linux-3.4.99/Documentation/security/
DYama.txt24 (http://www.storm.net.nz/projects/7) and arbitrary code injection
/linux-3.4.99/Documentation/development-process/
D4.Coding275 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/
DKconfig535 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/
Derr_inject.txt12 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/
Dmsr.txt164 injection to indicate type of asynchronous page fault. Value

12