Searched full:injecting (Results 1 – 25 of 115) sorted by relevance
12345
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | ucna_injection_test.c | 189 TEST_ASSERT(uc.args[1] == SYNC_FIRST_UCNA, "Injecting first UCNA."); in run_ucna_injection() 191 printf("Injecting first UCNA at %#x.\n", FIRST_UCNA_ADDR); in run_ucna_injection() 199 TEST_ASSERT(uc.args[1] == SYNC_SECOND_UCNA, "Injecting second UCNA."); in run_ucna_injection() 201 printf("Injecting second UCNA at %#x.\n", SECOND_UCNA_ADDR); in run_ucna_injection()
|
/linux-6.12.1/tools/testing/selftests/powerpc/scripts/ |
D | hmi.sh | 59 echo "Injecting HMI on core $core, chip $chip" | tee /dev/kmsg 62 echo "Error injecting. Aborting!"
|
/linux-6.12.1/tools/testing/selftests/rseq/ |
D | run_param_test.sh | 78 echo "Injecting at <${INJECT_LIST[$i]}>" 99 echo "Injecting at <${INJECT_LIST[$i]}>"
|
/linux-6.12.1/include/linux/ |
D | fault-inject-usercopy.h | 6 * This header provides a wrapper for injecting failures to user space memory
|
/linux-6.12.1/tools/testing/fault-injection/ |
D | failcmd.sh | 5 # failcmd.sh - run a command with injecting slab/page allocation failures 12 # Run command with injecting slab/page allocation failures by fault
|
/linux-6.12.1/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 40 stress with multiple ports injecting line-rate traffic.
|
/linux-6.12.1/arch/arm64/kvm/vgic/ |
D | vgic.c | 56 * Since the VGIC must support injecting virtual interrupts from ISRs, we have 58 * spinlocks for any lock that may be taken while injecting an interrupt. 522 * subsystems injecting mapped interrupts should reset their interrupt lines 895 * taking any lock. There is a potential race with someone injecting in kvm_vgic_flush_hwstate() 1030 * otherwise result in a spurious interrupt by injecting a now potentially
|
D | vgic-irqfd.c | 125 * Injecting SPIs is always possible in atomic context in kvm_arch_set_irq_inatomic()
|
/linux-6.12.1/lib/ |
D | notifier-error-inject.c | 42 pr_info("Injecting error (%d) to %s\n", err, action->name); in notifier_err_inject_callback()
|
D | test_blackhole_dev.c | 5 * by injecting an skb into the stack with skb->dev as the
|
/linux-6.12.1/samples/pktgen/ |
D | pktgen_bench_xmit_mode_queue_xmit.sh | 8 # Script for injecting packets into egress qdisc path of the stack
|
D | pktgen_bench_xmit_mode_netif_receive.sh | 7 # Script for injecting packets into RX path of the stack with pktgen
|
/linux-6.12.1/tools/testing/selftests/arm64/signal/ |
D | README | 38 kind of tests it is extremely easy in fact to end-up injecting other
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_utils.c | 36 drm_info(&i915->drm, "Injecting failure %d at checkpoint %u [%s:%d]\n", in __i915_inject_probe_error()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | debugfs-cxl | 11 accessed through the CXL.mem bus. Injecting poison adds the
|
D | dev-kmsg | 8 Injecting messages:
|
/linux-6.12.1/mm/ |
D | hwpoison-inject.c | 51 pr_info("Injecting memory failure at pfn %#lx\n", pfn); in hwpoison_inject()
|
/linux-6.12.1/drivers/misc/lkdtm/ |
D | powerpc.c | 106 pr_info("Injecting SLB multihit errors\n"); in lkdtm_PPC_SLB_MULTIHIT()
|
/linux-6.12.1/Documentation/devicetree/bindings/thermal/ |
D | thermal-idle.yaml | 15 mitigate the temperature on the device by injecting idle cycles,
|
/linux-6.12.1/fs/xfs/ |
D | xfs_error.h | 55 "Injecting %ums delay at file %s, line %d, on filesystem \"%s\"", \
|
/linux-6.12.1/drivers/powercap/ |
D | idle_inject.c | 52 * @tsk: task injecting the idle cycles 229 pr_debug("Starting injecting idle cycles on CPUs '%*pbl'\n", in idle_inject_start()
|
/linux-6.12.1/tools/perf/Documentation/ |
D | perf-inject.txt | 76 Process jitdump files by injecting the mmap records corresponding to jitted
|
/linux-6.12.1/Documentation/sound/cards/ |
D | pcmtest.rst | 83 This module can be used for injecting errors into the PCM communication process. This
|
/linux-6.12.1/arch/loongarch/kvm/ |
D | timer.c | 125 * during injecting intr async in kvm_restore_timer()
|
/linux-6.12.1/Documentation/devicetree/bindings/interrupt-controller/ |
D | riscv,aplic.yaml | 114 // Example 1 (APLIC domains directly injecting interrupt to HARTs):
|
12345