WSL2-Linux-Kernel/drivers/acpi/dispatcher
Valery Podrezov 9bc75cff49 ACPICA: Eliminate control method 2-pass parse/execute.
Completed an AML interpreter performance enhancement for control method
execution. Previously a 2-pass parse/execution, control methods are now
completely parsed and executed in single pass. This improves overall
interpreter performance by ~25%, reduces code size, and reduces CPU stack use.

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2007-02-02 21:14:27 -05:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsfield.c ACPICA: Temporary fix for BankValue parameter 2007-02-02 21:14:21 -05:00
dsinit.c ACPICA: Implement simplified Table Manager 2007-02-02 21:14:21 -05:00
dsmethod.c ACPICA: Eliminate control method 2-pass parse/execute. 2007-02-02 21:14:27 -05:00
dsmthdat.c ACPI: ACPICA 20060512 2006-06-14 02:34:48 -04:00
dsobject.c ACPICA: Handle case NumElements > Package length 2007-02-02 21:14:20 -05:00
dsopcode.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
dsutils.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
dswexec.c ACPICA: Update interpreter error paths to always report the error 2007-02-02 21:14:26 -05:00
dswload.c ACPICA: Report error if method creates 2 objects with the same name 2007-02-02 21:14:25 -05:00
dswscope.c ACPI: ACPICA 20060421 2006-06-14 02:30:55 -04:00
dswstate.c ACPI: ACPICA 20060526 2006-06-14 02:44:35 -04:00