Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/x86/kvm/
Dx86.h52 vcpu->arch.exception.injected = false; in kvm_clear_exception_queue()
58 vcpu->arch.interrupt.injected = true; in kvm_queue_interrupt()
65 vcpu->arch.interrupt.injected = false; in kvm_clear_interrupt_queue()
70 return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected || in kvm_event_needs_reinjection()
Dirq.c76 return v->arch.interrupt.injected; in kvm_cpu_has_injectable_intr()
105 return v->arch.interrupt.injected; in kvm_cpu_has_interrupt()
Dx86.c465 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) { in kvm_multiple_exception()
479 vcpu->arch.exception.injected = true; in kvm_multiple_exception()
490 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
531 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
3705 events->exception.injected = 0; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3708 events->exception.injected = vcpu->arch.exception.injected; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3716 events->exception.injected |= in kvm_vcpu_ioctl_x86_get_vcpu_events()
3725 events->interrupt.injected = in kvm_vcpu_ioctl_x86_get_vcpu_events()
3726 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events()
3731 events->nmi.injected = vcpu->arch.nmi_injected; in kvm_vcpu_ioctl_x86_get_vcpu_events()
[all …]
/Linux-v5.4/arch/x86/include/uapi/asm/
Dkvm.h300 __u8 injected; member
307 __u8 injected; member
313 __u8 injected; member
/Linux-v5.4/tools/arch/x86/include/uapi/asm/
Dkvm.h300 __u8 injected; member
307 __u8 injected; member
313 __u8 injected; member
/Linux-v5.4/Documentation/firmware-guide/acpi/apei/
Deinj.rst65 Set the value of the error type being injected. Possible error types
122 in controlling where the errors are injected. Your BIOS may support an
132 signature being injected. The actual data passed is this::
152 An ACPI 5.0 BIOS may also allow vendor-specific errors to be injected.
166 # cat available_error_type # See which errors can be injected
/Linux-v5.4/Documentation/driver-api/nvdimm/
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-v5.4/Documentation/fault-injection/
Dfault-injection.rst91 injected. '0' means no messages; '1' will print only a single
109 stacktrace walking. Failure is injected only if some caller
138 specifies the minimum page allocation order to be injected
192 that the fault setup with a previous write to this file was injected.
193 A positive integer N indicates that the fault wasn't yet injected.
Dnvme-fault-injection.rst6 injected into the nvme_end_request. Users can change the default status
/Linux-v5.4/drivers/powercap/
DKconfig43 CPUs for power capping. Idle period can be injected
/Linux-v5.4/tools/perf/Documentation/
Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
/Linux-v5.4/Documentation/virt/kvm/devices/
Ds390_flic.txt23 Passes a buffer and length into the kernel which are then injected into
45 interrupts. No interrupts are injected into the guest.
Darm-vgic-its.txt7 The ITS allows MSI(-X) interrupts to be injected into guests. This extension is
/Linux-v5.4/Documentation/networking/
Ddevlink-trap.rst92 are only processed by ``devlink`` and not injected to the kernel's Rx path.
97 processed by ``devlink`` and injected to the kernel's Rx path. Changing the
Dmac80211-injection.txt4 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
Dgtp.txt229 Furthermore, before a received T-PDU is injected into the network
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-dfl-fme82 Description: Read-Write. Read this file to check errors injected. Write this
/Linux-v5.4/Documentation/ia64/
Derr_inject.rst42 # loop: times the error will be injected.
43 # interval: In second. every so often one error is injected.
966 printf("\t\t loop: times the error will be injected.\n");
967 printf("\t\t interval: In second. every so often one error is injected.\n");
/Linux-v5.4/Documentation/arm64/
Dpointer-authentication.rst109 result in an UNDEFINED exception being injected into the guest.
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Dst,stm32-adc.txt17 - injected conversions have higher priority, and so have the ability to
/Linux-v5.4/Documentation/vm/
Dhwpoison.rst125 injected failures, not for real memory failures.
/Linux-v5.4/Documentation/virt/kvm/
Damd-memory-encryption.rst234 … __u64 guest_uaddr; /* the guest memory region where the secret should be injected */
Dapi.txt432 but not yet injected into the cpu core.
479 Queues a hardware interrupt vector to be injected.
500 Queues an external interrupt to be injected. This ioctl is overleaded
506 to receive interrupts. When injected, the interrupt is done.
529 Queues an external interrupt to be injected into the virtual CPU. A negative
925 __u8 injected;
932 __u8 injected;
938 __u8 injected;
2520 an event is triggered on the eventfd, an interrupt is injected into
2541 irqchip.pin + 32 corresponds to the injected SPI ID.
[all …]
Dmsr.txt171 disabled. Bit 1 is 1 if asynchronous page faults can be injected
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h632 bool injected; member
642 bool injected; member

12