Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1779 int (*hardware_setup)(void); member
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8460 static __init int hardware_setup(void) in hardware_setup() function
8653 .hardware_setup = hardware_setup,
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c5361 .hardware_setup = svm_hardware_setup,
/openbmc/linux/arch/x86/kvm/
H A Dx86.c9538 r = ops->hardware_setup(); in __kvm_x86_vendor_init()