Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1519 int (*hardware_setup)(void); member
/arch/x86/kvm/vmx/
Dvmx.c7896 static __init int hardware_setup(void) in hardware_setup() function
8086 .hardware_setup = hardware_setup,
/arch/x86/kvm/svm/
Dsvm.c4714 .hardware_setup = svm_hardware_setup,
/arch/x86/kvm/
Dx86.c11436 r = ops->hardware_setup(); in kvm_arch_hardware_setup()