Searched refs:hvm_function_table (Results 1 – 4 of 4) sorted by relevance
88 struct hvm_function_table { struct232 extern struct hvm_function_table hvm_funcs; argument237 extern const struct hvm_function_table *start_svm(void);238 extern const struct hvm_function_table *start_vmx(void);
73 static struct hvm_function_table svm_function_table;1640 const struct hvm_function_table * __init start_svm(void) in start_svm()2407 static struct hvm_function_table __initdata svm_function_table = {
2298 static struct hvm_function_table __initdata vmx_function_table = {2453 const struct hvm_function_table * __init start_vmx(void) in start_vmx()
83 struct hvm_function_table hvm_funcs __read_mostly;143 const struct hvm_function_table *fns = NULL; in hvm_enable()
Completed in 26 milliseconds