Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h88 struct hvm_function_table { struct
232 extern struct hvm_function_table hvm_funcs; argument
237 extern const struct hvm_function_table *start_svm(void);
238 extern const struct hvm_function_table *start_vmx(void);
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvm.c73 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 = {
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c2298 static struct hvm_function_table __initdata vmx_function_table = {
2453 const struct hvm_function_table * __init start_vmx(void) in start_vmx()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c83 struct hvm_function_table hvm_funcs __read_mostly;
143 const struct hvm_function_table *fns = NULL; in hvm_enable()

Completed in 21 milliseconds