Searched defs:cpu_has_kvm_support (Results 1 – 2 of 2) sorted by relevance
/arch/x86/include/asm/ | ||
D | kvm_host.h | 430 int (*cpu_has_kvm_support)(void); /* __init */ member |
/arch/x86/kvm/ | ||
D | vmx.c | 1047 static __init int cpu_has_kvm_support(void) in cpu_has_kvm_support() function |