Home
last modified time | relevance | path

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

/linux/arch/x86/virt/
H A Dhw.c276 static __init int x86_svm_init(void) in x86_svm_init() function
293 static __init int x86_svm_init(void) { return -EOPNOTSUPP; } in x86_svm_init() function
367 bool has_svm = !x86_svm_init(); in x86_virt_init()