Searched full:injecting (Results 1 – 25 of 100) sorted by relevance
1234
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
D | ucna_injection_test.c | 200 TEST_ASSERT(uc.args[1] == SYNC_FIRST_UCNA, "Injecting first UCNA."); in run_ucna_injection() 202 printf("Injecting first UCNA at %#x.\n", FIRST_UCNA_ADDR); in run_ucna_injection() 213 TEST_ASSERT(uc.args[1] == SYNC_SECOND_UCNA, "Injecting second UCNA."); in run_ucna_injection() 215 printf("Injecting second UCNA at %#x.\n", SECOND_UCNA_ADDR); in run_ucna_injection()
|
/Linux-v6.1/tools/testing/selftests/rseq/ |
D | run_param_test.sh | 73 echo "Injecting at <${INJECT_LIST[$i]}>" 94 echo "Injecting at <${INJECT_LIST[$i]}>"
|
/Linux-v6.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-v6.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-v6.1/include/linux/ |
D | fault-inject-usercopy.h | 6 * This header provides a wrapper for injecting failures to user space memory
|
/Linux-v6.1/drivers/net/ethernet/freescale/fman/ |
D | Kconfig | 39 stress with multiple ports injecting line-rate traffic.
|
/Linux-v6.1/arch/arm64/kvm/vgic/ |
D | vgic.c | 49 * Since the VGIC must support injecting virtual interrupts from ISRs, we have 51 * spinlocks for any lock that may be taken while injecting an interrupt. 537 * 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() 1035 * otherwise result in a spurious interrupt by injecting a now potentially
|
D | vgic-irqfd.c | 124 * Injecting SPIs is always possible in atomic context in kvm_arch_set_irq_inatomic()
|
/Linux-v6.1/tools/testing/selftests/arm64/signal/ |
D | README | 38 kind of tests it is extremely easy in fact to end-up injecting other
|
/Linux-v6.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-v6.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-v6.1/drivers/powercap/ |
D | idle_inject.c | 52 * @tsk: task injecting the idle cycles 204 pr_debug("Starting injecting idle cycles on CPUs '%*pbl'\n", in idle_inject_start()
|
/Linux-v6.1/mm/ |
D | hwpoison-inject.c | 50 pr_info("Injecting memory failure at pfn %#lx\n", pfn); in hwpoison_inject()
|
/Linux-v6.1/drivers/gpu/drm/i915/ |
D | i915_utils.c | 77 "Injecting failure %d at checkpoint %u [%s:%d]\n", in __i915_inject_probe_error()
|
/Linux-v6.1/drivers/misc/lkdtm/ |
D | powerpc.c | 106 pr_info("Injecting SLB multihit errors\n"); in lkdtm_PPC_SLB_MULTIHIT()
|
/Linux-v6.1/Documentation/devicetree/bindings/thermal/ |
D | thermal-idle.yaml | 15 mitigate the temperature on the device by injecting idle cycles,
|
/Linux-v6.1/tools/perf/Documentation/ |
D | perf-inject.txt | 76 Process jitdump files by injecting the mmap records corresponding to jitted
|
/Linux-v6.1/Documentation/ABI/testing/ |
D | dev-kmsg | 8 Injecting messages:
|
/Linux-v6.1/tools/testing/selftests/kvm/lib/aarch64/ |
D | vgic.c | 113 "doesn't allow injecting SGIs. There's no mask for it."); in _kvm_arm_irq_line()
|
/Linux-v6.1/Documentation/dev-tools/kunit/ |
D | tips.rst | 65 Injecting test-only code
|
/Linux-v6.1/arch/powerpc/include/uapi/asm/ |
D | papr_pdsm.h | 119 /* Flags for injecting specific smart errors */
|
/Linux-v6.1/Documentation/fault-injection/ |
D | fault-injection.rst | 350 echo "Injecting errors into the module $module... (interrupt to stop)" 401 Run a command "make -C tools/testing/selftests/ run_tests" with injecting slab
|
/Linux-v6.1/tools/testing/selftests/powerpc/eeh/ |
D | eeh-functions.sh | 83 # and injecting new errors during the recovery process will probably
|
1234