aml(2): document amlintmask
This commit is contained in:
parent
bc2a5d9b1e
commit
bd8b6c2f99
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,7 @@ void amldrop(void *);
|
||||||
|
|
||||||
void* amlroot;
|
void* amlroot;
|
||||||
int amldebug;
|
int amldebug;
|
||||||
|
uvlong amlintmask;
|
||||||
.EE
|
.EE
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
The aml library implements an interpreter for the ACPI machine language
|
The aml library implements an interpreter for the ACPI machine language
|
||||||
|
@ -44,6 +45,13 @@ The runtime state consists of objects organized in a global
|
||||||
namespace. The name object referred to by
|
namespace. The name object referred to by
|
||||||
.I amlroot
|
.I amlroot
|
||||||
is the root of that namespace.
|
is the root of that namespace.
|
||||||
|
.PP
|
||||||
|
The width of integers is defined by the global variable
|
||||||
|
.IR amlintmask ,
|
||||||
|
which should be initialized to 0xFFFFFFFF for
|
||||||
|
.B DSDT
|
||||||
|
revision <= 1 or 0xFFFFFFFFFFFFFFFF for
|
||||||
|
revision >= 2.
|
||||||
.TP
|
.TP
|
||||||
.BI amlload( data , len )
|
.BI amlload( data , len )
|
||||||
.I Amlload
|
.I Amlload
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue