/openbmc/linux/drivers/powercap/ |
H A D | idle_inject.c | 7 * The idle injection framework provides a way to force CPUs to enter idle 13 * All of the kthreads used for idle injection are created at init time. 15 * Next, the users of the idle injection framework provide a cpumask via 20 * idle injection to be started. 22 * The idle injection kthreads will call play_idle_precise() with the idle 26 * injection cycle. 28 * The timer interrupt handler will wake up the idle injection kthreads for 31 * Idle injection is stopped synchronously and no leftover idle injection 35 * synchronization to prevent race conditions like starting idle injection 61 * struct idle_inject_device - idle injection data [all …]
|
/openbmc/linux/net/dsa/ |
H A D | tag_ocelot.c | 17 void *injection; in ocelot_xmit_common() local 28 injection = skb_push(skb, OCELOT_TAG_LEN); in ocelot_xmit_common() 32 memset(injection, 0, OCELOT_TAG_LEN); in ocelot_xmit_common() 33 ocelot_ifh_set_bypass(injection, 1); in ocelot_xmit_common() 34 ocelot_ifh_set_src(injection, ds->num_ports); in ocelot_xmit_common() 35 ocelot_ifh_set_qos_class(injection, qos_class); in ocelot_xmit_common() 36 ocelot_ifh_set_vlan_tci(injection, vlan_tci); in ocelot_xmit_common() 37 ocelot_ifh_set_tag_type(injection, tag_type); in ocelot_xmit_common() 41 ocelot_ifh_set_rew_op(injection, rew_op); in ocelot_xmit_common() 43 *ifh = injection; in ocelot_xmit_common() [all …]
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | jack-injection.rst | 2 ALSA Jack Software Injection 5 Simple Introduction On Jack Injection 8 Here jack injection means users could inject plugin or plugout events 23 for this jack. The jack injection is implemented based on the 26 To inject events to audio jacks, we need to enable the jack injection 31 injection via ``sw_inject_enable`` too, once it is disabled, the jack 35 The Layout of Jack Injection Interface 39 jack injection interface will be created as below: 125 read-write, enable or disable injection 127 - injection disabled: [all …]
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A D | run_param_test.sh | 57 echo "Loop injection: 10000 loops" 106 echo "Yield injection (25%)" 109 echo "Yield injection (50%)" 112 echo "Yield injection (100%)" 115 echo "Kill injection (25%)" 118 echo "Kill injection (50%)" 121 echo "Kill injection (100%)" 124 echo "Sleep injection (1ms, 25%)" 127 echo "Sleep injection (1ms, 50%)" 130 echo "Sleep injection (1ms, 100%)"
|
/openbmc/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | einj.rst | 4 APEI Error INJection 7 EINJ provides a hardware error injection mechanism. It is very useful 16 mechanism through which the injection is done. 23 has an option to enable error injection. Look for something called WHEA 70 Write any integer to this file to trigger the error injection. Make 78 injection. Value is a bitmask as specified in ACPI5.0 spec for the 89 injection specifies just one bit set, and param1 is multiplexed. 113 The error injection mechanism is a two-step process. First inject the 117 location, or device that is the target of the error injection. Whether 129 the target of the injection. For processor-related errors (type 0x1, 0x2 [all …]
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | notifier-error-inject.rst | 1 Notifier error injection 4 Notifier error injection provides the ability to inject artificial errors to 14 PM notifier error injection module 33 Memory hotplug notifier error injection module 51 powerpc pSeries reconfig notifier error injection module 64 Netdevice notifier error injection module 91 There are tools/testing/selftests using the notifier error injection features 98 injection tests if notifier error injection module is available.
|
H A D | fault-injection.rst | 2 Fault injection capabilities infrastructure 8 Available fault injection capabilities 48 - NVMe fault injection 55 - Null test block driver fault injection 64 Configure fault-injection capabilities behavior 71 configuration of fault-injection capabilities. 75 likelihood of failure injection, in percent. 99 on each call to should_fail(,size). Failure injection is 109 to debug the problems revealed by fault injection. 169 injection on the RPC client. [all …]
|
H A D | index.rst | 4 fault-injection 10 fault-injection 12 nvme-fault-injection
|
/openbmc/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 15 - Idle Injection 46 idle injection across all online CPU threads was introduced. The goal 57 Idle Injection 78 Injection is controlled by high priority kernel threads, spawned for 94 kidle_inject/cpu. During idle injection, it runs monitor/mwait idle 129 instantly as given input (target idle ratio). After injection, 131 the next injection accordingly to avoid over/under correction. 152 a) determine the effective range of idle injection ratio 215 we have a simple algorithm to double the injection ratio. A possible 236 The maximum range that idle injection is allowed is capped at 50 [all …]
|
/openbmc/linux/include/linux/dsa/ |
H A D | ocelot.h | 41 /* The CPU injection header and the CPU extraction header can have 3 types of 70 * Injection with long prefix: 73 * | any dmac | any smac | 8880 | 000a | injection | frame | 78 * Injection with short prefix: 81 * | 8880 | 000a | injection | frame | 86 * Injection with no prefix: 89 * | injection | frame | 94 * The injection header looks like this (network byte order, bit 127 222 static inline void ocelot_ifh_set_bypass(void *injection, u64 bypass) in ocelot_ifh_set_bypass() argument 224 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_bypass() [all …]
|
/openbmc/linux/drivers/thermal/ |
H A D | cpuidle_cooling.c | 35 * The running duration is computed from the idle injection duration 36 * which is fixed. If we reach 100% of idle injection ratio, that 38 * injection, that means we have equal duration for idle and for 50 * with 10ms of idle injection and 10ms of running duration. 68 * The function always returns 100 as the injection ratio. It is 83 * injection ratio means no idle injection at all and 50% in cpuidle_cooling_get_max_state() 84 * means for 10ms of idle injection, we have 10ms of running in cpuidle_cooling_get_max_state() 118 * in turn wakes up all the idle injection tasks belonging to the idle 164 * structure, the idle injection, initialize them and register the 217 pr_debug("%s: Idle injection set with idle duration=%u, latency=%u\n", in __cpuidle_cooling_register()
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-pin-error-inj.rst | 5 CEC Pin Framework Error Injection 16 over the bus it is easy to support error injection. This is ideal to 23 If ``CONFIG_CEC_PIN_ERROR_INJ`` is enabled, then error injection is available 29 The error injection commands are not a stable ABI and may change in the 33 error injection status:: 44 # RX error injection: 51 # TX error injection settings: 57 # TX error injection: 80 You can write error injection commands to ``error-inj`` using 92 The error injection commands fall in two main groups: those relating to [all …]
|
/openbmc/linux/drivers/ufs/core/ |
H A D | ufs-fault-injection.c | 7 #include "ufs-fault-injection.h" 20 * For more details about fault injection, please refer to 21 * Documentation/fault-injection/fault-injection.rst. 26 "Fault injection. trigger_eh=<interval>,<probability>,<space>,<times>"); 32 "Fault injection. timeout=<interval>,<probability>,<space>,<times>");
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | cpu-idle-cooling.rst | 38 injection period, we can mitigate the temperature by modulating the 57 Idle Injection: 60 The base concept of the idle injection is to force the CPU to go to an 66 to almost zero. However, these idle cycles injection will add extra 69 We use a fixed duration of idle injection that gives an acceptable 71 or decreased by modulating the duty cycle of the idle injection. 130 The idle injection duration value must comply with the constraints: 159 tree. So with the idle injection mechanism, we want an average power 172 the idle injection we need. Alternatively if we have the idle 173 injection duration, we can compute the running duration with:: [all …]
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | test_host_ras.robot | 27 # Memory channel (MCACALIFIR) related error injection. 58 # Memory buffer (MCIFIR) related error injection. 79 # CAPP accelerator (CXAFIR) related error injection. 111 # OBUSFIR related error injection. 123 # Nvidia graphics processing units (NPU0FIR) related error injection. 135 # Nest accelerator NXDMAENGFIR related error injection. 158 # L2FIR related error injection. 193 # L3FIR related error injection. 228 # On chip controller (OCCFIR) related error injection. 240 # Core management engine (CMEFIR) related error injection. [all …]
|
H A D | test_bmc_ras.robot | 30 # Memory Controller Async (MCACALIFIR) related error injection. 62 # Memory controller Interface (MCIFIR) related error injection. 85 # CAPP accelerator (CXAFIR) related error injection. 117 # Optical BUS (OBUSFIR) related error injection. 129 # NVIDIA graphics processing units (NPU0FIR) related error injection. 141 # NEST accelerator DMA Engine (NXDMAENGFIR) related error injection. 165 # L2FIR related error injection. 200 # L3FIR related error injection. 235 # On chip controller (OCCFIR) related error injection. 247 # Core management engine (CMEFIR) related error injection. [all …]
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-cec-error-inj | 6 The CEC Framework allows for CEC error injection commands through 8 through which the error injection commands can be given. 18 implemented and that it will remove all current error injection 38 The following CEC error injection implementations exist:
|
/openbmc/u-boot/doc/ |
H A D | README.mpc83xx.ddrecc | 16 should be taken when enabling the injection of multiple-bit errors: it is only 20 inject mask and enable injection, U-Boot is very likely to hang quickly as the 49 Memory Data Path Error Injection Mask High/Low: 00000001 00000000 94 Memory Data Path Error Injection Mask High/Low: 00000001 00000001 126 2. Enable error injection 130 3. Let u-boot run for a with Single-Bit error injection enabled 132 4. Disable error injection
|
/openbmc/linux/tools/perf/pmu-events/arch/arm64/fujitsu/a64fx/ |
H A D | other.json | 153 …"PublicDescription": "This event counts allocation type prefetch injection requests to L1D cache g… 156 …"BriefDescription": "This event counts allocation type prefetch injection requests to L1D cache ge… 159 …"PublicDescription": "This event counts non-allocation type prefetch injection requests to L1D cac… 162 …"BriefDescription": "This event counts non-allocation type prefetch injection requests to L1D cach… 171 …"PublicDescription": "This event counts allocation type prefetch injection requests to L2 cache ge… 174 …"BriefDescription": "This event counts allocation type prefetch injection requests to L2 cache gen… 177 …"PublicDescription": "This event counts non-allocation type prefetch injection requests to L2 cach… 180 …"BriefDescription": "This event counts non-allocation type prefetch injection requests to L2 cache…
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 3 * Machine check injection support. 10 * The AMD part (from mce_amd_inj.c): a simple MCE injection facility 48 SW_INJ = 0, /* SW injection, simply decode the error */ 63 /* Set default injection to SW_INJ */ 100 /* Use the user provided IPID value on a sw injection. */ 522 /* prep MCE global settings for the injection */ in do_inject() 580 * the injection, at the same time. 600 * sw-only injection allows to write arbitrary values into the MCA in inj_bank_set() 627 /* Reset injection struct */ in inj_bank_set() 662 "\t injection.\n" [all …]
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | Kconfig | 58 bool "Surface System Aggregator Module Error Injection Capabilities" 62 Provides error-injection capabilities for the Surface System 65 Specifically, exports error injection hooks to be used with the 66 kernel's function error injection capabilities to simulate underlying
|
/openbmc/linux/tools/testing/selftests/powerpc/scripts/ |
H A D | hmi.sh | 24 # We will get 8 HMI events per injection 31 # massively expand snooze delay, allowing injection on all cores 47 echo "FIR was not zero before injection for chip $chip, core $core. Aborting!" 58 # do injection, adding a marker to dmesg for clarity
|
/openbmc/linux/Documentation/security/secrets/ |
H A D | coco.rst | 7 This document describes how Confidential Computing secret injection is handled 18 secret injection is performed early in the VM launch process, before the 28 The guest firmware may reserve a designated memory area for secret injection, 56 provides the decryption key (= secret) using the secret injection mechanism. 63 it is passed using the secret injection mechanism (= secure channel).
|
/openbmc/linux/drivers/acpi/apei/ |
H A D | Kconfig | 18 error injection. 56 tristate "APEI Error INJection (EINJ)" 59 EINJ provides a hardware error injection mechanism, it is
|
/openbmc/linux/lib/ |
H A D | error-inject.c | 2 // error-inject.c: Function-level error injection table 3 #include <linux/error-injection.h> 13 /* Whitelist of symbols that can be overridden for error injection. */ 134 /* Module notifier call back, checking error injection table on the module */ 163 * error injection.
|