Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/hvm/
A Dhvm_info_table.h45 struct hvm_info_table { struct
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/
A Dutil.c738 static void validate_hvm_info(struct hvm_info_table *t) in validate_hvm_info()
750 if ( t->length < sizeof(struct hvm_info_table) ) in validate_hvm_info()
766 struct hvm_info_table *get_hvm_info_table(void) in get_hvm_info_table()
768 static struct hvm_info_table *table; in get_hvm_info_table()
769 struct hvm_info_table *t; in get_hvm_info_table()
774 t = (struct hvm_info_table *)HVM_INFO_PADDR; in get_hvm_info_table()
A Dutil.h161 struct hvm_info_table *get_hvm_info_table(void) __attribute__ ((const));
/xen-4.10.0-shim-comet/tools/libacpi/
A Dlibacpi.h79 const struct hvm_info_table *hvminfo;
A Dbuild.c82 const struct hvm_info_table *hvminfo = config->hvminfo; in construct_madt()
/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_x86_acpi.c100 struct hvm_info_table *hvminfo; in init_acpi_config()
A Dlibxl_dom.c875 struct hvm_info_table *va_hvm; in hvm_build_set_params()
887 va_hvm = (struct hvm_info_table *)(va_map + HVM_INFO_OFFSET); in hvm_build_set_params()
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_x86.c562 struct hvm_info_table *hvm_info = (struct hvm_info_table *) in build_hvm_info()
571 hvm_info->length = sizeof(struct hvm_info_table); in build_hvm_info()

Completed in 15 milliseconds