Searched refs:ACPI_NAME_SIZE (Results 1 – 6 of 6) sorted by relevance
/xen/xen/include/acpi/ |
A D | acconfig.h | 155 #define ACPI_NAME_SIZE 4 macro
|
A D | actbl.h | 95 char signature[ACPI_NAME_SIZE]; /* ASCII table signature */ 102 char asl_compiler_id[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
|
A D | acmacros.h | 121 …(a,b) (!ACPI_STRNCMP (ACPI_CAST_PTR (char,(a)), ACPI_CAST_PTR (char,(b)), ACPI_NAME_SIZE))
|
/xen/xen/arch/x86/hvm/ |
A D | dom0_build.c | 895 static const char __initconst allowed_tables[][ACPI_NAME_SIZE] = { in pvh_acpi_table_allowed() 904 if ( strncmp(sig, allowed_tables[i], ACPI_NAME_SIZE) ) in pvh_acpi_table_allowed() 929 strncmp(sig, ACPI_SIG_DSDT, ACPI_NAME_SIZE) && in pvh_acpi_xsdt_table_allowed() 930 strncmp(sig, ACPI_SIG_FACS, ACPI_NAME_SIZE)); in pvh_acpi_xsdt_table_allowed() 1066 if ( strncmp(sig, ACPI_SIG_MADT, ACPI_NAME_SIZE) in pvh_setup_acpi()
|
/xen/xen/arch/x86/ |
A D | tboot.c | 481 pa + sizeof(char) * ACPI_NAME_SIZE); in tboot_parse_dmar_table()
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 977 for ( i = 0; i < ACPI_NAME_SIZE; i++ ) in dump_acpi_table_header() 998 for ( i = 0; i < ACPI_NAME_SIZE; i++ ) in dump_acpi_table_header()
|
Completed in 13 milliseconds