Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kvm/
Dpsci.c199 kvm_prepare_system_event(vcpu, KVM_SYSTEM_EVENT_RESET, 0); in kvm_psci_system_reset()
204 kvm_prepare_system_event(vcpu, KVM_SYSTEM_EVENT_RESET, in kvm_psci_system_reset2()
/Linux-v6.6/arch/riscv/kvm/
Dvcpu_sbi_replace.c158 KVM_SYSTEM_EVENT_RESET, in kvm_sbi_ext_srst_handler()
/Linux-v6.6/tools/include/uapi/linux/
Dkvm.h444 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v6.6/include/uapi/linux/
Dkvm.h444 #define KVM_SYSTEM_EVENT_RESET 2 macro
/Linux-v6.6/Documentation/virt/kvm/
Dapi.rst6437 #define KVM_SYSTEM_EVENT_RESET 2
6459 - KVM_SYSTEM_EVENT_RESET -- the guest has requested a reset of the VM.
/Linux-v6.6/arch/x86/kvm/
Dx86.c10626 vcpu->run->system_event.type = KVM_SYSTEM_EVENT_RESET; in vcpu_enter_guest()