Home
last modified time | relevance | path

Searched refs:KVM_SYSTEM_EVENT_SUSPEND (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpsci_test.c184 TEST_ASSERT(run->system_event.type == KVM_SYSTEM_EVENT_SUSPEND, in host_test_system_suspend()
186 run->system_event.type, KVM_SYSTEM_EVENT_SUSPEND); in host_test_system_suspend()
/openbmc/linux/arch/arm64/kvm/
H A Dpsci.c213 run->system_event.type = KVM_SYSTEM_EVENT_SUSPEND; in kvm_psci_system_suspend()
/openbmc/qemu/linux-headers/linux/
H A Dkvm.h370 #define KVM_SYSTEM_EVENT_SUSPEND 5 macro
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h447 #define KVM_SYSTEM_EVENT_SUSPEND 5 macro
/openbmc/linux/include/uapi/linux/
H A Dkvm.h447 #define KVM_SYSTEM_EVENT_SUSPEND 5 macro
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst6440 #define KVM_SYSTEM_EVENT_SUSPEND 5
6471 - KVM_SYSTEM_EVENT_SUSPEND -- the guest has requested a suspension of
6492 KVM_SYSTEM_EVENT_SUSPEND exits are enabled with the
8393 type KVM_SYSTEM_EVENT_SUSPEND to process the guest suspend request.