Home
last modified time | relevance | path

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

123

/openbmc/linux/arch/x86/kvm/
H A Dx86.h110 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()
H A Dirq.c62 return v->arch.interrupt.injected; in kvm_cpu_has_extint()
H A Dx86.c632 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()
5168 !vcpu->arch.exception.injected) in kvm_vcpu_ioctl_x86_get_vcpu_events()
5194 events->exception.injected = ex->injected; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5202 events->exception.injected |= ex->pending; in kvm_vcpu_ioctl_x86_get_vcpu_events()
5210 events->interrupt.injected = in kvm_vcpu_ioctl_x86_get_vcpu_events()
5211 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft; in kvm_vcpu_ioctl_x86_get_vcpu_events()
[all …]
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A 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
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h336 __u8 injected; member
343 __u8 injected; member
349 __u8 injected; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h336 __u8 injected; member
343 __u8 injected; member
349 __u8 injected; member
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c198 TEST_ASSERT(!events.exception.injected, in queue_ss_exception()
203 events.exception.injected = inject; in queue_ss_exception()
/openbmc/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.
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/qad/
H A Dqad_git.bb4 intervention as Q.A.D allows inputs to be injected via http/https requests. \
/openbmc/openbmc-test-automation/openpower/ras/
H A Dtest_reboot_ras.robot3 ... is injected through HOST/BMC and BMC rebooted.
/openbmc/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::
/openbmc/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
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h335 __u8 injected; member
342 __u8 injected; member
348 __u8 injected; member
/openbmc/linux/Documentation/fault-injection/
H A Dfault-injection.rst107 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.
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-cxl9 aligned and the length of the injected poison is 64-bytes. If
H A Dsecurityfs-secrets-coco48 Note: The binary format of the secrets table injected by the
/openbmc/openbmc/poky/meta/recipes-core/readline/
H A Dreadline.inc55 # see their spec file for where this is injected. Extra versioning is harmless so we just do the sa…
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0002-nslookup-sanitize-all-printed-strings-with-printable.patch7 Otherwise, terminal sequences can be injected, which enables various terminal injection
/openbmc/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.
/openbmc/boost-dbus/include/dbus/impl/
H A Dconnection.ipp119 // only one dispatch_handler will be injected.
/openbmc/linux/Documentation/networking/
H A Dmac80211-injection.rst7 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
/openbmc/qemu/qapi/
H A Dmisc-target.json229 # @secret: the launch secret data to be injected encoded in base64
231 # @gpa: the guest physical address where secret will be injected.
/openbmc/linux/drivers/powercap/
H A DKconfig59 CPUs for power capping. Idle period can be injected
/openbmc/linux/Documentation/arch/ia64/
H A 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");

123