mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-22 13:37:49 +07:00
08930d56c7
acpi_gbl_group_module_level_code and acpi_gbl_execute_tables_as_methods were used to enable different table load behavior. The different table load behaviors are as follows: A.) acpi_gbl_group_module_level_code enabled the legacy approach where ASL if statements are executed after the namespace object has been loaded. B.) acpi_gbl_execute_tables_as_methods is currently used to enable the table load to be a method invocation. This meaning that ASL If statements are executed in-line rather than deferred until after the ACPI namespace has been populated. This is the correct behavior and option A will be removed in the future. We do not support a table load behavior where these variables are assigned the same value. In otherwords, we only support option A or B and do not need acpi_gbl_group_module_level_code to enable A. From now on, acpi_gbl_execute_tables_as_methods == 0 enables option A and acpi_gbl_execute_tables_as_methods == 1 enables option B. Note: option A is expected to be removed in the future and option B will become the only supported table load behavior. Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> |
||
---|---|---|
.. | ||
acapps.h | ||
accommon.h | ||
acconvert.h | ||
acdebug.h | ||
acdispat.h | ||
acevents.h | ||
acglobal.h | ||
achware.h | ||
acinterp.h | ||
aclocal.h | ||
acmacros.h | ||
acnamesp.h | ||
acobject.h | ||
acopcode.h | ||
acparser.h | ||
acpredef.h | ||
acresrc.h | ||
acstruct.h | ||
actables.h | ||
acutils.h | ||
amlcode.h | ||
amlresrc.h | ||
dbcmds.c | ||
dbconvert.c | ||
dbdisply.c | ||
dbexec.c | ||
dbfileio.c | ||
dbhistry.c | ||
dbinput.c | ||
dbmethod.c | ||
dbnames.c | ||
dbobject.c | ||
dbstats.c | ||
dbtest.c | ||
dbutils.c | ||
dbxface.c | ||
dsargs.c | ||
dscontrol.c | ||
dsdebug.c | ||
dsfield.c | ||
dsinit.c | ||
dsmethod.c | ||
dsmthdat.c | ||
dsobject.c | ||
dsopcode.c | ||
dspkginit.c | ||
dsutils.c | ||
dswexec.c | ||
dswload2.c | ||
dswload.c | ||
dswscope.c | ||
dswstate.c | ||
evevent.c | ||
evglock.c | ||
evgpe.c | ||
evgpeblk.c | ||
evgpeinit.c | ||
evgpeutil.c | ||
evhandler.c | ||
evmisc.c | ||
evregion.c | ||
evrgnini.c | ||
evsci.c | ||
evxface.c | ||
evxfevnt.c | ||
evxfgpe.c | ||
evxfregn.c | ||
exconcat.c | ||
exconfig.c | ||
exconvrt.c | ||
excreate.c | ||
exdebug.c | ||
exdump.c | ||
exfield.c | ||
exfldio.c | ||
exmisc.c | ||
exmutex.c | ||
exnames.c | ||
exoparg1.c | ||
exoparg2.c | ||
exoparg3.c | ||
exoparg6.c | ||
exprep.c | ||
exregion.c | ||
exresnte.c | ||
exresolv.c | ||
exresop.c | ||
exserial.c | ||
exstore.c | ||
exstoren.c | ||
exstorob.c | ||
exsystem.c | ||
extrace.c | ||
exutils.c | ||
hwacpi.c | ||
hwesleep.c | ||
hwgpe.c | ||
hwpci.c | ||
hwregs.c | ||
hwsleep.c | ||
hwtimer.c | ||
hwvalid.c | ||
hwxface.c | ||
hwxfsleep.c | ||
Makefile | ||
nsaccess.c | ||
nsalloc.c | ||
nsarguments.c | ||
nsconvert.c | ||
nsdump.c | ||
nsdumpdv.c | ||
nseval.c | ||
nsinit.c | ||
nsload.c | ||
nsnames.c | ||
nsobject.c | ||
nsparse.c | ||
nspredef.c | ||
nsprepkg.c | ||
nsrepair2.c | ||
nsrepair.c | ||
nssearch.c | ||
nsutils.c | ||
nswalk.c | ||
nsxfeval.c | ||
nsxfname.c | ||
nsxfobj.c | ||
psargs.c | ||
psloop.c | ||
psobject.c | ||
psopcode.c | ||
psopinfo.c | ||
psparse.c | ||
psscope.c | ||
pstree.c | ||
psutils.c | ||
pswalk.c | ||
psxface.c | ||
rsaddr.c | ||
rscalc.c | ||
rscreate.c | ||
rsdump.c | ||
rsdumpinfo.c | ||
rsinfo.c | ||
rsio.c | ||
rsirq.c | ||
rslist.c | ||
rsmemory.c | ||
rsmisc.c | ||
rsserial.c | ||
rsutils.c | ||
rsxface.c | ||
tbdata.c | ||
tbfadt.c | ||
tbfind.c | ||
tbinstal.c | ||
tbprint.c | ||
tbutils.c | ||
tbxface.c | ||
tbxfload.c | ||
tbxfroot.c | ||
utaddress.c | ||
utalloc.c | ||
utascii.c | ||
utbuffer.c | ||
utcache.c | ||
utcopy.c | ||
utdebug.c | ||
utdecode.c | ||
utdelete.c | ||
uterror.c | ||
uteval.c | ||
utexcep.c | ||
utglobal.c | ||
uthex.c | ||
utids.c | ||
utinit.c | ||
utlock.c | ||
utmath.c | ||
utmisc.c | ||
utmutex.c | ||
utnonansi.c | ||
utobject.c | ||
utosi.c | ||
utownerid.c | ||
utpredef.c | ||
utprint.c | ||
utresdecode.c | ||
utresrc.c | ||
utstate.c | ||
utstring.c | ||
utstrsuppt.c | ||
utstrtoul64.c | ||
uttrack.c | ||
utuuid.c | ||
utxface.c | ||
utxferror.c | ||
utxfinit.c | ||
utxfmutex.c |