Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h706 int (*hardware_setup)(void); /* __init */ member
/linux-4.1.27/arch/x86/kvm/
Dvmx.c6028 static __init int hardware_setup(void) in hardware_setup() function
10171 .hardware_setup = hardware_setup,
Dsvm.c4347 .hardware_setup = svm_hardware_setup,
Dx86.c7293 r = kvm_x86_ops->hardware_setup(); in kvm_arch_hardware_setup()