Home
last modified time | relevance | path

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

/Linux-v5.4/virt/kvm/arm/
Dpsci.c218 kvm_prepare_system_event(vcpu, KVM_SYSTEM_EVENT_RESET); in kvm_psci_system_reset()
/Linux-v5.4/tools/include/uapi/linux/
Dkvm.h377 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v5.4/include/uapi/linux/
Dkvm.h377 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v5.4/Documentation/virt/kvm/
Dapi.txt4405 #define KVM_SYSTEM_EVENT_RESET 2
4423 KVM_SYSTEM_EVENT_RESET -- the guest has requested a reset of the VM.
/Linux-v5.4/arch/x86/kvm/
Dx86.c8046 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_RESET; in vcpu_enter_guest()