Searched refs:hvm_function_table (Results 1 – 4 of 4) sorted by relevance
90 struct hvm_function_table { struct232 extern struct hvm_function_table hvm_funcs; argument236 extern const struct hvm_function_table *start_svm(void);237 extern const struct hvm_function_table *start_vmx(void);
72 static struct hvm_function_table svm_function_table;1619 const struct hvm_function_table * __init start_svm(void) in start_svm()2417 static struct hvm_function_table __initdata svm_function_table = {
91 struct hvm_function_table hvm_funcs __read_mostly;149 static bool __init hap_supported(struct hvm_function_table *fns) in hap_supported()169 const struct hvm_function_table *fns = NULL; in hvm_enable()
2243 static struct hvm_function_table __initdata vmx_function_table = {2485 const struct hvm_function_table * __init start_vmx(void) in start_vmx()
Completed in 30 milliseconds