Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dkvm_host.h766 int (*hardware_setup)(void); /* __init */ member
/linux-4.4.14/arch/x86/kvm/
Dvmx.c6110 static __init int hardware_setup(void) in hardware_setup() function
10778 .hardware_setup = hardware_setup,
Dsvm.c4266 .hardware_setup = svm_hardware_setup,
Dx86.c7477 r = kvm_x86_ops->hardware_setup(); in kvm_arch_hardware_setup()