/acpica-latest/tests/aslts/src/runtime/collections/functional/table/ |
D | loadtable.asl | 29 * LoadTable ASL operator functionality 33 * the LoadTable ASL operator functionality. 37 * 17.5.68 LoadTable (Load Definition Block From XSDT) 39 * LoadTable (SignatureString, OEMIDString, OEMTableIDString, 51 * - the result of the LoadTable operator is an Object of the DDBHandle type, 55 * - the DDBHandle Object returned from the LoadTable operator can be used 73 * that the scope of the LoadTable operator is the current scope, 85 * - if some SSDT matching the LoadTable parameters is originally not listed 86 * in XSDT, LoadTable returns 0, 93 * = some DSDT or SSDT matching the LoadTable parameters is already loaded [all …]
|
D | RUN.asl | 28 If (STTT ("Table management: Load, Unload and LoadTable", TCLF, 0x0D, W00D))
|
D | ssdt4.asl | 30 * The LoadTable operator tests auxiliary SSDT,
|
D | oem1.asl | 30 * The LoadTable operator tests auxiliary DefinitionBlock,
|
D | unload.asl | 36 * loaded using a Load (and LoadTable) term. 41 * LoadTable operators. 54 * obtained through LoadTable operator,
|
D | load.asl | 2076 /* Arg1: 0 - Load case, 1 - LoadTable case */ 2121 LoadTable ("OEM1", "", "", "", "", Zero)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0287/ |
D | DECL.asl | 31 * SUMMARY: If any string to match a proper field on LoadTable exceeds field's length 41 LoadTable ("OEMXX", "", "", "", "\\D287.PLDT", 0x01) 51 LoadTable ("OEM1", "IntelXX", "", "", "\\D287.PLDT", 0x01) 61 LoadTable ("OEM1", "", "ManyXXXXX", "", "\\D287.PLDT", 0x01)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0281/ |
D | DECL.asl | 31 * SUMMARY: Normal strings as the LoadTable parameters can cause 46 DDB0 = LoadTable ("OEM1", SOID, STID, "\\", "\\D281.PLDT", 0x01) 67 DDB0 = LoadTable ("OEM1", SOID, STID, "\\", "\\D281.PLDT", 0x01) 92 DDB1 = LoadTable ("OEM1", "Intel", "Many", "\\", "\\D281.PLDT", 0x01)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0295_ASL/ |
D | DECL.asl | 32 * SUMMARY: iASL reports the improper "operator has no effect" warning for LoadTable 41 LoadTable("OEM1", "", "", , "\\D294.PLDT", 1)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0291_ASL_RUNTIME/ |
D | DECL.asl | 32 * SUMMARY: iASL inconsistence on compilation of LoadTable with/without the -oa option 45 Store(LoadTable("OEM1", "", "", "\\", "\\D291.PLDT", Subtract(M000(3), 1)), DDBH)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0288_ASL_RUNTIME/ |
D | DECL.asl | 44 Store(LoadTable("OEM1", "", "", , "\\D288.PLDT", Local0), Local1) 52 Store(LoadTable("OEM1", "", "", , "\\PLDT", m000(2)), Local1)
|
/acpica-latest/source/common/ |
D | dmtables.c | 488 BOOLEAN LoadTable, in AdParseTable() argument 560 if (LoadTable) in AdParseTable()
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0289/ |
D | DECL.asl | 62 /* Try to load that SSDT through LoadTable */ 64 DDBH = LoadTable ("SSDT", "iASLTS", "LTBL0001", "\\", "\\D289.PLDT", 0x01)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0276_LARGE_REF_COUNT/ |
D | DECL.asl | 31 * SUMMARY: 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode 83 DDBH = LoadTable ("OEM1", "", "", "", "", 0x01)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0273/ |
D | DECL.asl | 31 …* SUMMARY: Implementation of LoadTable operator should take into account its RootPathString parame… 64 DDBH = LoadTable ("OEM1", "", "", RPST, PPST, 0x01)
|
D | RUN.asl | 38 * b276: 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode
|
/acpica-latest/tests/aslts/src/runtime/collections/exceptions/exc_tbl/ |
D | RUN.asl | 28 … If (STTT ("Exceptions caused by inappropriate use of Load, UnLoad, LoadTable", TCLE, 0x06, W019))
|
/acpica-latest/source/tools/acpiexec/ |
D | aetables.h | 471 Store (LoadTable ("OEMX", "MyOEM", "Test"), Debug)
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0296/ |
D | DECL.asl | 39 Local0 = LoadTable ("OEM1", "", "", "", "\\PLDT", "1")
|
/acpica-latest/tests/aslts/adm/BugState/ |
D | ALLBUGS | 280 273| I | 498 | | | 100 | Implementation of LoadTable operator should tak… 283 … | | 100 | 'Large Reference Count' on AML code with LoadTable/UnLoad in a slac… 288 281| I | 576 | | | 100 | Normal strings as the LoadTable parameters can … 294 … | | 100 | If any string to match a proper field on LoadTable exceeds field's … 298 291| C | 587 | | | 100 | iASL inconsistence on compilation of LoadTable … 302 … | 100 | iASL reports the improper "operator has no effect" warning for LoadTable
|
/acpica-latest/tests/aslts/src/runtime/cntl/ |
D | runmode.asl | 268 …Name (Y276, 0x00) /* 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode */ 269 …Name (Y281, 0x00) /* Normal strings as the LoadTable parameters can cause the matching table to … 274 …Name (Y287, 0x00) /* If any string to match a proper field on LoadTable exceeds field's length a… 527 … Y276 = 0x01 /* 'Large Reference Count' on AML code with LoadTable/UnLoad in a slack mode */
|
/acpica-latest/tests/aslts/doc/plan/ |
D | OperatorsHaveNoSeparateTests | 46 LoadTable
|
/acpica-latest/tests/aslts/src/runtime/collections/functional/manipulation/ |
D | objecttype.asl | 1402 // Store (LoadTable ("OEM1", "MYOEM", "TABLE1", "\\_SB.PCI0", "MYD", 1404 Store (LoadTable("OEM1", "MYOEM", "TABLE1"), Local0)
|
/acpica-latest/source/include/ |
D | acdisasm.h | 1507 BOOLEAN LoadTable,
|
/acpica-latest/documents/ |
D | changes.txt | 158 LoadTable and Load operators. DDB_HANDLE is gone, now loadtable returns a 1947 the Load and LoadTable ASL/AML operators. This fixes a regression that 2989 LoadTable 2991 Fixed a regression in the LoadTable operator where a load to any 3887 - Enhance parameter validation for DataTableRegion and LoadTable ASL/AML 4914 tables (via external interfaces or via AML Load/LoadTable operators). Lv 6113 Changed an exception code for LoadTable operator. For the case where one 9463 created from a Load or LoadTable operator. Prevent premature deletion of 10446 iASL: Eliminate warning when result of LoadTable is not used. Eliminate 10449 LoadTable is not used. The warning is not needed. BZ 590 [all …]
|