Home
last modified time | relevance | path

Searched refs:ACPI_NAME_SIZE (Results 1 – 6 of 6) sorted by relevance

/xen/xen/include/acpi/
A Dacconfig.h155 #define ACPI_NAME_SIZE 4 macro
A Dactbl.h95 char signature[ACPI_NAME_SIZE]; /* ASCII table signature */
102 char asl_compiler_id[ACPI_NAME_SIZE]; /* ASCII ASL compiler vendor ID */
A Dacmacros.h121 …(a,b) (!ACPI_STRNCMP (ACPI_CAST_PTR (char,(a)), ACPI_CAST_PTR (char,(b)), ACPI_NAME_SIZE))
/xen/xen/arch/x86/hvm/
A Ddom0_build.c895 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 Dtboot.c481 pa + sizeof(char) * ACPI_NAME_SIZE); in tboot_parse_dmar_table()
/xen/xen/drivers/passthrough/amd/
A Diommu_acpi.c977 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