Home
last modified time | relevance | path

Searched refs:injected (Results 1 – 25 of 46) sorted by relevance

12

/linux/arch/x86/kvm/
H A Dx86.h186 vcpu->arch.exception.injected = false; in kvm_clear_exception_queue()
193 vcpu->arch.interrupt.injected = true; in kvm_queue_interrupt()
200 vcpu->arch.interrupt.injected = false; in kvm_clear_interrupt_queue()
205 return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected || in kvm_event_needs_reinjection()
H A Dx86.c814 ex->injected = false; in kvm_queue_exception_vmexit()
842 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) { in kvm_multiple_exception()
845 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
870 * Synthesize #DF. Clear the previously injected or pending in kvm_multiple_exception()
873 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
920 * re-checking is incorrect if _L1_ injected the exception, in which in kvm_requeue_exception()
925 vcpu->arch.exception.injected = true; in kvm_requeue_exception()
5205 * instruction boundary and with no events half-injected. in kvm_vcpu_ready_for_interrupt_injection()
5392 * of the injected exception. in kvm_vcpu_ioctl_x86_get_vcpu_events()
5396 !vcpu->arch.exception.injected) in kvm_vcpu_ioctl_x86_get_vcpu_events()
[all...]
/linux/Documentation/firmware-guide/acpi/apei/
H A Deinj.rst72 Set the value of the error type being injected. Possible error types
156 in controlling where the errors are injected. Your BIOS may support an
166 signature being injected. The actual data passed is this::
186 An ACPI 5.0 BIOS may also allow vendor-specific errors to be injected.
200 # cat available_error_type # See which errors can be injected
212 # cat available_error_type # See which errors can be injected
244 # cat einj_types # See which errors can be injected
/linux/Documentation/ABI/testing/
H A Ddebugfs-dwc-pcie19 errors into the system. The possible errors that can be injected
63 Number of errors to be injected
75 Number of errors to be injected
87 Number of errors to be injected
H A Dsecurityfs-secrets-coco48 Note: The binary format of the secrets table injected by the
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c16 /* Arbitrary 32-bit error code injected by this test. */
198 TEST_ASSERT(!events.exception.injected, in queue_ss_exception()
199 "Vector %d unexpectedly injected", events.exception.nr); in queue_ss_exception()
203 events.exception.injected = inject; in queue_ss_exception()
211 * Verify KVM_{G,S}ET_EVENTS play nice with pending vs. injected exceptions
213 * honors L1 exception intercept controls when a #SS is pending/injected,
257 * #SS interception and re-enter L2 to request #GP (via injected #SS). in main()
H A Dsync_regs_test.c86 * Set an exception as pending *and* injected while KVM is processing events.
88 * requesting that an exception be injected.
100 WRITE_ONCE(events->exception.injected, 1); in race_events_inj_pen()
189 * to the unhandled #GPs being injected. VMX preserves state in race_sync_regs()
/linux/Documentation/virt/kvm/s390/
H A Ds390-pv.rst22 starts/stops and injected interrupts while the guest is running.
39 injected on SIE entry via a bit in the interrupt injection control
46 safeguarding; they can only be injected for instructions that have
/linux/Documentation/driver-api/nvdimm/
H A Dsecurity.rst67 keys are injected before libnvdimm is loaded by modprobe.
75 is injected with the description format described from earlier in this
116 should be injected and its keyid should be passed in via sysfs.
/linux/Documentation/networking/devlink/
H A Diosm.rst56 PSI RAM and EBL are the RAM images which are injected to the device when the
84 4) Once EBL is injected successfully, then the actual firmware flashing takes
/linux/Documentation/security/secrets/
H A Dcoco.rst37 ``KVM_SEV_LAUNCH_SECRET`` command (see [sev]_). The structure of the injected
68 to which an EFI secret area with 4 secrets was injected during launch::
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h337 __u8 injected; member
344 __u8 injected; member
350 __u8 injected; member
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h337 __u8 injected; member
344 __u8 injected; member
350 __u8 injected; member
/linux/Documentation/fault-injection/
H A Dfault-injection.rst56 When the fault is injected and the reallocation is triggered, cached pointers
133 injected. '0' means no messages; '1' will print only a single
151 stacktrace walking. Failure is injected only if some caller
188 specifies the minimum page allocation order to be injected
280 that the fault setup with a previous write to this file was injected.
281 A positive integer N indicates that the fault wasn't yet injected.
H A Dnvme-fault-injection.rst6 injected into the nvme_try_complete_req. Users can change the default status
/linux/Documentation/virt/kvm/devices/
H A Ds390_flic.rst26 Passes a buffer and length into the kernel which are then injected into
50 interrupts. No interrupts are injected into the guest.
/linux/Documentation/networking/
H A Dmac80211-injection.rst7 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dicssg_prueth.rst25 - ``FW_RTU_PKT_DROP``: Diagnostic error counter which increments when RTU drops a locally injected packet due to port being disabled or rule violation.
/linux/drivers/powercap/
H A DKconfig59 CPUs for power capping. Idle period can be injected
/linux/Documentation/arch/arm64/
H A Damu.rst119 exception being injected into the guest.
H A Dpointer-authentication.rst108 result in an UNDEFINED exception being injected into the guest.
/linux/Documentation/sound/cards/
H A Dpcmtest.rst94 Errors can be injected into the following PCM callbacks:
/linux/tools/perf/Documentation/
H A Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst214 idle time is injected when such a condition is detected. Currently,
340 Maximum injected idle time to the total CPU time ratio in percent range
/linux/Documentation/bpf/
H A Dbpf_prog_run.rst83 ``XDP_PASS``, the packet will be injected into the kernel networking stack as

12