Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/include/linux/dsa/
A Docelot.h221 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_bypass()
226 packing(injection, &rew_op, 125, 117, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_rew_op()
229 static inline void ocelot_ifh_set_dest(void *injection, u64 dest) in ocelot_ifh_set_dest() argument
231 packing(injection, &dest, 67, 56, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_dest()
236 packing(injection, &qos_class, 19, 17, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_qos_class()
239 static inline void seville_ifh_set_dest(void *injection, u64 dest) in seville_ifh_set_dest() argument
241 packing(injection, &dest, 67, 57, OCELOT_TAG_LEN, PACK, 0); in seville_ifh_set_dest()
244 static inline void ocelot_ifh_set_src(void *injection, u64 src) in ocelot_ifh_set_src() argument
246 packing(injection, &src, 46, 43, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_src()
251 packing(injection, &tag_type, 16, 16, OCELOT_TAG_LEN, PACK, 0); in ocelot_ifh_set_tag_type()
[all …]
/linux-6.3-rc2/net/dsa/
A Dtag_ocelot.c51 void *injection; in ocelot_xmit_common() local
61 injection = skb_push(skb, OCELOT_TAG_LEN); in ocelot_xmit_common()
65 memset(injection, 0, OCELOT_TAG_LEN); in ocelot_xmit_common()
66 ocelot_ifh_set_bypass(injection, 1); in ocelot_xmit_common()
67 ocelot_ifh_set_src(injection, ds->num_ports); in ocelot_xmit_common()
69 ocelot_ifh_set_vlan_tci(injection, vlan_tci); in ocelot_xmit_common()
70 ocelot_ifh_set_tag_type(injection, tag_type); in ocelot_xmit_common()
74 ocelot_ifh_set_rew_op(injection, rew_op); in ocelot_xmit_common()
76 *ifh = injection; in ocelot_xmit_common()
83 void *injection; in ocelot_xmit() local
[all …]
/linux-6.3-rc2/Documentation/fault-injection/
A Dnotifier-error-inject.rst1 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.
A Dindex.rst4 fault-injection
10 fault-injection
12 nvme-fault-injection
A Dfault-injection.rst2 Fault injection capabilities infrastructure
8 Available fault injection capabilities
48 - NVMe fault injection
56 Configure fault-injection capabilities behavior
63 configuration of fault-injection capabilities.
67 likelihood of failure injection, in percent.
161 injection on the RPC client.
168 injection on the RPC server.
175 injection on the RPC server.
184 injection list is cleared.
[all …]
/linux-6.3-rc2/Documentation/sound/designs/
A Djack-injection.rst8 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
39 jack injection interface will be created as below:
125 read-write, enable or disable injection
127 - injection disabled:
134 - injection enabled:
141 - to enable jack injection:
147 - to disable jack injection:
A Dindex.rst17 jack-injection
/linux-6.3-rc2/Documentation/firmware-guide/acpi/apei/
A Deinj.rst7 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.
163 An error injection example::
170 # echo 0x12345000 > param1 # Set memory address for injection
184 Special notes for injection into SGX enclaves:
186 There may be a separate BIOS setup option to enable SGX injection.
[all …]
/linux-6.3-rc2/Documentation/ABI/testing/
A Ddebugfs-cec-error-inj6 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:
A Ddebugfs-scmi-raw5 Description: SCMI Raw synchronous message injection/snooping facility; write
20 Description: SCMI Raw asynchronous message injection/snooping facility; write
72 Description: SCMI Raw synchronous message injection/snooping facility; write
96 Description: SCMI Raw asynchronous message injection/snooping facility; write
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dcpu-idle-cooling.rst38 injection period, we can mitigate the temperature by modulating the
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::
190 rigorously compute the idle injection
/linux-6.3-rc2/Documentation/admin-guide/thermal/
A Dintel_powerclamp.rst46 idle injection across all online CPU threads was introduced. The goal
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
236 The maximum range that idle injection is allowed is capped at 50
241 case, little can be done from the idle injection threads. In most
248 with the changes. During this time, idle injection is out of sync,
251 ratio is updated much less frequently than the idle injection
279 cur_state will stop idle injection. Writing a value between 1 and
[all …]
/linux-6.3-rc2/Documentation/userspace-api/media/cec/
A Dcec-pin-error-inj.rst16 over the bus it is easy to support error injection. This is ideal to
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
102 injection and ``toggle`` to toggle the error injection on or off for every
121 All four error injection commands will be active simultaneously.
[all …]
/linux-6.3-rc2/Documentation/translations/ja_JP/
A DSubmitChecklist92 挙動について、fault-injectionを利用して確認してください。
93 Documentation/fault-injection/ を参照してください。
96 fault-injectionを追加したほうが良いかもしれません。
/linux-6.3-rc2/Documentation/security/secrets/
A Dcoco.rst7 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).
/linux-6.3-rc2/drivers/media/cec/
A DKconfig21 bool "Enable CEC error injection support"
24 This option enables CEC error injection using debugfs.
/linux-6.3-rc2/tools/testing/fault-injection/
A Dfailcmd.sh26 likelihood of failure injection, in percent.
45 See Documentation/fault-injection/fault-injection.rst for more
/linux-6.3-rc2/Documentation/translations/zh_CN/process/
A D4.Coding.rst211 Documentation/fault-injection/fault-injection.rst。
/linux-6.3-rc2/Documentation/translations/zh_TW/process/
A D4.Coding.rst214 Documentation/fault-injection/fault-injection.rst。
/linux-6.3-rc2/Documentation/networking/
A Dmac80211-injection.rst4 How to use packet injection with mac80211
20 radiotap headers and used to control injection:
70 The injection code can also skip all other currently defined radiotap fields
/linux-6.3-rc2/Documentation/virt/kvm/s390/
A Ds390-pv.rst32 Interrupt injection
34 Interrupt injection is safeguarded by the Ultravisor. As KVM doesn't
35 have access to the VCPUs' lowcores, injection is handled via the
39 injected on SIE entry via a bit in the interrupt injection control
41 at the time of injection, a validity interception is recognized. The
/linux-6.3-rc2/fs/cachefiles/
A DKconfig24 bool "Provide error injection for cachefiles"
27 This permits error injection to be enabled in cachefiles whilst a
/linux-6.3-rc2/drivers/platform/surface/aggregator/
A DKconfig62 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
/linux-6.3-rc2/Documentation/gpu/amdgpu/
A Dras.rst6 debugfs (for error injection).
40 Sample code for testing error injection can be found here:
/linux-6.3-rc2/drivers/acpi/apei/
A DKconfig18 error injection.
59 EINJ provides a hardware error injection mechanism, it is

Completed in 40 milliseconds

1234