Home
last modified time | relevance | path

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

12

/linux-5.19.10/arch/x86/kvm/
Dx86.h67 vcpu->arch.exception.injected = false; in kvm_clear_exception_queue()
73 vcpu->arch.interrupt.injected = true; in kvm_queue_interrupt()
80 vcpu->arch.interrupt.injected = false; in kvm_clear_interrupt_queue()
85 return vcpu->arch.exception.injected || vcpu->arch.interrupt.injected || in kvm_event_needs_reinjection()
Dirq.c62 return v->arch.interrupt.injected; in kvm_cpu_has_extint()
Dx86.c630 if (!vcpu->arch.exception.pending && !vcpu->arch.exception.injected) { in kvm_multiple_exception()
642 vcpu->arch.exception.injected = true; in kvm_multiple_exception()
653 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
682 vcpu->arch.exception.injected = false; in kvm_multiple_exception()
791 if (unlikely(vcpu->arch.exception.injected && is_guest_mode(vcpu)) && in kvm_inject_emulated_page_fault()
4928 events->exception.injected = 0; in kvm_vcpu_ioctl_x86_get_vcpu_events()
4931 events->exception.injected = vcpu->arch.exception.injected; in kvm_vcpu_ioctl_x86_get_vcpu_events()
4939 events->exception.injected |= in kvm_vcpu_ioctl_x86_get_vcpu_events()
4948 events->interrupt.injected = in kvm_vcpu_ioctl_x86_get_vcpu_events()
4949 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events()
[all …]
/linux-5.19.10/tools/arch/x86/include/uapi/asm/
Dkvm.h336 __u8 injected; member
343 __u8 injected; member
349 __u8 injected; member
/linux-5.19.10/arch/x86/include/uapi/asm/
Dkvm.h336 __u8 injected; member
343 __u8 injected; member
349 __u8 injected; member
/linux-5.19.10/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-5.19.10/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-5.19.10/Documentation/virt/kvm/s390/
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-5.19.10/Documentation/fault-injection/
Dfault-injection.rst101 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.
Dnvme-fault-injection.rst6 injected into the nvme_try_complete_req. Users can change the default status
/linux-5.19.10/Documentation/security/secrets/
Dcoco.rst37 ``KVM_SEV_LAUNCH_SECRET`` command (see [sev]_). The strucutre of the injected
68 to which an EFI secret area with 4 secrets was injected during launch::
/linux-5.19.10/Documentation/networking/devlink/
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
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
102 For example, ARP request and IGMP query packets. Packets are injected to
/linux-5.19.10/drivers/powercap/
DKconfig43 CPUs for power capping. Idle period can be injected
/linux-5.19.10/Documentation/ABI/testing/
Dsecurityfs-secrets-coco48 Note: The binary format of the secrets table injected by the
/linux-5.19.10/Documentation/virt/kvm/devices/
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.
Darm-vgic-its.rst10 The ITS allows MSI(-X) interrupts to be injected into guests. This extension is
/linux-5.19.10/tools/perf/Documentation/
Dperf-inject.txt17 this case build-ids (-b option) are read and injected as needed into the event
/linux-5.19.10/Documentation/devicetree/bindings/thermal/
Dthermal-idle.yaml40 The exit latency constraint in microsecond for the injected idle state
/linux-5.19.10/Documentation/networking/
Dmac80211-injection.rst7 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
/linux-5.19.10/Documentation/arm64/
Damu.rst119 exception being injected into the guest.
Dpointer-authentication.rst108 result in an UNDEFINED exception being injected into the guest.
/linux-5.19.10/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-5.19.10/Documentation/bpf/
Dbpf_prog_run.rst83 ``XDP_PASS``, the packet will be injected into the kernel networking stack as
/linux-5.19.10/Documentation/virt/kvm/x86/
Dmsr.rst212 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

12