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 91 #define MIN_FADT_FOR_DSDT (ACPI_FADT_OFFSET (Dsdt) + sizeof (UINT32))
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.c 63 /* User table (DSDT) */
194 * Update the table count. For the DSDT, it is not put into the XSDT.
230 * Install the user tables. The DSDT must be installed in the FADT.
237 * Incoming DSDT or FADT are special cases. All other tables are
244 printf ("Already found a DSDT, only one allowed\n");
248 /* The incoming user table is a DSDT */
320 /* Use the local DSDT because incoming table(s) are all SSDT(s) */
337 * Use the external FADT, but we must update the DSDT/FACS
340 ExternalFadt->Dsdt = (UINT32) DsdtAddress;
353 ExternalFadt->Dsdt = 0
    [all...]
  /src/sys/external/bsd/acpica/dist/compiler/
dttable.c 140 /* Get the table revision and 32-bit DSDT Address definition */
155 DsdtAddress = Table->Dsdt;
157 /* FADT version 1 has only 32-bit addresses - error if DSDT address is NULL */
180 * Get the 64-bit DSDT (X_DSDT) Address definition. Note: This
206 * Error if both the 32-bit DSDT address and the
  /src/sys/external/bsd/acpica/dist/os_specific/service_layers/
osbsdtbl.c 581 /* DSDT and FACS address must be extracted from the FADT */
599 Gbl_Fadt->Dsdt)
601 TableAddress = (ACPI_PHYSICAL_ADDRESS) Gbl_Fadt->Dsdt;
oslinuxtbl.c 970 Gbl_Fadt->Dsdt != FirstTableAddress)
972 TableAddress = (ACPI_PHYSICAL_ADDRESS) Gbl_Fadt->Dsdt;
  /src/sys/external/bsd/acpica/dist/common/
dmtbinfo.c 187 {ACPI_DMT_UINT32, ACPI_FADT_OFFSET (Dsdt), "DSDT Address", 0},
291 {ACPI_DMT_UINT64, ACPI_FADT_OFFSET (XDsdt), "DSDT Address", 0},
  /src/sys/external/bsd/acpica/dist/include/
actbl.h 67 #define ACPI_SIG_DSDT "DSDT" /* Differentiated System Description Table */
262 UINT32 Dsdt; /* 32-bit physical address of DSDT */
304 UINT64 XDsdt; /* 64-bit physical address of DSDT */
  /src/sys/external/bsd/acpica/dist/tables/
tbfadt.c 270 * the FADT. Used for the FACS and DSDT addresses.
274 * Check for FACS and DSDT address mismatches. An address mismatch between
276 * DSDT/X_DSDT) could be a corrupted address field or it might indicate
277 * the presence of two FACS or two DSDT tables.
333 * DESCRIPTION: Initialize the FADT, DSDT and FACS tables
334 * (FADT contains the addresses of the DSDT and FACS)
350 * and it contains pointers to both the DSDT and FACS tables.
365 * checksum error as we want to try to get the DSDT and FACS.
377 /* Obtain the DSDT and FACS tables via their addresses within the FADT */
552 * 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 145 0x44,0x53,0x44,0x54,0x8C,0x00,0x00,0x00, /* 00000000 "DSDT...." */
180 * 3) Setup FADT to point to the DSDT and FACS
203 Fadt->Dsdt = 0;
307 [0004] DSDT Address : 00000001
383 [0008] DSDT Address : 0000000000000001
473 /* DSDT - ASL code */
475 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 22 milliseconds