/Linux-v6.6/arch/x86/kvm/ |
D | x86.h | 110 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 | 62 return v->arch.interrupt.injected; in kvm_cpu_has_extint()
|
D | x86.c | 632 ex->injected = false; in kvm_queue_exception_vmexit() 669 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) { in kvm_multiple_exception() 680 vcpu->arch.exception.injected = true; in kvm_multiple_exception() 691 vcpu->arch.exception.injected = false; in kvm_multiple_exception() 719 vcpu->arch.exception.injected = false; in kvm_multiple_exception() 5163 !vcpu->arch.exception.injected) in kvm_vcpu_ioctl_x86_get_vcpu_events() 5189 events->exception.injected = ex->injected; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5197 events->exception.injected |= ex->pending; in kvm_vcpu_ioctl_x86_get_vcpu_events() 5205 events->interrupt.injected = in kvm_vcpu_ioctl_x86_get_vcpu_events() 5206 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events() [all …]
|
/Linux-v6.6/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-v6.6/arch/x86/include/uapi/asm/ |
D | kvm.h | 336 __u8 injected; member 343 __u8 injected; member 349 __u8 injected; member
|
/Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
D | kvm.h | 336 __u8 injected; member 343 __u8 injected; member 349 __u8 injected; member
|
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | nested_exceptions_test.c | 198 TEST_ASSERT(!events.exception.injected, in queue_ss_exception() 203 events.exception.injected = inject; in queue_ss_exception()
|
D | sync_regs_test.c | 99 WRITE_ONCE(events->exception.injected, 1); in race_events_inj_pen()
|
/Linux-v6.6/Documentation/virt/kvm/s390/ |
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
|
/Linux-v6.6/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-v6.6/Documentation/security/secrets/ |
D | coco.rst | 37 ``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-v6.6/Documentation/networking/devlink/ |
D | iosm.rst | 56 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-v6.6/Documentation/fault-injection/ |
D | fault-injection.rst | 107 injected. '0' means no messages; '1' will print only a single 125 stacktrace walking. Failure is injected only if some caller 154 specifies the minimum page allocation order to be injected 232 that the fault setup with a previous write to this file was injected. 233 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-v6.6/Documentation/ABI/testing/ |
D | debugfs-cxl | 9 aligned and the length of the injected poison is 64-bytes. If
|
D | securityfs-secrets-coco | 48 Note: The binary format of the secrets table injected by the
|
/Linux-v6.6/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.
|
/Linux-v6.6/Documentation/networking/ |
D | mac80211-injection.rst | 7 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
|
/Linux-v6.6/drivers/powercap/ |
D | Kconfig | 59 CPUs for power capping. Idle period can be injected
|
/Linux-v6.6/Documentation/arch/arm64/ |
D | amu.rst | 119 exception being injected into the guest.
|
D | pointer-authentication.rst | 108 result in an UNDEFINED exception being injected into the guest.
|
/Linux-v6.6/Documentation/arch/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-v6.6/Documentation/sound/cards/ |
D | pcmtest.rst | 94 Errors can be injected into the following PCM callbacks:
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-inject.txt | 17 this case build-ids (-b option) are read and injected as needed into the event
|
/Linux-v6.6/Documentation/admin-guide/thermal/ |
D | intel_powerclamp.rst | 214 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
|