Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/kvm/
Dpsci.c198 kvm_prepare_system_event(vcpu, KVM_SYSTEM_EVENT_RESET); in kvm_psci_system_reset()
/linux-4.4.14/include/uapi/linux/
Dkvm.h323 #define KVM_SYSTEM_EVENT_RESET 2 macro
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt3296 #define KVM_SYSTEM_EVENT_RESET 2
3314 KVM_SYSTEM_EVENT_RESET -- the guest has requested a reset of the VM.
/linux-4.4.14/arch/x86/kvm/
Dx86.c6449 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_RESET; in vcpu_enter_guest()