Lines Matching defs:Aml
163 /* Total number of aml opcodes defined */
192 #define ACPI_MTX_INTERPRETER 0 /* AML Interpreter, main lock */
271 /* Operational modes of the AML interpreter/scanner */
283 * The Namespace Node describes a named object that appears in the AML.
329 #define ANOBJ_ALLOCATED_BUFFER 0x40 /* Method AML buffer is dynamic (InstallMethod) */
891 * AML arguments
911 /* Global handlers for AML Notifies */
981 * AML opcode, name, and argument layout
1037 UINT16 AmlOpcode; /* AML opcode */\
1038 UINT8 *Aml; /* Address of declaration in AML */\
1044 UINT16 DisasmFlags; /* Used during AML disassembly */\
1123 char *FileStart; /* Points to AML and indicates when the AML for this particular file starts. */
1124 char *FileEnd; /* Points to AML and indicates when the AML for this particular file ends. */
1150 UINT8 *Data; /* AML body or bytelist data */
1151 UINT32 Length; /* AML length */
1218 UINT8 *AmlStart; /* First AML byte */
1219 UINT8 *Aml; /* Next AML byte */
1220 UINT8 *AmlEnd; /* (last + 1) AML byte */
1504 #define ACPI_EXT_CONFLICTING_DECLARATION 0x20 /* External has a conflicting declaration within AML */