Home
last modified time | relevance | path

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

/linux/arch/x86/virt/
H A Dhw.c214 static __init int x86_vmx_init(void) in x86_vmx_init() function
224 static __init int x86_vmx_init(void) { return -EOPNOTSUPP; } in x86_vmx_init() function
366 bool has_vmx = !x86_vmx_init(); in x86_virt_init()