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.c176 static int hypervisor_type; in kvm_para_available() local
181 if (!hypervisor_type) { in kvm_para_available()
184 hypervisor_type = HYPERVISOR_KVM; in kvm_para_available()
187 return hypervisor_type == HYPERVISOR_KVM; in kvm_para_available()