Home
last modified time | relevance | path

Searched refs:KVM_SYSTEM_EVENT_RESET (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/virt/kvm/arm/
Dpsci.c233 kvm_prepare_system_event(vcpu, KVM_SYSTEM_EVENT_RESET); in kvm_psci_system_reset()
/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h375 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v4.19/include/uapi/linux/
Dkvm.h375 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v4.19/Documentation/virtual/kvm/
Dapi.txt3954 #define KVM_SYSTEM_EVENT_RESET 2
3972 KVM_SYSTEM_EVENT_RESET -- the guest has requested a reset of the VM.
/Linux-v4.19/arch/x86/kvm/
Dx86.c7471 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_RESET; in vcpu_enter_guest()