Home
last modified time | relevance | path

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

/linux/arch/loongarch/kernel/
H A Dparavirt.c177 static int hypervisor_type; in kvm_para_available() local
182 if (!hypervisor_type) { in kvm_para_available()
185 hypervisor_type = HYPERVISOR_KVM; in kvm_para_available()
188 return hypervisor_type == HYPERVISOR_KVM; in kvm_para_available()