HomeSort by: relevance | last modified time | path
    Searched refs:Dsdt (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpidump/
acpidump.h 199 #define MIN_FADT_FOR_DSDT (ACPI_FADT_OFFSET (Dsdt) + sizeof (UINT32))
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.c 171 /* User table (DSDT) */
302 * Update the table count. For the DSDT, it is not put into the XSDT.
338 * Install the user tables. The DSDT must be installed in the FADT.
345 * Incoming DSDT or FADT are special cases. All other tables are
352 printf ("Already found a DSDT, only one allowed\n");
356 /* The incoming user table is a DSDT */
428 /* Use the local DSDT because incoming table(s) are all SSDT(s) */
445 * Use the external FADT, but we must update the DSDT/FACS
448 ExternalFadt->Dsdt = (UINT32) DsdtAddress;
461 ExternalFadt->Dsdt = 0
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dttable.c 248 /* Get the table revision and 32-bit DSDT Address definition */
263 DsdtAddress = Table->Dsdt;
265 /* FADT version 1 has only 32-bit addresses - error if DSDT address is NULL */
288 * Get the 64-bit DSDT (X_DSDT) Address definition. Note: This
314 * Error if both the 32-bit DSDT address and the
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 689 /* DSDT and FACS address must be extracted from the FADT */
707 Gbl_Fadt->Dsdt)
709 TableAddress = (ACPI_PHYSICAL_ADDRESS) Gbl_Fadt->Dsdt;
oslinuxtbl.c 1078 Gbl_Fadt->Dsdt != FirstTableAddress)
1080 TableAddress = (ACPI_PHYSICAL_ADDRESS) Gbl_Fadt->Dsdt;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 295 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (Dsdt), "DSDT Address", 0},
399 {ACPI_DMT_UINT64, ACPI_FADT_OFFSET (XDsdt), "DSDT Address", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 175 #define ACPI_SIG_DSDT "DSDT" /* Differentiated System Description Table */
370 UINT32 Dsdt; /* 32-bit physical address of DSDT */
412 UINT64 XDsdt; /* 64-bit physical address of DSDT */
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 378 * the FADT. Used for the FACS and DSDT addresses.
382 * Check for FACS and DSDT address mismatches. An address mismatch between
384 * DSDT/X_DSDT) could be a corrupted address field or it might indicate
385 * the presence of two FACS or two DSDT tables.
441 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
442 * (FADT contains the addresses of the DSDT and FACS)
458 * and it contains pointers to both the DSDT and FACS tables.
473 * checksum error as we want to try to get the DSDT and FACS.
485 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
660 * Expand the 32-bit DSDT addresses to 64-bit as necessary
    [all...]
  /src/sys/dev/acpi/
acpi_verbose.c 347 { 40, "DSDT", AcpiGbl_FADT.Dsdt },
  /src/sys/external/bsd/acpica/dist/tools/examples/
extables.c 253 0x44,0x53,0x44,0x54,0x8C,0x00,0x00,0x00, /* 00000000 "DSDT...." */
288 * 3) Setup FADT to point to the DSDT and FACS
311 Fadt->Dsdt = 0;
415 [0004] DSDT Address : 00000001
491 [0008] DSDT Address : 0000000000000001
581 /* DSDT - ASL code */
583 DefinitionBlock ("dsdt.aml", "DSDT", 2, "Intel", "Template", 0x00000001)
  /src/usr.sbin/acpitools/acpidump/
acpi.c 849 acpi_select_address(fadt->Dsdt, fadt->XDsdt));
851 errx(EXIT_FAILURE, "DSDT signature mismatch");
853 errx(EXIT_FAILURE, "DSDT is corrupt");
4208 printf(" \tFACS=0x%x, DSDT=0x%x\n", fadt->Facs,
4209 fadt->Dsdt);
4602 /* Write the DSDT to a file, concatenating any SSDTs (if present). */
4604 write_dsdt(int fd, ACPI_TABLE_HEADER *rsdt, ACPI_TABLE_HEADER *dsdt)
4610 /* Create a new checksum to account for the DSDT and any SSDTs. */
4611 sdt = *dsdt;
4614 sum = acpi_checksum(dsdt + 1, dsdt->Length
    [all...]

Completed in 21 milliseconds