Home
last modified time | relevance | path

Searched refs:inj (Results 1 – 17 of 17) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpcie_aer.c537 static bool pcie_aer_inject_cor_error(PCIEAERInject *inj, in pcie_aer_inject_cor_error() argument
541 PCIDevice *dev = inj->dev; in pcie_aer_inject_cor_error()
543 inj->devsta |= PCI_EXP_DEVSTA_CED; in pcie_aer_inject_cor_error()
544 if (inj->unsupported_request) { in pcie_aer_inject_cor_error()
545 inj->devsta |= PCI_EXP_DEVSTA_URD; in pcie_aer_inject_cor_error()
547 pci_set_word(dev->config + dev->exp.exp_cap + PCI_EXP_DEVSTA, inj->devsta); in pcie_aer_inject_cor_error()
549 if (inj->aer_cap) { in pcie_aer_inject_cor_error()
551 pci_long_test_and_set_mask(inj->aer_cap + PCI_ERR_COR_STATUS, in pcie_aer_inject_cor_error()
552 inj->error_status); in pcie_aer_inject_cor_error()
553 mask = pci_get_long(inj->aer_cap + PCI_ERR_COR_MASK); in pcie_aer_inject_cor_error()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cec-error-inj1 What: /sys/kernel/debug/cec/*/error-inj
7 debugfs. Drivers that support this will create an error-inj file
21 This ensures that you can always do 'echo clear >error-inj' to clear any
25 Note that the output of 'error-inj' shall be valid as input to 'error-inj'.
28 $ cat error-inj >einj.txt
29 $ cat einj.txt >error-inj
40 - Documentation/userspace-api/media/cec/cec-pin-error-inj.rst
/openbmc/linux/drivers/edac/
H A Damd64_edac.h230 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument
231 (BIT(((inj.word) & 0xF) + 20) | \
232 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
233 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument
234 (BIT(((inj.word) & 0xF) + 20) | \
235 BIT(16) | inj.bit_map)
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c588 struct kvm_xen_hvm_attr inj = { in main() local
597 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
600 inj.u.evtchn.flags = KVM_XEN_EVTCHN_UPDATE; in main()
601 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
602 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
604 inj.u.evtchn.send_port = 197; in main()
605 inj.u.evtchn.deliver.eventfd.port = 0; in main()
606 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
607 inj.u.evtchn.flags = 0; in main()
608 vm_ioctl(vm, KVM_XEN_HVM_SET_ATTR, &inj); in main()
/openbmc/linux/drivers/media/cec/core/
H A DMakefile13 cec-objs += cec-pin-error-inj.o
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-api.rst25 cec-pin-error-inj
H A Dcec-pin-error-inj.rst25 now an ``error-inj`` file.
32 With ``cat error-inj`` you can see both the possible commands and the current
35 $ cat /sys/kernel/debug/cec/cec0/error-inj
80 You can write error injection commands to ``error-inj`` using
81 ``echo 'cmd' >error-inj`` or ``cat cmd.txt >error-inj``. The ``cat error-inj``
83 and use it as an input to ``error-inj`` later.
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_java_symbol.sh14 PERF_INJ_DATA=$(mktemp /tmp/__perf_test.perf.data.inj.XXXXX)
/openbmc/linux/Documentation/driver-api/media/
H A Dcec-core.rst342 If both callbacks are set, then an ``error-inj`` file will appear in debugfs.
353 This ensures that you can always do ``echo clear >error-inj`` to clear any error
356 Note that the output of ``error-inj`` shall be valid as input to ``error-inj``.
361 $ cat error-inj >einj.txt
362 $ cat einj.txt >error-inj
372 The second callback will parse commands written to the ``error-inj`` file::
/openbmc/linux/tools/testing/nvdimm/test/
H A Dnfit.c776 struct nd_intel_smart_inject *inj, in nfit_test_cmd_smart_inject() argument
782 if (buf_len != sizeof(*inj)) in nfit_test_cmd_smart_inject()
785 if (inj->flags & ND_INTEL_SMART_INJECT_MTEMP) { in nfit_test_cmd_smart_inject()
786 if (inj->mtemp_enable) in nfit_test_cmd_smart_inject()
787 smart->media_temperature = inj->media_temperature; in nfit_test_cmd_smart_inject()
791 if (inj->flags & ND_INTEL_SMART_INJECT_SPARE) { in nfit_test_cmd_smart_inject()
792 if (inj->spare_enable) in nfit_test_cmd_smart_inject()
793 smart->spares = inj->spares; in nfit_test_cmd_smart_inject()
797 if (inj->flags & ND_INTEL_SMART_INJECT_FATAL) { in nfit_test_cmd_smart_inject()
798 if (inj->fatal_enable) in nfit_test_cmd_smart_inject()
[all …]
/openbmc/u-boot/arch/mips/dts/
H A Dmscc,ocelot.dtsi142 interrupt-names = "xtr", "inj";
/openbmc/linux/arch/mips/boot/dts/mscc/
H A Docelot.dtsi146 interrupt-names = "ptp_rdy", "xtr", "inj", "fdma";
/openbmc/linux/Documentation/trace/coresight/
H A Dcoresight.rst581 $ perf inject -i perf.data -o inj.data --itrace=il64 --strip
582 $ create_gcov --binary=./sort --profile=inj.data --gcov=sort.gcov -gcov_version=1
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt1216 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
1217 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1
1530 …$ perf inject -i guest-sideband-testing-host-perf.data -o inj --guestmount ~/guestmount --guest-da…
1541 …$ perf script -i inj --itrace=ce -F+machine_pid,+vcpu,+addr,+pid,+tid,-period --ns --time 7919.408…
/openbmc/linux/
H A DMAINTAINERS4740 F: Documentation/ABI/testing/debugfs-cec-error-inj
H A Dopengrok2.0.log[all...]
H A Dopengrok0.0.log[all...]