Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/hvm/
A Dhvm.h90 struct hvm_function_table { struct
232 extern struct hvm_function_table hvm_funcs; argument
236 extern const struct hvm_function_table *start_svm(void);
237 extern const struct hvm_function_table *start_vmx(void);
/xen/xen/arch/x86/hvm/svm/
A Dsvm.c72 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 = {
/xen/xen/arch/x86/hvm/
A Dhvm.c91 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()
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c2243 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