| /Linux-v5.15/arch/x86/kvm/ |
| D | x86.h | 111 vcpu->arch.exception.injected = false; in kvm_clear_exception_queue() 117 vcpu->arch.interrupt.injected = true; in kvm_queue_interrupt() 124 vcpu->arch.interrupt.injected = false; in kvm_clear_interrupt_queue() 129 return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected || in kvm_event_needs_reinjection()
|
| D | irq.c | 58 return v->arch.interrupt.injected; in kvm_cpu_has_extint()
|
| D | x86.c | 611 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) { in kvm_multiple_exception() 623 vcpu->arch.exception.injected = true; in kvm_multiple_exception() 634 vcpu->arch.exception.injected = false; in kvm_multiple_exception() 663 vcpu->arch.exception.injected = false; in kvm_multiple_exception() 4537 events->exception.injected = 0; in kvm_vcpu_ioctl_x86_get_vcpu_events() 4540 events->exception.injected = vcpu->arch.exception.injected; in kvm_vcpu_ioctl_x86_get_vcpu_events() 4548 events->exception.injected |= in kvm_vcpu_ioctl_x86_get_vcpu_events() 4557 events->interrupt.injected = in kvm_vcpu_ioctl_x86_get_vcpu_events() 4558 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events() 4563 events->nmi.injected = vcpu->arch.nmi_injected; in kvm_vcpu_ioctl_x86_get_vcpu_events() [all …]
|
| /Linux-v5.15/Documentation/firmware-guide/acpi/apei/ |
| D | einj.rst | 65 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.15/arch/x86/include/uapi/asm/ |
| D | kvm.h | 336 __u8 injected; member 343 __u8 injected; member 349 __u8 injected; member
|
| /Linux-v5.15/tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 336 __u8 injected; member 343 __u8 injected; member 349 __u8 injected; member
|
| /Linux-v5.15/Documentation/virt/kvm/ |
| D | s390-pv.rst | 22 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
|
| D | msr.rst | 212 Bit 1 is 1 if asynchronous page faults can be injected when vcpu is in 246 in MSR_KVM_ASYNC_PF_EN or interrupt #0 can get injected. The MSR is
|
| /Linux-v5.15/Documentation/driver-api/nvdimm/ |
| D | security.rst | 67 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.15/Documentation/fault-injection/ |
| D | fault-injection.rst | 101 injected. '0' means no messages; '1' will print only a single 119 stacktrace walking. Failure is injected only if some caller 148 specifies the minimum page allocation order to be injected 219 that the fault setup with a previous write to this file was injected. 220 A positive integer N indicates that the fault wasn't yet injected.
|
| D | nvme-fault-injection.rst | 6 injected into the nvme_try_complete_req. Users can change the default status
|
| /Linux-v5.15/drivers/powercap/ |
| D | Kconfig | 43 CPUs for power capping. Idle period can be injected
|
| /Linux-v5.15/Documentation/virt/kvm/devices/ |
| D | s390_flic.rst | 26 Passes a buffer and length into the kernel which are then injected into 50 interrupts. No interrupts are injected into the guest.
|
| D | arm-vgic-its.rst | 10 The ITS allows MSI(-X) interrupts to be injected into guests. This extension is
|
| /Linux-v5.15/tools/perf/Documentation/ |
| D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event
|
| /Linux-v5.15/Documentation/networking/ |
| D | mac80211-injection.rst | 7 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
|
| /Linux-v5.15/Documentation/arm64/ |
| D | amu.rst | 119 exception being injected into the guest.
|
| D | pointer-authentication.rst | 109 result in an UNDEFINED exception being injected into the guest.
|
| /Linux-v5.15/Documentation/ia64/ |
| D | err_inject.rst | 42 # 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.15/Documentation/networking/devlink/ |
| D | devlink-trap.rst | 92 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 102 For example, ARP request and IGMP query packets. Packets are injected to
|
| /Linux-v5.15/Documentation/vm/ |
| D | hwpoison.rst | 125 injected failures, not for real memory failures.
|
| /Linux-v5.15/Documentation/locking/ |
| D | seqlock.rst | 104 injected at the beginning of the write side critical section to validate
|
| /Linux-v5.15/Documentation/driver-api/thermal/ |
| D | cpu-idle-cooling.rst | 192 * The injected idle duration must be greater than the idle state
|
| /Linux-v5.15/arch/x86/kvm/svm/ |
| D | nested.c | 364 if (vcpu->arch.exception.injected) { in nested_save_pending_event_to_vmcb12() 377 } else if (vcpu->arch.interrupt.injected) { in nested_save_pending_event_to_vmcb12()
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | kvm_host.h | 712 bool injected; member 722 bool injected; member
|